Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/impl/codegen/
Dstring_ref.h51 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/
Dstatus_code_domain.hpp120 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
Derrored_status_code.hpp184 using string_ref = typename _base::string_ref; typedef in errored_status_code
/third_party/grpc/test/cpp/microbenchmarks/
Dcallback_test_service.cc31 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/
Dstring_ref_fwd.hpp24 typedef basic_string_ref<char, std::char_traits<char> > string_ref; typedef
/third_party/boost/libs/utility/test/
Dstring_ref_test1.cpp18 typedef boost::string_ref string_ref; typedef
Dstring_ref_test2.cpp17 typedef boost::string_ref string_ref; typedef
/third_party/grpc/test/cpp/end2end/
Dtest_service_impl.cc75 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()
Dinterceptors_util.cc178 bool CheckMetadata(const std::multimap<grpc::string_ref, grpc::string_ref>& map, in CheckMetadata()
Dend2end_test.cc1710 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in MetadataContains()
/third_party/boost/libs/outcome/test/tests/
Dexperimental-core-result-status.cpp73 using string_ref = _base::string_ref; typedef in _payload_domain
/third_party/googletest/googletest/test/
Dgoogletest-printers-test.cc1926 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/
Dhb-coretext.cc655 CFStringRef string_ref = nullptr; in _hb_coretext_shape() local
/third_party/harfbuzz/src/
Dhb-coretext.cc698 CFStringRef string_ref = nullptr; in _hb_coretext_shape() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-coretext.cc736 CFStringRef string_ref = nullptr; in _hb_coretext_shape() local