| /third_party/grpc/include/grpcpp/impl/codegen/ |
| D | string_ref.h | 51 string_ref() : data_(nullptr), length_(0) {} in string_ref() function 52 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/boost/boost/outcome/experimental/status-code/ |
| D | status_code_domain.hpp | 120 class string_ref class in status_code_domain 166 constexpr explicit string_ref(_thunk_spec thunk) noexcept in string_ref() function in status_code_domain::string_ref 173 …BOOST_OUTCOME_SYSTEM_ERROR2_CONSTEXPR14 explicit string_ref(const char *str, size_type len = stati… in string_ref() function in status_code_domain::string_ref 188 string_ref(const string_ref &o) in string_ref() function in status_code_domain::string_ref 200 string_ref(string_ref &&o) noexcept in string_ref() function in status_code_domain::string_ref
|
| D | errored_status_code.hpp | 184 using string_ref = typename _base::string_ref; typedef in errored_status_code
|
| /third_party/grpc/test/cpp/microbenchmarks/ |
| D | callback_test_service.cc | 31 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in GetIntValueFromMetadataHelper() 43 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in GetIntValueFromMetadata()
|
| /third_party/boost/boost/utility/ |
| D | string_ref_fwd.hpp | 24 typedef basic_string_ref<char, std::char_traits<char> > string_ref; typedef
|
| /third_party/boost/libs/utility/test/ |
| D | string_ref_test1.cpp | 18 typedef boost::string_ref string_ref; typedef
|
| D | string_ref_test2.cpp | 17 typedef boost::string_ref string_ref; typedef
|
| /third_party/grpc/test/cpp/end2end/ |
| D | test_service_impl.cc | 75 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in MetadataMatchCount() 89 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in GetIntValueFromMetadataHelper() 102 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in GetIntValueFromMetadata()
|
| D | interceptors_util.cc | 178 bool CheckMetadata(const std::multimap<grpc::string_ref, grpc::string_ref>& map, in CheckMetadata()
|
| D | end2end_test.cc | 1710 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in MetadataContains()
|
| /third_party/boost/libs/outcome/test/tests/ |
| D | experimental-core-result-status.cpp | 73 using string_ref = _base::string_ref; typedef in _payload_domain
|
| /third_party/googletest/googletest/test/ |
| D | googletest-printers-test.cc | 1926 class string_ref { class 1928 string_ref(const char* data, size_t size) : data_(data), size_(size) {} in string_ref() function in testing::gtest_printers_test::TEST::__anonca2408ec0811::string_ref 1947 TEST(string_ref, compare) { in TEST() argument
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-coretext.cc | 655 CFStringRef string_ref = nullptr; in _hb_coretext_shape() local
|
| /third_party/harfbuzz/src/ |
| D | hb-coretext.cc | 698 CFStringRef string_ref = nullptr; in _hb_coretext_shape() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-coretext.cc | 736 CFStringRef string_ref = nullptr; in _hb_coretext_shape() local
|