Home
last modified time | relevance | path

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

/external/clang/test/CodeGenObjC/
Dproperty.m83 struct test3_struct { int x,y,z; }; argument
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.cpp522 auto test3_struct = flatbuffers::GetFieldStruct(*pos_struct, *test3_field); in ReflectionTest() local
523 TEST_NOTNULL(test3_struct); in ReflectionTest()
527 *test3_struct, *test3_object->fields()->LookupByKey("a")), 10); in ReflectionTest()