Searched refs:AsReversiblyEscapedUC16 (Results 1 – 3 of 3) sorted by relevance
83 struct AsReversiblyEscapedUC16 { struct84 explicit AsReversiblyEscapedUC16(uint16_t v) : value(v) {} in AsReversiblyEscapedUC16() argument138 std::ostream& operator<<(std::ostream& os, const AsReversiblyEscapedUC16& c);
116 std::ostream& operator<<(std::ostream& os, const AsReversiblyEscapedUC16& c) { in operator <<()
559 os << AsReversiblyEscapedUC16(c); in PrintFunctionSource()639 os << AsReversiblyEscapedUC16(stream.GetNext()); in PrintCode()