Searched refs:pos_table_ptr (Results 1 – 1 of 1) sorted by relevance
492 auto pos_table_ptr = schema.objects()->Get(pos_field_ptr->type()->index()); in ReflectionTest() local493 TEST_NOTNULL(pos_table_ptr); in ReflectionTest()494 TEST_EQ_STR(pos_table_ptr->name()->c_str(), "MyGame.Example.Vec3"); 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()