...

Text file src/github.com/google/flatbuffers/tests/flatc/foo_with_ns.fbs

Documentation: github.com/google/flatbuffers/tests/flatc

     1include "bar/bar_with_ns.fbs";
     2
     3namespace something;
     4
     5table Foo {
     6  bar:bar.Bar;
     7}
     8
     9root_type Foo;

View as plain text