Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/util/
Dprotozero_to_text.h72 std::string BytesToHexEncodedStringForTesting(const std::string&);
Dprotozero_to_text_unittests.cc213 EXPECT_EQ(BytesToHexEncodedStringForTesting("abc"), R"(\x61\x62\x63)"); in TEST()
Dprotozero_to_text.cc272 std::string BytesToHexEncodedStringForTesting(const std::string& s) { in BytesToHexEncodedStringForTesting() function