Home
last modified time | relevance | path

Searched refs:AsReversiblyEscapedUC16 (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dostreams.h60 struct AsReversiblyEscapedUC16 { struct
61 explicit AsReversiblyEscapedUC16(uint16_t v) : value(v) {} in AsReversiblyEscapedUC16() function
80 std::ostream& operator<<(std::ostream& os, const AsReversiblyEscapedUC16& c); argument
Dcodegen.cc181 os << AsReversiblyEscapedUC16(c); in PrintFunctionSource()
266 os << AsReversiblyEscapedUC16(stream.GetNext()); in PrintCode()
Dostreams.cc85 std::ostream& operator<<(std::ostream& os, const AsReversiblyEscapedUC16& c) { in operator <<()