Home
last modified time | relevance | path

Searched refs:GetRootAsKeywordsInTable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/KeywordTest/
H A DKeywordsInTable.cs17 …public static KeywordsInTable GetRootAsKeywordsInTable(ByteBuffer _bb) { return GetRootAsKeywordsI… in GetRootAsKeywordsInTable() method
18 …public static KeywordsInTable GetRootAsKeywordsInTable(ByteBuffer _bb, KeywordsInTable obj) { retu… in GetRootAsKeywordsInTable() method
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test/
H A DFlatBuffersExampleTests.cs1140 KeywordsInTable.GetRootAsKeywordsInTable(fbb.DataBuffer); in TestKeywordEscaping()