Home
last modified time | relevance | path

Searched defs:Proto2 (Results 1 – 15 of 15) sorted by relevance

/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_extra_interfaces.proto53 message Proto2 { message
/external/clang/test/SemaObjC/
Dprotocol-attribute.m12 @protocol Proto2 <MyProto1> // expected-warning {{'MyProto1' is deprecated}} protocol
Dinstancetype.m22 @protocol Proto2 protocol
/external/llvm-project/clang/test/SemaObjC/
Dprotocol-attribute.m12 @protocol Proto2 <MyProto1> // expected-warning {{'MyProto1' is deprecated}} protocol
Dinstancetype.m22 @protocol Proto2 protocol
/external/llvm-project/clang/test/Rewriter/
Dinstancetype-test.mm23 @protocol Proto2 protocol
/external/clang/test/Rewriter/
Dinstancetype-test.mm23 @protocol Proto2 protocol
/external/clang/test/SemaObjCXX/
Dinstancetype.mm22 @protocol Proto2 protocol
/external/llvm-project/clang/test/SemaObjCXX/
Dinstancetype.mm22 @protocol Proto2 protocol
/external/pigweed/pw_protobuf/
Dcodegen_test.cc260 TEST(Codegen, Proto2) { in TEST() argument
/external/llvm-project/clang/lib/AST/
DASTStructuralEquivalence.cpp610 const FunctionProtoType *Proto2) { in IsEquivalentExceptionSpec()
859 const auto *Proto2 = cast<FunctionProtoType>(T2); in IsStructurallyEquivalent() local
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs84 [pbr::OriginalName("SYNTAX_PROTO2")] Proto2 = 0, enumerator
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp4188 const FunctionProtoType *Proto2 = FD2->getType()->getAs<FunctionProtoType>(); in isAtLeastAsSpecializedAs() local
/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp5091 const FunctionProtoType *Proto2 = FD2->getType()->getAs<FunctionProtoType>(); in isAtLeastAsSpecializedAs() local
/external/clang/lib/AST/
DASTImporter.cpp637 const FunctionProtoType *Proto2 = cast<FunctionProtoType>(T2); in IsStructurallyEquivalent() local