Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test/
H A DFlatBuffersExampleTests.cs1190 Assert.IsTrue(monster.ScalarKeySortedTablesByKey(i) != null); in SortKey_WithDefaultedValue_IsFindable()
1191 Assert.AreEqual(monster.ScalarKeySortedTablesByKey(i).Value.Count, i); in SortKey_WithDefaultedValue_IsFindable()
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.cs212 …public MyGame.Example.Stat? ScalarKeySortedTablesByKey(ushort key) { int o = __p.__offset(104); re… in ScalarKeySortedTablesByKey() method