Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test/
H A DFlatBuffersExampleTests.cs158 Assert.IsTrue(monster.TestarrayoftablesByKey("Frodo") != null); in CanCreateNewFlatBufferFromScratch()
159 Assert.AreEqual(monster.TestarrayoftablesByKey("Frodo").Value.Name, "Frodo"); in CanCreateNewFlatBufferFromScratch()
160 Assert.IsTrue(monster.TestarrayoftablesByKey("Barney") != null); in CanCreateNewFlatBufferFromScratch()
161 Assert.AreEqual(monster.TestarrayoftablesByKey("Barney").Value.Name, "Barney"); in CanCreateNewFlatBufferFromScratch()
162 Assert.IsTrue(monster.TestarrayoftablesByKey("Wilma") != null); in CanCreateNewFlatBufferFromScratch()
163 Assert.AreEqual(monster.TestarrayoftablesByKey("Wilma").Value.Name, "Wilma"); in CanCreateNewFlatBufferFromScratch()
/aosp_15_r20/external/flatbuffers/docs/source/
H A DCsharpUsage.md137 `monster.TestarrayoftablesByKey("Frodo")` in C#,
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.cs60 …public MyGame.Example.Monster? TestarrayoftablesByKey(string key) { int o = __p.__offset(26); retu… in TestarrayoftablesByKey() method