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