Home
last modified time | relevance | path

Searched defs:TableA (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/monster_test_serialize/
H A Dtable_a_generated.rs17 pub struct TableA<'a> { struct
21 impl<'a> flatbuffers::Follow<'a> for TableA<'a> { argument
29 impl<'a> TableA<'a> { implementation
65 impl flatbuffers::Verifiable for TableA<'_> { implementation
89 impl Serialize for TableA<'_> { implementation
128 impl core::fmt::Debug for TableA<'_> { implementation
/aosp_15_r20/external/flatbuffers/tests/include_test1/
H A Dtable_a_generated.rs15 pub struct TableA<'a> { struct
19 impl<'a> flatbuffers::Follow<'a> for TableA<'a> { argument
27 impl<'a> TableA<'a> { impl
63 impl flatbuffers::Verifiable for TableA<'_> { implementation
111 impl core::fmt::Debug for TableA<'_> { implementation
/aosp_15_r20/external/flatbuffers/tests/monster_test/
H A Dtable_a_generated.rs15 pub struct TableA<'a> { struct
19 impl<'a> flatbuffers::Follow<'a> for TableA<'a> { argument
27 impl<'a> TableA<'a> { impl
63 impl flatbuffers::Verifiable for TableA<'_> { implementation
111 impl core::fmt::Debug for TableA<'_> { implementation
/aosp_15_r20/external/flatbuffers/tests/include_test2/
H A Dtable_a_generated.rs15 pub struct TableA<'a> { struct
19 impl<'a> flatbuffers::Follow<'a> for TableA<'a> { argument
27 impl<'a> TableA<'a> { implementation
63 impl flatbuffers::Verifiable for TableA<'_> { implementation
111 impl core::fmt::Debug for TableA<'_> { implementation
/aosp_15_r20/external/flatbuffers/tests/evolution_test/
H A Devolution_v1_generated.h62 TableA = 1, enumerator
H A Devolution_v2_generated.h71 TableA = 1, enumerator
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test.schema.json50 "TableA" : { object
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts218 export class TableA { class