Home
last modified time | relevance | path

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

/external/perfetto/src/protozero/test/
Dfake_scattered_buffer.cc28 std::string ToHex(const void* data, size_t length) { in ToHex() function
55 return ToHex(chunks_[chunk_index].get(), chunk_size_); in GetChunkAsString()
70 return ToHex(buffer.get(), length); in GetBytesAsString()
/external/protobuf/src/google/protobuf/util/internal/
Djson_escaping.cc250 StringPiece ToHex(uint16 cp, char* buffer) { in ToHex() function
309 return ToHex(cp, buffer); in EscapeCodePoint()
317 return ToHex(cp, buffer); in EscapeCodePoint()
/external/perfetto/tools/trace_to_text/
Dtrace_to_profile.cc72 std::string ToHex(const std::string& build_id) { in ToHex() function
169 string_table.emplace(ToHex(build_id), string_table.size()); in DumpProfilePacket()
/external/libcxx/utils/google-benchmark/test/
Doutput_test_helper.cc443 static char ToHex(int ch) { in ToHex() function
451 return ToHex(mrand(rd)); in RandomHexChar()
/external/google-benchmark/test/
Doutput_test_helper.cc443 static char ToHex(int ch) { in ToHex() function
451 return ToHex(mrand(rd)); in RandomHexChar()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h778 LIBPROTOBUF_EXPORT string ToHex(uint64 num);