Home
last modified time | relevance | path

Searched defs:PerformRequest (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Conformance/
H A DProgram.cs84 …private static ConformanceResponse PerformRequest(ConformanceRequest request, TypeRegistry typeReg… in PerformRequest() method in Google.Protobuf.Conformance.Program
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
H A DProgram.cs84 …private static ConformanceResponse PerformRequest(ConformanceRequest request, TypeRegistry typeReg… in PerformRequest() method in Google.Protobuf.Conformance.Program
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/tests/
H A Dtest_utils.cc103 absl::StatusOr<std::string> CurlTestUtils::PerformRequest() { in PerformRequest() function in curl::tests::CurlTestUtils