Searched defs:AsStringView (Results 1 – 8 of 8) sorted by relevance
38 inline absl::string_view AsStringView(llvm::StringRef str) { in AsStringView() function
69 absl::string_view AsStringView() const { in AsStringView() function
84 std::string_view AsStringView() const { return BytesAsStringView(data_); } in AsStringView() function
109 absl::string_view AsStringView() const { in AsStringView() function
28 WideStringView WideTextBuffer::AsStringView() const { in AsStringView() function in fxcrt::WideTextBuffer
87 ByteStringView AsStringView() const { in AsStringView() function
87 WideStringView AsStringView() const { in AsStringView() function
1536 TEST(SpanTest, AsStringView) { in TEST() argument