Searched refs:StrCat (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 505 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/ |
D | cpp_helpers.cc | 380 return StrCat("::", name); in QualifiedFileLevelSymbol() 382 return StrCat("::", DotsToColons(package), "::", name); in QualifiedFileLevelSymbol()
|
D | cpp_message.cc | 1304 printer->Print(StrCat( in GenerateSharedConstructorCode()
|
/external/protobuf/src/google/protobuf/ |
D | text_format_unittest.cc | 395 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()
|
D | text_format.cc | 1275 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()
|