Home
last modified time | relevance | path

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

12

/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
/external/grpc-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
/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
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
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
/external/grpc-grpc/test/cpp/interop/
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()
/external/grpc-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()
/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
/external/libultrahdr/third_party/image_io/src/base/
Dstring_ref_data_source.cc20 StringRefDataSource::StringRefDataSource(const std::string &string_ref) in StringRefDataSource()
/external/image_io/src/base/
Dstring_ref_data_source.cc20 StringRefDataSource::StringRefDataSource(const std::string &string_ref) in StringRefDataSource()
/external/tensorflow/tensorflow/lite/experimental/resource/
Dlookup_util.h55 auto string_ref = GetString(input_, index); in GetData() local
/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
/external/grpc-grpc/test/cpp/end2end/
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()
Dinterceptors_util.cc184 bool CheckMetadata(const std::multimap<grpc::string_ref, grpc::string_ref>& map, in CheckMetadata()
/external/tensorflow/tensorflow/lite/kernels/
Dfill.cc113 const auto string_ref = GetString(value, 0); in FillString() local
Dgather.cc167 const auto string_ref = GetString(input, pos); in GatherStrings() local
Dtile.cc100 const auto string_ref = GetString(in_data, in_data_index + j); in CopyStringMultipleTimes() local
/external/grpc-grpc/examples/cpp/csm/
Dcsm_greeter_client.cc88 const std::multimap<grpc::string_ref, grpc::string_ref>& initial_metadata, in GetCookies()
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.cc28 bool IsInlineString(uint32_t string_ref) { in IsInlineString()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service.cc291 const std::multimap<::grpc::string_ref, ::grpc::string_ref>& metadata) { in TraceRpc()
/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()
/external/grpc-grpc/src/cpp/server/
Dbackend_metric_recorder.cc160 std::map<string_ref, double> named_utilization) { in SetAllNamedUtilization()
/external/tensorflow/tensorflow/python/framework/
Ddtypes.py417 string_ref = DType(types_pb2.DT_STRING_REF) variable
/external/cronet/stable/third_party/googletest/src/googletest/test/
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::__anon32f5bec40811::string_ref
2019 TEST(string_ref, compare) { in TEST() argument
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googletest/test/
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::__anon428386bb0811::string_ref
2019 TEST(string_ref, compare) { in TEST() argument

12