Home
last modified time | relevance | path

Searched refs:Proto2 (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/Rewriter/
Drewrite-protocol-qualified.mm20 @protocol Proto1, Proto2;
25 unsigned char func(id<Proto1, Proto2> inProxy);
Dinstancetype-test.mm23 @protocol Proto2 protocol
58 [[Subclass1<Proto2> alloc] methodInProto2];
63 Subclass1<Proto2> *sc1proto2 = 0;
/external/clang/test/SemaObjC/
Dprotocol-attribute.m12 @protocol Proto2 <MyProto1> // expected-warning {{'MyProto1' is deprecated}} protocol
29 @interface MyClass1 (Category) <MyProto1, Proto2> // expected-warning {{'MyProto1' is deprecated}}
Dinstancetype.m22 @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/
Dinstancetype.mm22 @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/
Dtype.proto85 // 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.
Dunittest_import_proto3.proto52 // Do not set a java_outer_classname here to verify that Proto2 works without
Dunittest_import.proto51 // Do not set a java_outer_classname here to verify that Proto2 works without
Ddescriptor.proto294 // (equivalent to the old "--one_java_file" option) and Proto2 (where
/external/protobuf/util/
DCONTRIBUTORS.txt13 Proto2 C++ and Java primary author:
16 Proto2 Python primary authors:
/external/protobuf/
DCONTRIBUTORS.txt13 Proto2 C++ and Java primary author:
16 Proto2 Python primary authors:
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_extra_interfaces.proto56 message Proto2 { message
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp4188 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/
DASTImporter.cpp637 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/
DType.cs82 [pbr::OriginalName("SYNTAX_PROTO2")] Proto2 = 0, enumerator
/external/protobuf/objectivec/Tests/
DGPBMessageTests+Merge.m51 // Proto2 covered in other tests.
DGPBMessageTests+Serialization.m58 // Proto2 covered in other tests.
DGPBMessageTests+Runtime.m81 // Proto2 gets:
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto252 // (equivalent to the old "--one_java_file" option) and Proto2 (where