Searched refs:test3_struct (Results 1 – 3 of 3) sorted by relevance
83 struct test3_struct { int x,y,z; }; struct84 struct test3_nested { struct test3_struct t; };86 @property struct test3_struct s;89 struct test3_struct array[1] = { p.s };
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 };
932 auto test3_struct = flatbuffers::GetFieldStruct(*pos_struct, *test3_field); in ReflectionTest() local933 TEST_NOTNULL(test3_struct); in ReflectionTest()936 TEST_EQ(flatbuffers::GetAnyFieldF(*test3_struct, in ReflectionTest()