Home
last modified time | relevance | path

Searched refs:StrCat (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h505 string StrCat( in StrCat() function
512 string StrCat( in StrCat() function
519 string StrCat(const T1& a, const T2& b, const T3& c) { in StrCat() function
525 string StrCat(const T1& a, const T2& b) { in StrCat() function
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc380 return StrCat("::", name); in QualifiedFileLevelSymbol()
382 return StrCat("::", DotsToColons(package), "::", name); in QualifiedFileLevelSymbol()
Dcpp_message.cc1304 printer->Print(StrCat( in GenerateSharedConstructorCode()
/external/protobuf/src/google/protobuf/
Dtext_format_unittest.cc395 return StrCat(FieldValuePrinter::PrintUInt32(val), "u"); in PrintUInt32()
419 return StrCat("value-is(", FieldValuePrinter::PrintInt32(val), ")"); in PrintInt32()
454 return StrCat(FieldValuePrinter::PrintInt32(v), " # x", ToHex(v)); in PrintInt32()
464 return StrCat( in PrintMessageStart()
507 return StrCat(" { # 1\n", " # 2\n"); in PrintMessageStart()
Dtext_format.cc1275 return StrCat("\"", CEscape(val), "\""); in PrintString()
1294 return StrCat("[", field->message_type()->full_name(), "]"); in PrintFieldName()
1296 return StrCat("[", field->full_name(), "]"); in PrintFieldName()
1325 return StrCat("\"", strings::Utf8SafeCEscape(val), "\""); in PrintString()