Searched defs:string_ref (Results 1 – 11 of 11) sorted by relevance
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
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 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/tensorflow/tensorflow/lite/experimental/resource/ |
D | lookup_util.h | 53 auto string_ref = GetString(input_, index); in GetData() local
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | gather.cc | 122 const auto string_ref = GetString(input, pos); in GatherStrings() local
|
/external/perfetto/src/trace_processor/importers/fuchsia/ |
D | fuchsia_trace_utils.cc | 28 bool IsInlineString(uint32_t string_ref) { in IsInlineString()
|
/external/grpc-grpc/test/cpp/end2end/ |
D | test_service_impl.cc | 337 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in GetIntValueFromMetadata()
|
D | end2end_test.cc | 1476 const std::multimap<grpc::string_ref, grpc::string_ref>& metadata, in MetadataContains()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_master_service.cc | 289 const std::multimap<::grpc::string_ref, ::grpc::string_ref>& metadata) { in TraceRpc()
|
/external/tensorflow/tensorflow/python/framework/ |
D | dtypes.py | 302 string_ref = DType(types_pb2.DT_STRING_REF) variable
|
/external/googletest/googletest/test/ |
D | googletest-printers-test.cc | 1585 class string_ref { class 1587 string_ref(const char* data, size_t size) : data_(data), size_(size) {} in string_ref() function in testing::gtest_printers_test::__anon37ed0d050111::string_ref 1606 TEST(string_ref, compare) { in TEST() argument
|
/external/harfbuzz_ng/src/ |
D | hb-coretext.cc | 641 CFStringRef string_ref = nullptr; in _hb_coretext_shape() local
|
/external/tensorflow/tensorflow/lite/experimental/kernels/ |
D | hashtable_ops_test.cc | 326 auto string_ref = GetString(result_tensor, i); in GetStringLookupResult() local
|