Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/spm-cpp-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
/external/grpc-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
60 string_ref(const char* s) : data_(s), length_(strlen(s)) {} in string_ref() function
61 string_ref(const char* s, size_t l) : data_(s), length_(l) {} in string_ref() function
62 string_ref(const grpc::string& s) : data_(s.data()), length_(s.length()) {} in string_ref() function
/external/rust/crates/grpcio-sys/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
/external/tensorflow/tensorflow/lite/experimental/resource/
Dlookup_util.h53 auto string_ref = GetString(input_, index); in GetData() local
/external/tensorflow/tensorflow/lite/kernels/
Dfill.cc113 const auto string_ref = GetString(value, 0); in FillString() local
Dgather.cc130 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/tensorflow/tensorflow/lite/micro/kernels/
Dgather.cc130 const auto string_ref = GetString(input, pos); in GatherStrings() local
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.cc28 bool IsInlineString(uint32_t string_ref) { in IsInlineString()
/external/grpc-grpc/test/cpp/end2end/
Dtest_service_impl.cc337 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in GetIntValueFromMetadata()
Dend2end_test.cc1476 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in MetadataContains()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service.cc289 const std::multimap<::grpc::string_ref, ::grpc::string_ref>& metadata) { in TraceRpc()
/external/tensorflow/tensorflow/python/framework/
Ddtypes.py302 string_ref = DType(types_pb2.DT_STRING_REF) variable
/external/llvm-project/lldb/source/Utility/
DConstString.cpp101 const char *GetConstCStringWithStringRef(const llvm::StringRef &string_ref) { in GetConstCStringWithStringRef()
/external/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::__anon05825de10811::string_ref
1947 TEST(string_ref, compare) { in TEST() argument
/external/harfbuzz_ng/src/
Dhb-coretext.cc641 CFStringRef string_ref = nullptr; in _hb_coretext_shape() local
/external/tensorflow/tensorflow/lite/kernels/hashtable/
Dhashtable_ops_test.cc325 auto string_ref = GetString(result_tensor, i); in GetStringLookupResult() local
/external/pigweed/pw_span/
Dspan_test.cc201 const std::string_view& string_ref = string; in TEST() local