| /third_party/grpc/include/grpcpp/support/ |
| D | string_ref.h | 50 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/ |
| D | xds_stats_watcher.cc | 31 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/ |
| D | callback_test_service.cc | 34 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/ |
| D | test_service_impl.cc | 78 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()
|
| D | interceptors_util.cc | 184 bool CheckMetadata(const std::multimap<grpc::string_ref, grpc::string_ref>& map, in CheckMetadata()
|
| D | end2end_test.cc | 1768 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in MetadataContains()
|
| /third_party/grpc/examples/cpp/csm/ |
| D | csm_greeter_client.cc | 87 const std::multimap<grpc::string_ref, grpc::string_ref>& initial_metadata, in GetCookies()
|
| /third_party/grpc/src/cpp/server/ |
| D | backend_metric_recorder.cc | 143 std::map<string_ref, double> named_utilization) { in SetAllNamedUtilization()
|
| /third_party/googletest/googletest/test/ |
| D | googletest-printers-test.cc | 1982 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/ |
| D | hb-coretext.cc | 736 CFStringRef string_ref = nullptr; in _hb_coretext_shape() local
|
| /third_party/skia/m133/third_party/externals/harfbuzz/src/ |
| D | hb-coretext.cc | 757 CFStringRef string_ref = nullptr; in _hb_coretext_shape() local
|