Searched refs:pos_table_ptr (Results 1 – 1 of 1) sorted by relevance
719 auto pos_table_ptr = schema.objects()->Get(pos_field_ptr->type()->index()); in ReflectionTest() local720 TEST_NOTNULL(pos_table_ptr); in ReflectionTest()721 TEST_EQ_STR(pos_table_ptr->name()->c_str(), "MyGame.Example.Vec3"); in ReflectionTest()746 *pos_table_ptr->fields()->LookupByKey("z")), in ReflectionTest()749 auto test3_field = pos_table_ptr->fields()->LookupByKey("test3"); in ReflectionTest()