Home
last modified time | relevance | path

Searched refs:TestarrayoftablesByKey (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffersExampleTests.cs126 Assert.IsTrue(monster.TestarrayoftablesByKey("Frodo") != null); in CanCreateNewFlatBufferFromScratch()
127 Assert.IsTrue(monster.TestarrayoftablesByKey("Barney") != null); in CanCreateNewFlatBufferFromScratch()
128 Assert.IsTrue(monster.TestarrayoftablesByKey("Wilma") != null); in CanCreateNewFlatBufferFromScratch()
/external/flatbuffers/docs/source/
DJavaCsharpUsage.md157 `monster.TestarrayoftablesByKey("Frodo")` in C#,
/external/flatbuffers/tests/MyGame/Example/
DMonster.cs46 …public Monster? TestarrayoftablesByKey(string key) { int o = __p.__offset(26); return o != 0 ? Mon… in TestarrayoftablesByKey() method