Home
last modified time | relevance | path

Searched refs:SubstituteAndAppend (Results 1 – 10 of 10) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dsubstitute.cc61 SubstituteAndAppend(&result, format, arg0, arg1, arg2, arg3, arg4, in Substitute()
66 void SubstituteAndAppend( in SubstituteAndAppend() function
Dsubstitute.h153 LIBPROTOBUF_EXPORT void SubstituteAndAppend(
/external/protobuf/src/google/protobuf/
Ddescriptor.cc1533 strings::SubstituteAndAppend(output, "$0option $1;\n", in FormatLineOptions()
1546 strings::SubstituteAndAppend(&contents, "import \"$0\";\n", in DebugString()
1551 strings::SubstituteAndAppend(&contents, "package $0;\n\n", package()); in DebugString()
1574 strings::SubstituteAndAppend(&contents, "message $0", in DebugString()
1591 strings::SubstituteAndAppend(&contents, "extend .$0 {\n", in DebugString()
1603 strings::SubstituteAndAppend(&contents, "message $0", name()); in DebugString()
1632 strings::SubstituteAndAppend(contents, "$0 message $1", in DebugString()
1645 strings::SubstituteAndAppend(contents, "$0 extensions $1 to $2;\n", in DebugString()
1655 if (i > 0) strings::SubstituteAndAppend(contents, "$0 }\n", prefix); in DebugString()
1657 strings::SubstituteAndAppend(contents, "$0 extend .$1 {\n", in DebugString()
[all …]
Dtext_format_unittest.cc695 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n", in AddError()
Ddescriptor_unittest.cc2248 strings::SubstituteAndAppend( in AddError()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_bootstrap_unittest.cc77 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n", in AddError()
Dcpp_unittest.cc88 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n", in AddError()
/external/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc68 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n", in AddError()
Dparser_unittest.cc67 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n", in AddError()
/external/protobuf/src/google/protobuf/io/
Dtokenizer_unittest.cc164 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n", in AddError()