This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
flatbuffers
mirror of
https://github.com/google/flatbuffers.git
Watch
1
Star
1
Fork
You've already forked flatbuffers
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5634dc3d0d
flatbuffers
/
tests
/
flatc
/
foo_with_ns.fbs
9 lines
98 B
Plaintext
Raw
Blame
History
include "bar/bar_with_ns.fbs";
namespace something;
table Foo {
bar:bar.Bar;
}
root_type Foo;
Reference in New Issue
View Git Blame
Copy Permalink