Home
last modified time | relevance | path

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

/external/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffersExampleTests.cs155 Assert.IsTrue(monster.TestarrayoftablesByKey("Frodo") != null); in CanCreateNewFlatBufferFromScratch()
156 Assert.IsTrue(monster.TestarrayoftablesByKey("Barney") != null); in CanCreateNewFlatBufferFromScratch()
157 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.cs56 …public Monster? TestarrayoftablesByKey(string key) { int o = __p.__offset(26); return o != 0 ? Mon… in TestarrayoftablesByKey() method