Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
flatbuffers
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
flatbuffers
Commits
be1ad339
Commit
be1ad339
authored
Nov 20, 2017
by
Wouter van Oortmerssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing generated code files.
Change-Id: I8808b0b419981ba7d0699da4a1effb0b660a21cb
parent
0cf04ad9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
12 deletions
+0
-12
monster_generated.h
samples/monster_generated.h
+0
-3
monster_test.bfbs
tests/monster_test.bfbs
+0
-0
namespace_test1_generated.h
tests/namespace_test/namespace_test1_generated.h
+0
-3
union_vector_generated.h
tests/union_vector/union_vector_generated.h
+0
-6
No files found.
samples/monster_generated.h
View file @
be1ad339
...
...
@@ -140,9 +140,6 @@ MANUALLY_ALIGNED_STRUCT(4) Vec3 FLATBUFFERS_FINAL_CLASS {
Vec3
()
{
memset
(
this
,
0
,
sizeof
(
Vec3
));
}
Vec3
(
const
Vec3
&
_o
)
{
memcpy
(
this
,
&
_o
,
sizeof
(
Vec3
));
}
Vec3
(
float
_x
,
float
_y
,
float
_z
)
:
x_
(
flatbuffers
::
EndianScalar
(
_x
)),
y_
(
flatbuffers
::
EndianScalar
(
_y
)),
...
...
tests/monster_test.bfbs
View file @
be1ad339
No preview for this file type
tests/namespace_test/namespace_test1_generated.h
View file @
be1ad339
...
...
@@ -54,9 +54,6 @@ MANUALLY_ALIGNED_STRUCT(4) StructInNestedNS FLATBUFFERS_FINAL_CLASS {
StructInNestedNS
()
{
memset
(
this
,
0
,
sizeof
(
StructInNestedNS
));
}
StructInNestedNS
(
const
StructInNestedNS
&
_o
)
{
memcpy
(
this
,
&
_o
,
sizeof
(
StructInNestedNS
));
}
StructInNestedNS
(
int32_t
_a
,
int32_t
_b
)
:
a_
(
flatbuffers
::
EndianScalar
(
_a
)),
b_
(
flatbuffers
::
EndianScalar
(
_b
))
{
...
...
tests/union_vector/union_vector_generated.h
View file @
be1ad339
...
...
@@ -141,9 +141,6 @@ MANUALLY_ALIGNED_STRUCT(4) Rapunzel FLATBUFFERS_FINAL_CLASS {
Rapunzel
()
{
memset
(
this
,
0
,
sizeof
(
Rapunzel
));
}
Rapunzel
(
const
Rapunzel
&
_o
)
{
memcpy
(
this
,
&
_o
,
sizeof
(
Rapunzel
));
}
Rapunzel
(
int32_t
_hair_length
)
:
hair_length_
(
flatbuffers
::
EndianScalar
(
_hair_length
))
{
}
...
...
@@ -164,9 +161,6 @@ MANUALLY_ALIGNED_STRUCT(4) BookReader FLATBUFFERS_FINAL_CLASS {
BookReader
()
{
memset
(
this
,
0
,
sizeof
(
BookReader
));
}
BookReader
(
const
BookReader
&
_o
)
{
memcpy
(
this
,
&
_o
,
sizeof
(
BookReader
));
}
BookReader
(
int32_t
_books_read
)
:
books_read_
(
flatbuffers
::
EndianScalar
(
_books_read
))
{
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment