Home
last modified time | relevance | path

Searched defs:string_ref (Results 1 – 11 of 11) sorted by relevance

/third_party/grpc/include/grpcpp/support/
Dstring_ref.h50 string_ref() : data_(nullptr), length_(0) {} in string_ref() function
51 string_ref(const string_ref& other) in string_ref() function
61 string_ref(const char* s) : data_(s), length_(strlen(s)) {} in string_ref() function
62 string_ref(const char* s, size_t l) : data_(s), length_(l) {} in string_ref() function
64 string_ref(const std::string& s) : data_(s.data()), length_(s.length()) {} in string_ref() function
/third_party/grpc/test/cpp/interop/
Dxds_stats_watcher.cc31 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in AddRpcMetadata()
83 const std::multimap<grpc::string_ref, grpc::string_ref>& initial_metadata, in RpcCompleted()
/third_party/grpc/test/cpp/microbenchmarks/
Dcallback_test_service.cc34 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in GetIntValueFromMetadataHelper()
46 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in GetIntValueFromMetadata()
/third_party/grpc/test/cpp/end2end/
Dtest_service_impl.cc78 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in MetadataMatchCount()
92 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in GetIntValueFromMetadataHelper()
105 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in GetIntValueFromMetadata()
Dinterceptors_util.cc184 bool CheckMetadata(const std::multimap<grpc::string_ref, grpc::string_ref>& map, in CheckMetadata()
Dend2end_test.cc1768 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in MetadataContains()
/third_party/grpc/examples/cpp/csm/
Dcsm_greeter_client.cc87 const std::multimap<grpc::string_ref, grpc::string_ref>& initial_metadata, in GetCookies()
/third_party/grpc/src/cpp/server/
Dbackend_metric_recorder.cc143 std::map<string_ref, double> named_utilization) { in SetAllNamedUtilization()
/third_party/googletest/googletest/test/
Dgoogletest-printers-test.cc1982 class string_ref { class
1984 string_ref(const char* data, size_t size) : data_(data), size_(size) {} in string_ref() function in testing::gtest_printers_test::TEST::__anonac4389ad0811::string_ref
2003 TEST(string_ref, compare) { in TEST() argument
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-coretext.cc736 CFStringRef string_ref = nullptr; in _hb_coretext_shape() local
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-coretext.cc757 CFStringRef string_ref = nullptr; in _hb_coretext_shape() local