Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h337 LIBPROTOBUF_EXPORT string CHexEscape(const string& src);
Dstrutil.cc615 string CHexEscape(const string& src) { in CHexEscape() function
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc395 "value", strings::CHexEscape(file_descriptor_serialized_)); in PrintFileDescriptor()