Home
last modified time | relevance | path

Searched defs:TestSimpleTableWithEnumBuilder (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/tests/monster_test/my_game/example/
Dtest_simple_table_with_enum_generated.rs88 pub struct TestSimpleTableWithEnumBuilder<'a: 'b, 'b, A: flatbuffers::Allocator + 'a> { struct
92 impl<'a: 'b, 'b, A: flatbuffers::Allocator + 'a> TestSimpleTableWithEnumBuilder<'a, 'b, A> { argument
/external/flatbuffers/tests/monster_test_serialize/my_game/example/
Dtest_simple_table_with_enum_generated.rs101 pub struct TestSimpleTableWithEnumBuilder<'a: 'b, 'b, A: flatbuffers::Allocator + 'a> { struct
105 impl<'a: 'b, 'b, A: flatbuffers::Allocator + 'a> TestSimpleTableWithEnumBuilder<'a, 'b, A> { impl