Searched defs:foo_table (Results 1 – 3 of 3) sorted by relevance
46 auto foo_table = GetFooTable(buf); in FixedSizedScalarKeyInStructTest() local104 auto foo_table = GetFooTable(buf); in StructKeyInStructTest() local144 auto foo_table = GetFooTable(buf); in NestedStructKeyInStructTest() local200 auto foo_table = GetFooTable(buf); in FixedSizedStructArrayKeyInStructTest() local
57 let foo_table = self.foo_table().map(|x| { in unpack() localVariable82 pub fn foo_table(&self) -> Option<namespace_b::TableInNestedNS<'a>> { in foo_table() method154 pub foo_table: Option<flatbuffers::WIPOffset<namespace_b::TableInNestedNS<'a>>>, field239 pub foo_table: Option<Box<namespace_b::TableInNestedNST>>, field259 let foo_table = self.foo_table.as_ref().map(|x|{ in pack() localVariable
89 …public static function createTableInFirstNS(FlatBufferBuilder $builder, $foo_table, $foo_enum, $fo…