Searched refs:piece (Results 1 – 2 of 2) sorted by relevance
90 std::ostream& operator<<(std::ostream& o, const StringPiece& piece) { in operator <<() argument91 o.write(piece.data(), piece.size()); in operator <<()
209 extern std::ostream& operator<<(std::ostream& o, const StringPiece& piece);