/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/ |
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 62 string_ref(const char* s) : data_(s), length_(strlen(s)) {} in string_ref() function 63 string_ref(const char* s, size_t l) : data_(s), length_(l) {} in string_ref() function 65 string_ref(const std::string& s) : data_(s.data()), length_(s.length()) {} in string_ref() function
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/ |
H A 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 62 string_ref(const char* s) : data_(s), length_(strlen(s)) {} in string_ref() function 63 string_ref(const char* s, size_t l) : data_(s), length_(l) {} in string_ref() function 65 string_ref(const std::string& s) : data_(s.data()), length_(s.length()) {} in string_ref() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/ |
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 62 string_ref(const char* s) : data_(s), length_(strlen(s)) {} in string_ref() function 63 string_ref(const char* s, size_t l) : data_(s), length_(l) {} in string_ref() function 65 string_ref(const std::string& s) : data_(s.data()), length_(s.length()) {} in string_ref() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/ |
H A D | libjpeg_decoder_test.cc | 61 tflite::StringRef string_ref = { in TEST() local 84 tflite::StringRef string_ref = {encoded.c_str(), in TEST() local 123 tflite::StringRef string_ref = {encoded.c_str(), in TEST() local 144 tflite::StringRef string_ref = {encoded.c_str(), in TEST() local 208 tflite::StringRef string_ref = {encoded.c_str(), in TEST() local 228 tflite::StringRef string_ref = {encoded.c_str(), in TEST() local
|
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/ |
H A D | xds_stats_watcher.cc | 30 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in AddRpcMetadata() 82 const std::multimap<grpc::string_ref, grpc::string_ref>& initial_metadata, in RpcCompleted()
|
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/ |
H A 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()
|
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/ |
H A 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()
|
H A D | interceptors_util.cc | 184 bool CheckMetadata(const std::multimap<grpc::string_ref, grpc::string_ref>& map, in CheckMetadata()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/utility/ |
D | string_ref_fwd.hpp | 24 typedef basic_string_ref<char, std::char_traits<char> > string_ref; typedef
|
/aosp_15_r20/external/libultrahdr/third_party/image_io/src/base/ |
H A D | string_ref_data_source.cc | 20 StringRefDataSource::StringRefDataSource(const std::string &string_ref) in StringRefDataSource()
|
/aosp_15_r20/external/image_io/src/base/ |
H A D | string_ref_data_source.cc | 20 StringRefDataSource::StringRefDataSource(const std::string &string_ref) in StringRefDataSource()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/resource/ |
H A D | lookup_util.h | 55 auto string_ref = GetString(input_, index); in GetData() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | fill.cc | 113 const auto string_ref = GetString(value, 0); in FillString() local
|
H A D | gather.cc | 167 const auto string_ref = GetString(input, pos); in GatherStrings() local
|
H A D | tile.cc | 100 const auto string_ref = GetString(in_data, in_data_index + j); in CopyStringMultipleTimes() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/ |
H A D | googletest-printers-test.cc | 1998 class string_ref { class 2000 string_ref(const char* data, size_t size) : data_(data), size_(size) {} in string_ref() function in testing::gtest_printers_test::TEST::__anon36d12b750811::string_ref 2019 TEST(string_ref, compare) { in TEST() argument
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/ |
H A D | googletest-printers-test.cc | 1998 class string_ref { class 2000 string_ref(const char* data, size_t size) : data_(data), size_(size) {} in string_ref() function in testing::gtest_printers_test::TEST::__anond8d1799a0811::string_ref 2019 TEST(string_ref, compare) { in TEST() argument
|
/aosp_15_r20/external/googletest/googletest/test/ |
H A D | googletest-printers-test.cc | 1998 class string_ref { class 2000 string_ref(const char* data, size_t size) : data_(data), size_(size) {} in string_ref() function in testing::gtest_printers_test::TEST::__anon1f2bee500811::string_ref 2019 TEST(string_ref, compare) { in TEST() argument
|
/aosp_15_r20/external/grpc-grpc/examples/cpp/csm/ |
H A D | csm_greeter_client.cc | 88 const std::multimap<grpc::string_ref, grpc::string_ref>& initial_metadata, in GetCookies()
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/fuchsia/ |
H A D | fuchsia_trace_utils.cc | 28 bool IsInlineString(uint32_t string_ref) { in IsInlineString()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
H A D | grpc_master_service.cc | 291 const std::multimap<::grpc::string_ref, ::grpc::string_ref>& metadata) { in TraceRpc()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/ |
D | backend_metric_recorder.cc | 160 std::map<string_ref, double> named_utilization) { in SetAllNamedUtilization()
|
/aosp_15_r20/external/grpc-grpc/src/cpp/server/ |
H A D | backend_metric_recorder.cc | 160 std::map<string_ref, double> named_utilization) { in SetAllNamedUtilization()
|