Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dllvm_type_conversion_util.h38 inline absl::string_view AsStringView(llvm::StringRef str) { in AsStringView() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/api/
H A Dquiche_mem_slice.h69 absl::string_view AsStringView() const { in AsStringView() function
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dinput.h84 std::string_view AsStringView() const { return BytesAsStringView(data_); } in AsStringView() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_buffer_allocator.h109 absl::string_view AsStringView() const { in AsStringView() function
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dwidetext_buffer.cpp28 WideStringView WideTextBuffer::AsStringView() const { in AsStringView() function in fxcrt::WideTextBuffer
H A Dbytestring.h87 ByteStringView AsStringView() const { in AsStringView() function
H A Dwidestring.h87 WideStringView AsStringView() const { in AsStringView() function
/aosp_15_r20/external/cronet/base/containers/
H A Dspan_unittest.cc1536 TEST(SpanTest, AsStringView) { in TEST() argument