Home
last modified time | relevance | path

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

/external/clang/test/CodeGenObjC/
Dproperty.m85 @interface test3_object interface
88 void test3(test3_object *p) {
/external/flatbuffers/tests/
Dtest.cpp524 auto test3_object = schema.objects()->Get(test3_field->type()->index()); in ReflectionTest() local
527 *test3_struct, *test3_object->fields()->LookupByKey("a")), 10); in ReflectionTest()