Home
last modified time | relevance | path

Searched defs:StringPieceType (Results 1 – 9 of 9) sorted by relevance

/external/cronet/stable/base/strings/
Dstring_number_conversions_fuzzer.cc18 bool (*string_to_num)(StringPieceType, NumberType*)) { in CheckRoundtripsT()
/external/cronet/tot/base/strings/
Dstring_number_conversions_fuzzer.cc18 bool (*string_to_num)(StringPieceType, NumberType*)) { in CheckRoundtripsT()
/external/libchrome/base/files/
Dfile_path.h156 typedef BasicStringPiece<StringType> StringPieceType; typedef
Dfile_path.cc33 using StringPieceType = FilePath::StringPieceType; typedef
/external/cronet/stable/base/files/
Dfile_path.h174 typedef std::basic_string_view<CharType> StringPieceType; typedef
Dfile_path.cc45 using StringPieceType = FilePath::StringPieceType; typedef
/external/cronet/tot/base/files/
Dfile_path.h174 typedef std::basic_string_view<CharType> StringPieceType; typedef
Dfile_path.cc45 using StringPieceType = FilePath::StringPieceType; typedef
/external/libchrome/base/strings/
Dstring_piece.h458 #define HASH_STRING_PIECE(StringPieceType, string_piece) \ argument