Home
last modified time | relevance | path

Searched refs:StringPieceToRustStrUTF8 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/strings/
H A Dstring_piece_rust_unittest.cc15 rust::Str rust_str = StringPieceToRustStrUTF8(data_piece); in TEST()
H A Dstring_piece_rust.h24 inline rust::Str StringPieceToRustStrUTF8(StringPiece string_piece) { in StringPieceToRustStrUTF8() function