Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc570 void PrintUTF8ErrorLog(const char* field_name, const char* operation_str, in PrintUTF8ErrorLog() argument
578 << "UTF-8 data when " << operation_str << " a protocol " in PrintUTF8ErrorLog()
586 const char* operation_str = NULL; in VerifyUtf8String() local
589 operation_str = "parsing"; in VerifyUtf8String()
592 operation_str = "serializing"; in VerifyUtf8String()
596 PrintUTF8ErrorLog(field_name, operation_str, false); in VerifyUtf8String()
Dparse_context.cc412 void PrintUTF8ErrorLog(const char* field_name, const char* operation_str,