namespace_test2_generated.h | 45 const NamespaceA::NamespaceB::StructInNestedNS *foo_struct() const { function in struct:NamespaceA::FLATBUFFERS_FINAL_CLASS 70 void add_foo_struct(const NamespaceA::NamespaceB::StructInNestedNS *foo_struct) { 71 fbb_.AddStruct(TableInFirstNS::VT_FOO_STRUCT, foo_struct); 89 const NamespaceA::NamespaceB::StructInNestedNS *foo_struct = 0) { 91 builder_.add_foo_struct(foo_struct);
|