Searched refs:PrintUC32 (Results 1 – 1 of 1) sorted by relevance
73 std::ostream& PrintUC32(std::ostream& os, int32_t c, bool (*pred)(uint16_t)) { in PrintUC32() function105 return PrintUC32(os, c.value, IsPrint); in operator <<()