Home
last modified time | relevance | path

Searched refs:test3_struct (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGenObjC/
Dproperty.m83 struct test3_struct { int x,y,z; }; struct
84 struct test3_nested { struct test3_struct t; };
86 @property struct test3_struct s;
89 struct test3_struct array[1] = { p.s };
/external/llvm-project/clang/test/CodeGenObjC/
Dproperty.m83 struct test3_struct { int x,y,z; }; struct
84 struct test3_nested { struct test3_struct t; };
86 @property struct test3_struct s;
89 struct test3_struct array[1] = { p.s };
/external/flatbuffers/tests/
Dtest.cpp932 auto test3_struct = flatbuffers::GetFieldStruct(*pos_struct, *test3_field); in ReflectionTest() local
933 TEST_NOTNULL(test3_struct); in ReflectionTest()
936 TEST_EQ(flatbuffers::GetAnyFieldF(*test3_struct, in ReflectionTest()