Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/
Dstring_ref.h51 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 Dstring_ref.h51 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/
Dstring_ref.h51 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 Dlibjpeg_decoder_test.cc61 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 Dxds_stats_watcher.cc30 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 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()
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A 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()
H A Dinterceptors_util.cc184 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/
Dstring_ref_fwd.hpp24 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 Dstring_ref_data_source.cc20 StringRefDataSource::StringRefDataSource(const std::string &string_ref) in StringRefDataSource()
/aosp_15_r20/external/image_io/src/base/
H A Dstring_ref_data_source.cc20 StringRefDataSource::StringRefDataSource(const std::string &string_ref) in StringRefDataSource()
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/resource/
H A Dlookup_util.h55 auto string_ref = GetString(input_, index); in GetData() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/
Dstring_ref_test1.cpp18 typedef boost::string_ref string_ref; typedef
Dstring_ref_test2.cpp17 typedef boost::string_ref string_ref; typedef
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dfill.cc113 const auto string_ref = GetString(value, 0); in FillString() local
H A Dgather.cc167 const auto string_ref = GetString(input, pos); in GatherStrings() local
H A Dtile.cc100 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 Dgoogletest-printers-test.cc1998 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 Dgoogletest-printers-test.cc1998 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 Dgoogletest-printers-test.cc1998 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 Dcsm_greeter_client.cc88 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 Dfuchsia_trace_utils.cc28 bool IsInlineString(uint32_t string_ref) { in IsInlineString()
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_master_service.cc291 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/
Dbackend_metric_recorder.cc160 std::map<string_ref, double> named_utilization) { in SetAllNamedUtilization()
/aosp_15_r20/external/grpc-grpc/src/cpp/server/
H A Dbackend_metric_recorder.cc160 std::map<string_ref, double> named_utilization) { in SetAllNamedUtilization()

12