Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/KeywordTest/
H A DKeywordsInTable.cs12 public struct KeywordsInTable : IFlatbufferObject struct
31 public static Offset<KeywordTest.KeywordsInTable> CreateKeywordsInTable(FlatBufferBuilder builder, in CreateKeywordsInTable()
49 public static Offset<KeywordTest.KeywordsInTable> EndKeywordsInTable(FlatBufferBuilder builder) { in EndKeywordsInTable()
64 …public static Offset<KeywordTest.KeywordsInTable> Pack(FlatBufferBuilder builder, KeywordsInTableT… in Pack()
/aosp_15_r20/external/flatbuffers/tests/keyword_test/keyword_test/
H A Dkeywords_in_table_generated.rs15 pub struct KeywordsInTable<'a> { struct
19 impl<'a> flatbuffers::Follow<'a> for KeywordsInTable<'a> { implementation
27 impl<'a> KeywordsInTable<'a> { implementation
85 impl flatbuffers::Verifiable for KeywordsInTable<'_> { implementation
154 impl core::fmt::Debug for KeywordsInTable<'_> { implementation