Searched refs:hexEscapeChar (Results 1 – 3 of 3) sorted by relevance
/external/catch2/include/internal/ |
D | catch_xmlwriter.cpp | 45 void hexEscapeChar(std::ostream& os, unsigned char c) { in hexEscapeChar() function 114 hexEscapeChar(os, c); in encodeTo() 132 hexEscapeChar(os, c); in encodeTo() 139 hexEscapeChar(os, c); in encodeTo() 163 hexEscapeChar(os, c); in encodeTo()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 15164 void hexEscapeChar(std::ostream& os, unsigned char c) { in hexEscapeChar() function 15232 hexEscapeChar(os, c); in encodeTo() 15250 hexEscapeChar(os, c); in encodeTo() 15257 hexEscapeChar(os, c); in encodeTo() 15281 hexEscapeChar(os, c); in encodeTo()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 15408 void hexEscapeChar(std::ostream& os, unsigned char c) { in hexEscapeChar() function 15476 hexEscapeChar(os, c); in encodeTo() 15494 hexEscapeChar(os, c); in encodeTo() 15501 hexEscapeChar(os, c); in encodeTo() 15525 hexEscapeChar(os, c); in encodeTo()
|