Searched refs:foo_struct (Results 1 – 5 of 5) sorted by relevance
45 const NamespaceA::NamespaceB::StructInNestedNS *foo_struct() const { in foo_struct() function70 void add_foo_struct(const NamespaceA::NamespaceB::StructInNestedNS *foo_struct) { in add_foo_struct()71 fbb_.AddStruct(TableInFirstNS::VT_FOO_STRUCT, foo_struct); in add_foo_struct()89 const NamespaceA::NamespaceB::StructInNestedNS *foo_struct = 0) {91 builder_.add_foo_struct(foo_struct);
9 foo_struct:NamespaceB.StructInNestedNS;
29 PassStruct(StructContainsAssociated foo_struct) =>30 (StructContainsAssociated foo_struct);
71 …tatic function createTableInFirstNS(FlatBufferBuilder $builder, $foo_table, $foo_enum, $foo_struct) argument76 self::addFooStruct($builder, $foo_struct);
18 struct foo_struct { struct22 int f2(struct foo_struct* p) { in f2() argument