Home
last modified time | relevance | path

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

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