/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Compatibility/ |
D | TypeExtensionsTest.cs | 95 var method = TypeExtensions.GetMethod(type, name); in GetMethod_Success() 105 var method = TypeExtensions.GetMethod(type, name); in GetMethod_NoSuchMethod() 113 Assert.Throws<AmbiguousMatchException>(() => TypeExtensions.GetMethod(type, name)); in GetMethod_Ambiguous()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/ |
D | TypeExtensionsTest.cs | 95 var method = TypeExtensions.GetMethod(type, name); in GetMethod_Success() 105 var method = TypeExtensions.GetMethod(type, name); in GetMethod_NoSuchMethod() 113 Assert.Throws<AmbiguousMatchException>(() => TypeExtensions.GetMethod(type, name)); in GetMethod_Ambiguous()
|
/external/libbrillo/brillo/http/ |
D | http_connection_fake.cc | 47 auto handler = transport->GetHandler(request_.GetURL(), request_.GetMethod()); in FinishRequest() 49 LOG(ERROR) << "Received unexpected " << request_.GetMethod() in FinishRequest() 110 if (request_.GetMethod() != request_type::kHead) { in ExtractDataStream()
|
D | http_utils_test.cc | 38 status_code::Ok, request.GetMethod(), brillo::mime::text::kPlain); in EchoMethodHandler() 185 json.SetString("method", request.GetMethod()); in TEST() 224 EXPECT_EQ(request_type::kGet, request.GetMethod()); in TEST() 252 EXPECT_EQ(request_type::kHead, request.GetMethod()); in TEST() 271 EXPECT_EQ(request_type::kPost, request.GetMethod()); in TEST() 306 EXPECT_EQ(request_type::kPost, request.GetMethod()); in TEST() 382 {"method", request.GetMethod()}, {"data", request.GetDataAsString()}, in TEST()
|
D | http_transport_fake.h | 177 const std::string& GetMethod() const { return method_; } in GetMethod() function
|
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
D | TypeExtensions.cs | 69 …if (ret != null && ((ret.CanRead && ret.GetMethod.IsPublic) || (ret.CanWrite && ret.SetMethod.IsPu… in GetProperty() 89 internal static MethodInfo GetMethod(this Type target, string name) in GetMethod() method in Google.Protobuf.Compatibility.TypeExtensions
|
D | PropertyInfoExtensions.cs | 53 var method = target.GetMethod; in GetGetMethod()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | ExceptionExtensions.cs | 67 return frame.GetMethod().Name; in getMethodName() 73 return frame.GetMethod().DeclaringType.Name; in getClassName()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | ExceptionExtensions.cs | 61 return frame.GetMethod().Name; in getMethodName() 66 return frame.GetMethod().DeclaringType.Name; in getClassName()
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | evaluate_args_test.cc | 72 EXPECT_EQ(eval_args.GetMethod(), nullptr); in TEST() 82 EXPECT_EQ(eval_args.GetMethod(), nullptr); in TEST() 136 EXPECT_EQ(eval_args.GetMethod(), kMethod); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/ |
D | evaluate_args.h | 40 absl::string_view GetMethod() const;
|
D | evaluate_args.cc | 50 absl::string_view EvaluateArgs::GetMethod() const { in GetMethod() function in grpc_core::EvaluateArgs
|
D | authorization_engine.cc | 110 absl::string_view method(args.GetMethod()); in CreateActivation()
|
/external/lzma/CPP/7zip/Archive/ |
D | LzmaHandler.cpp | 196 void GetMethod(NCOM::CPropVariant &prop); 221 case kpidMethod: GetMethod(prop); break; in GetArchiveProperty() 270 void CHandler::GetMethod(NCOM::CPropVariant &prop) in GetMethod() function in NArchive::NLzma::CHandler 305 case kpidMethod: GetMethod(prop); break; in GetProperty()
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | SingleFieldAccessor.cs | 62 … MethodInfo hasMethod = property.DeclaringType.GetRuntimeProperty("Has" + property.Name).GetMethod; in SingleFieldAccessor()
|
D | OneofDescriptor.cs | 156 var clearMethod = containingType.ClrType.GetMethod("Clear" + clrName); in CreateAccessor()
|
D | ReflectionUtil.cs | 314 MethodInfo method = typeof(ReflectionUtil).GetMethod(nameof(SampleEnumMethod)); in CheckCanConvertEnumFuncToInt32Func()
|
/external/grpc-grpc/src/cpp/ext/filters/census/ |
D | context.h | 113 inline absl::string_view GetMethod(const grpc_slice* path) { in GetMethod() function
|
D | client_filter.cc | 135 method_ = GetMethod(&path_); in Init()
|
D | server_filter.cc | 95 calld->method_ = GetMethod(&calld->path_); in OnDoneRecvInitialMetadataCb()
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/ext/filters/census/ |
D | context.h | 126 inline absl::string_view GetMethod(const grpc_slice* path) { in GetMethod() function
|
D | client_filter.cc | 145 method_ = GetMethod(&path_); in Init()
|
D | server_filter.cc | 96 calld->method_ = GetMethod(&calld->path_); in OnDoneRecvInitialMetadataCb()
|
/external/googletest/googlemock/scripts/generator/cpp/ |
D | ast.py | 993 def GetMethod(self, modifiers, templated_types): member in AstBuilder 1336 return self.GetMethod(FUNCTION_VIRTUAL + FUNCTION_DTOR, None) 1482 return self.GetMethod(FUNCTION_NONE, templated_types) 1567 return self.GetMethod(FUNCTION_NONE, None) 1638 return self.GetMethod(FUNCTION_CTOR, None)
|
/external/clang/test/SemaCXX/ |
D | lambda-expressions.cpp | 376 void GetMethod() { in GetMethod() function
|