Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dfield_mask_utility.cc62 return StrCat(prefix, segment); in AppendPathSegmentToPrefix()
64 return StrCat(prefix, ".", segment); in AppendPathSegmentToPrefix()
142 StrCat("Invalid FieldMask '", paths, in DecodeCompactFieldMaskPaths()
154 StrCat("Invalid FieldMask '", paths, in DecodeCompactFieldMaskPaths()
166 StrCat("Invalid FieldMask '", paths, in DecodeCompactFieldMaskPaths()
202 StrCat("Invalid FieldMask '", paths, in DecodeCompactFieldMaskPaths()
211 StrCat("Invalid FieldMask '", paths, in DecodeCompactFieldMaskPaths()
216 StrCat("Invalid FieldMask '", paths, in DecodeCompactFieldMaskPaths()
Dprotostream_objectwriter.cc202 StrCat("Missing or invalid @type for any field in ", in StartObject()
246 StrCat("Missing or invalid @type for any field in ", in StartList()
283 StrCat("Missing or invalid @type for any field in ", in RenderDataPiece()
685 InvalidValue("Map", StrCat("Cannot have repeated items ('", name, in StartList()
778 StrCat("Cannot bind a list to map for field '", name, "'.")); in StartList()
872 StrCat("Invalid data type for timestamp, value is ", in RenderTimestamp()
882 return Status(INVALID_ARGUMENT, StrCat("Invalid time format: ", value)); in RenderTimestamp()
902 StrCat("Invalid data type for field mask, value is ", in RenderFieldMask()
918 StrCat("Invalid data type for duration, value is ", in RenderDuration()
989 StrCat("Field '", name, "', ", status.error_message())); in RenderDataPiece()
[all …]
Ddatapiece.cc235 return StrCat("\"", str_.ToString(), "\""); in ValueAsStringOrDefault()
239 return StrCat("\"", base64, "\""); in ValueAsStringOrDefault()
315 return InvalidArgument(StrCat("\"", str_, "\"")); in StringToNumber()
319 return InvalidArgument(StrCat("\"", str_.ToString(), "\"")); in StringToNumber()
Dprotostream_objectsource.cc325 StrCat("Timestamp seconds exceeds limit for field: ", field_name)); in RenderTimestamp()
331 StrCat("Timestamp nanos exceeds limit for field: ", field_name)); in RenderTimestamp()
349 StrCat("Duration seconds exceeds limit for field: ", field_name)); in RenderDuration()
355 StrCat("Duration nanos exceeds limit for field: ", field_name)); in RenderDuration()
362 StrCat("Duration nanos is non-negative, but seconds is " in RenderDuration()
745 StrCat("Invalid configuration. Could not find the type: ", in RenderField()
1060 StrCat("Message too deep. Max recursion depth reached for type '", in IncrementRecursionDepth()
Dprotostream_objectsource_test.cc465 label->set_key(StrCat("i", i)); in TEST_P()
466 label->set_value(StrCat("v", i)); in TEST_P()
507 next->set_name(StrCat("author_name_", i)); in TEST_P()
515 next->set_m_str(StrCat("count_", i)); in TEST_P()
Dproto_writer.cc462 StrCat("Missing descriptor for field: ", field->type_url())); in StartObject()
501 StrCat("Missing descriptor for field: ", field->type_url())); in StartList()
530 StrCat("Missing descriptor for field: ", field->type_url())); in RenderDataPiece()
545 StrCat("oneof field '", in ValidOneof()
Djson_stream_parser.cc240 StrCat("Unknown parse type: ", type)); in RunParser()
732 StrCat(message, "\n", segment, "\n", location)); in ReportFailure()
741 return ReportFailure(StrCat("Unexpected end of string. ", message)); in ReportUnknown()
Dutility.cc140 return StrCat(kTypeServiceBaseUrl, "/", simple_type); in GetFullTypeWithUrl()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.h693 LIBPROTOBUF_EXPORT string StrCat(const AlphaNum& a, const AlphaNum& b);
694 LIBPROTOBUF_EXPORT string StrCat(const AlphaNum& a, const AlphaNum& b,
696 LIBPROTOBUF_EXPORT string StrCat(const AlphaNum& a, const AlphaNum& b,
698 LIBPROTOBUF_EXPORT string StrCat(const AlphaNum& a, const AlphaNum& b,
701 LIBPROTOBUF_EXPORT string StrCat(const AlphaNum& a, const AlphaNum& b,
704 LIBPROTOBUF_EXPORT string StrCat(const AlphaNum& a, const AlphaNum& b,
708 LIBPROTOBUF_EXPORT string StrCat(const AlphaNum& a, const AlphaNum& b,
712 LIBPROTOBUF_EXPORT string StrCat(const AlphaNum& a, const AlphaNum& b,
718 inline string StrCat(const AlphaNum& a) { return string(a.data(), a.size()); } in StrCat() function
Dstrutil.cc1461 string StrCat(const AlphaNum &a, const AlphaNum &b) { in StrCat() function
1470 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c) { in StrCat() function
1480 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c, in StrCat() function
1490 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c, in StrCat() function
1501 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c, in StrCat() function
1513 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c, in StrCat() function
1527 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c, in StrCat() function
1540 string StrCat(const AlphaNum &a, const AlphaNum &b, const AlphaNum &c, in StrCat() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_map_field.cc240 StrCat(key, ".data(), ", key, ".length(),\n").data(), printer); in GenerateMergeFromCodedStream()
244 StrCat(value, ".data(), ", value, ".length(),\n").data(), printer); in GenerateMergeFromCodedStream()
262 StrCat("::google::protobuf::scoped_ptr<$map_classname$> entry;\n", in GenerateSerializationLoop()
266 printer->Print(variables, StrCat( in GenerateSerializationLoop()
283 StrCat(utf8_check, "(", (loop_via_iterators ? "&*" : ""), ptr, ");\n") in GenerateSerializationLoop()
Dcpp_field.cc74 StrCat("&this->", FieldName(descriptor), "()"); in SetCommonFieldVariables()
106 StrCat(prefix, (*variables)["name"], "_"); in SetCommonOneofFieldVariables()
Dcpp_helpers.cc460 return StrCat("::", name); in QualifiedFileLevelSymbol()
462 return StrCat("::", DotsToColons(package), "::", name); in QualifiedFileLevelSymbol()
Dcpp_message.cc621 vars["has_mask"] = StrCat(strings::Hex(1u << (field->index() % 32), in GenerateSingularFieldHasBits()
1974 printer->Print(StrCat( in GenerateSharedConstructorCode()
3466 string m = StrCat("0x", strings::Hex(masks[i], strings::ZERO_PAD_8)); in ConditionalToCheckBitmasks()
3468 parts.push_back(StrCat("((_has_bits_[", i, "] & ", m, ") ^ ", m, ")")); in ConditionalToCheckBitmasks()
3473 StrCat("(", Join(parts, "\n | "), ")"); in ConditionalToCheckBitmasks()
3765 "mask", StrCat(strings::Hex(mask, strings::ZERO_PAD_8))); in GenerateIsInitialized()
Dcpp_message_field.cc54 StrCat("this->", (*variables)["name"], "_"); in SetMessageVariables()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtype_resolver_util.cc79 StrCat("Invalid type URL, type URLs must be of the form '", in ResolveMessageType()
100 StrCat("Invalid type URL, type URLs must be of the form '", in ResolveEnumType()
Dmessage_differencer.cc1560 output = StrCat("0x", strings::Hex(unknown_field->fixed32(), in PrintUnknownFieldValue()
1564 output = StrCat("0x", strings::Hex(unknown_field->fixed64(), in PrintUnknownFieldValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtext_format_unittest.cc400 return StrCat(FieldValuePrinter::PrintUInt32(val), "u"); in PrintUInt32()
424 return StrCat("value-is(", FieldValuePrinter::PrintInt32(val), ")"); in PrintInt32()
459 return StrCat(FieldValuePrinter::PrintInt32(v), " # x", strings::Hex(v)); in PrintInt32()
469 return StrCat( in PrintMessageStart()
512 return StrCat(" { # 1\n", " # 2\n"); in PrintMessageStart()
Dtext_format.cc1420 return StrCat("[", field->message_type()->full_name(), "]"); in PrintFieldName()
1422 return StrCat("[", field->full_name(), "]"); in PrintFieldName()
1451 return StrCat("\"", strings::Utf8SafeCEscape(val), "\""); in PrintString()
1580 generator.Print(StrCat("[", type_url, "]")); in PrintAny()
1936 StrCat(strings::Hex(field.fixed32(), strings::ZERO_PAD_8))); in PrintUnknownFields()
1948 StrCat(strings::Hex(field.fixed64(), strings::ZERO_PAD_16))); in PrintUnknownFields()
Dmap_test.cc2906 return StrCat(n); in ConstructKey()