Home
last modified time | relevance | path

Searched defs:foo_table (Results 1 – 3 of 3) sorted by relevance

/third_party/flatbuffers/tests/
Dkey_field_test.cpp46 auto foo_table = GetFooTable(buf); in FixedSizedScalarKeyInStructTest() local
104 auto foo_table = GetFooTable(buf); in StructKeyInStructTest() local
144 auto foo_table = GetFooTable(buf); in NestedStructKeyInStructTest() local
200 auto foo_table = GetFooTable(buf); in FixedSizedStructArrayKeyInStructTest() local
/third_party/flatbuffers/tests/namespace_test/namespace_a/
Dtable_in_first_ns_generated.rs57 let foo_table = self.foo_table().map(|x| { in unpack() localVariable
82 pub fn foo_table(&self) -> Option<namespace_b::TableInNestedNS<'a>> { in foo_table() method
154 pub foo_table: Option<flatbuffers::WIPOffset<namespace_b::TableInNestedNS<'a>>>, field
239 pub foo_table: Option<Box<namespace_b::TableInNestedNST>>, field
259 let foo_table = self.foo_table.as_ref().map(|x|{ in pack() localVariable
/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.php89 …public static function createTableInFirstNS(FlatBufferBuilder $builder, $foo_table, $foo_enum, $fo…