Searched refs:test3_struct (Results 1 – 2 of 2) sorted by relevance
83 struct test3_struct { int x,y,z; }; argument84 struct test3_nested { struct test3_struct t; };86 @property struct test3_struct s;89 struct test3_struct array[1] = { p.s };
522 auto test3_struct = flatbuffers::GetFieldStruct(*pos_struct, *test3_field); in ReflectionTest() local523 TEST_NOTNULL(test3_struct); in ReflectionTest()527 *test3_struct, *test3_object->fields()->LookupByKey("a")), 10); in ReflectionTest()