Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc10991 bool is_previous_hex = false; in PrintCharsAsStringTo() local
10995 if (is_previous_hex && IsXDigit(cur)) { in PrintCharsAsStringTo()
11001 is_previous_hex = PrintAsStringLiteralTo(cur, os) == kHexEscape; in PrintCharsAsStringTo()
11003 if (is_previous_hex) { in PrintCharsAsStringTo()