Lines Matching refs:LookupByKey
248 TEST_NOTNULL(vecoftables->LookupByKey("Barney")); in AccessFlatBufferTest()
249 TEST_NOTNULL(vecoftables->LookupByKey("Fred")); in AccessFlatBufferTest()
250 TEST_NOTNULL(vecoftables->LookupByKey("Wilma")); in AccessFlatBufferTest()
477 auto hp_field_ptr = fields->LookupByKey("hp"); in ReflectionTest()
483 auto friendly_field_ptr = fields->LookupByKey("friendly"); in ReflectionTest()
486 TEST_NOTNULL(friendly_field_ptr->attributes()->LookupByKey("priority")); in ReflectionTest()
489 auto pos_field_ptr = fields->LookupByKey("pos"); in ReflectionTest()
519 *pos_struct, *pos_table_ptr->fields()->LookupByKey("z")), 3.0f); in ReflectionTest()
521 auto test3_field = pos_table_ptr->fields()->LookupByKey("test3"); in ReflectionTest()
527 *test3_struct, *test3_object->fields()->LookupByKey("a")), 10); in ReflectionTest()
556 auto &name_field = *fields->LookupByKey("name"); in ReflectionTest()
567 auto &inventory_field = *fields->LookupByKey("inventory"); in ReflectionTest()
581 auto &testarrayofstring_field = *fields->LookupByKey("testarrayofstring"); in ReflectionTest()