Searched defs:AsEscapedUC16ForJSON (Results 1 – 1 of 1) sorted by relevance
58 struct AsEscapedUC16ForJSON { struct59 explicit AsEscapedUC16ForJSON(uint16_t v) : value(v) {} in AsEscapedUC16ForJSON() argument70 std::ostream& operator<<(std::ostream& os, const AsEscapedUC16ForJSON& c); argument