Searched refs:TestarrayoftablesByKey (Results 1 – 3 of 3) sorted by relevance
126 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()
157 `monster.TestarrayoftablesByKey("Frodo")` in C#,
46 …public Monster? TestarrayoftablesByKey(string key) { int o = __p.__offset(26); return o != 0 ? Mon… in TestarrayoftablesByKey() method