Home
last modified time | relevance | path

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

/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/perfetto/src/trace_processor/
Dfuchsia_trace_utils.cc28 bool IsInlineString(uint32_t string_ref) { in IsInlineString()
35 uint32_t string_ref) { in ReadInlineString()
/external/tensorflow/tensorflow/lite/kernels/
Dgather.cc119 const auto string_ref = GetString(input, pos); in GatherStrings() local
/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.cc290 const std::multimap<::grpc::string_ref, ::grpc::string_ref>& metadata) { in TraceRpc()
/external/tensorflow/tensorflow/python/framework/
Ddtypes.py387 string_ref = DType(types_pb2.DT_STRING_REF) variable
/external/harfbuzz_ng/src/
Dhb-coretext.cc655 CFStringRef string_ref = nullptr; in _hb_coretext_shape() local