Home
last modified time | relevance | path

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

/art/runtime/base/
Dstringpiece.cc90 std::ostream& operator<<(std::ostream& o, const StringPiece& piece) { in operator <<() argument
91 o.write(piece.data(), piece.size()); in operator <<()
Dstringpiece.h209 extern std::ostream& operator<<(std::ostream& o, const StringPiece& piece);