/external/clang/test/Rewriter/ |
D | rewrite-protocol-qualified.mm | 20 @protocol Proto1, Proto2; 25 unsigned char func(id<Proto1, Proto2> inProxy);
|
D | instancetype-test.mm | 23 @protocol Proto2 protocol 58 [[Subclass1<Proto2> alloc] methodInProto2]; 63 Subclass1<Proto2> *sc1proto2 = 0;
|
/external/clang/test/SemaObjC/ |
D | protocol-attribute.m | 12 @protocol Proto2 <MyProto1> // expected-warning {{'MyProto1' is deprecated}} protocol 29 @interface MyClass1 (Category) <MyProto1, Proto2> // expected-warning {{'MyProto1' is deprecated}}
|
D | instancetype.m | 22 @protocol Proto2 protocol 57 typedef Subclass1<Proto2> SC1Proto2; 64 Subclass1<Proto2> *sc1proto2 = 0; 125 @interface Subclass3 <Proto1, Proto2> 137 @protocol Proto3 <Proto1, Proto2>
|
/external/clang/test/SemaObjCXX/ |
D | instancetype.mm | 22 @protocol Proto2 protocol 57 typedef Subclass1<Proto2> SC1Proto2; 64 Subclass1<Proto2> *sc1proto2 = 0; 125 @interface Subclass3 <Proto1, Proto2> 137 @protocol Proto3 <Proto1, Proto2>
|
/external/protobuf/src/google/protobuf/ |
D | type.proto | 85 // Field type group. Proto2 syntax only, and deprecated. 111 // For required fields. Proto2 syntax only. 137 // The string value of the default value of this field. Proto2 syntax only.
|
D | unittest_import_proto3.proto | 52 // Do not set a java_outer_classname here to verify that Proto2 works without
|
D | unittest_import.proto | 51 // Do not set a java_outer_classname here to verify that Proto2 works without
|
D | descriptor.proto | 294 // (equivalent to the old "--one_java_file" option) and Proto2 (where
|
/external/protobuf/util/ |
D | CONTRIBUTORS.txt | 13 Proto2 C++ and Java primary author: 16 Proto2 Python primary authors:
|
/external/protobuf/ |
D | CONTRIBUTORS.txt | 13 Proto2 C++ and Java primary author: 16 Proto2 Python primary authors:
|
/external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
D | test_extra_interfaces.proto | 56 message Proto2 { message
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 4188 const FunctionProtoType *Proto2 = FD2->getType()->getAs<FunctionProtoType>(); in isAtLeastAsSpecializedAs() local 4190 assert(Proto1 && Proto2 && "Function templates must have prototypes"); in isAtLeastAsSpecializedAs() 4237 Args2.insert(Args2.end(), Proto2->param_type_begin(), in isAtLeastAsSpecializedAs() 4238 Proto2->param_type_end()); in isAtLeastAsSpecializedAs() 4259 S, TemplateParams, Proto2->getReturnType(), Proto1->getReturnType(), in isAtLeastAsSpecializedAs() 4304 ::MarkUsedTemplateParameters(S.Context, Proto2->getReturnType(), false, in isAtLeastAsSpecializedAs()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 637 const FunctionProtoType *Proto2 = cast<FunctionProtoType>(T2); in IsStructurallyEquivalent() local 638 if (Proto1->getNumParams() != Proto2->getNumParams()) in IsStructurallyEquivalent() 642 Proto2->getParamType(I))) in IsStructurallyEquivalent() 645 if (Proto1->isVariadic() != Proto2->isVariadic()) in IsStructurallyEquivalent() 647 if (Proto1->getExceptionSpecType() != Proto2->getExceptionSpecType()) in IsStructurallyEquivalent() 650 if (Proto1->getNumExceptions() != Proto2->getNumExceptions()) in IsStructurallyEquivalent() 655 Proto2->getExceptionType(I))) in IsStructurallyEquivalent() 661 Proto2->getNoexceptExpr())) in IsStructurallyEquivalent() 664 if (Proto1->getTypeQuals() != Proto2->getTypeQuals()) in IsStructurallyEquivalent()
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Type.cs | 82 [pbr::OriginalName("SYNTAX_PROTO2")] Proto2 = 0, enumerator
|
/external/protobuf/objectivec/Tests/ |
D | GPBMessageTests+Merge.m | 51 // Proto2 covered in other tests.
|
D | GPBMessageTests+Serialization.m | 58 // Proto2 covered in other tests.
|
D | GPBMessageTests+Runtime.m | 81 // Proto2 gets:
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 252 // (equivalent to the old "--one_java_file" option) and Proto2 (where
|