Searched refs:ReadHexDigits (Results 1 – 3 of 3) sorted by relevance
/third_party/protobuf/src/google/protobuf/io/ |
D | tokenizer.cc | 960 static bool ReadHexDigits(const char* ptr, int len, uint32* result) { in ReadHexDigits() function 1012 if (!ReadHexDigits(p, len, code_point)) return ptr; in FetchUnicodePoint() 1021 if (ReadHexDigits(p + 2, 4, &trail_surrogate) && in FetchUnicodePoint()
|
/third_party/node/tools/inspector_protocol/encoding/ |
D | encoding.cc | 1654 static bool ReadHexDigits(const Char* start, in ReadHexDigits() function in v8_inspector_protocol_encoding::json::__anon1108c8c10711::JsonParser 1682 if (!ReadHexDigits(start, end, &start, 2)) in ParseStringToken() 1686 if (!ReadHexDigits(start, end, &start, 4)) in ParseStringToken()
|
/third_party/node/tools/inspector_protocol/lib/ |
D | encoding_cpp.template | 1662 static bool ReadHexDigits(const Char* start, 1690 if (!ReadHexDigits(start, end, &start, 2)) 1694 if (!ReadHexDigits(start, end, &start, 4))
|