SubstituteAndAppend   77 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc     strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
SubstituteAndAppend   92 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc     strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
SubstituteAndAppend   68 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc     strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n",
SubstituteAndAppend   70 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc     strings::SubstituteAndAppend(&text_, "$0:$1: $2\n",
SubstituteAndAppend 1693 third_party/protobuf/src/google/protobuf/descriptor.cc       strings::SubstituteAndAppend(output, "$0option $1;\n",
SubstituteAndAppend 1714 third_party/protobuf/src/google/protobuf/descriptor.cc       strings::SubstituteAndAppend(&contents, "import public \"$0\";\n",
SubstituteAndAppend 1717 third_party/protobuf/src/google/protobuf/descriptor.cc       strings::SubstituteAndAppend(&contents, "import weak \"$0\";\n",
SubstituteAndAppend 1720 third_party/protobuf/src/google/protobuf/descriptor.cc       strings::SubstituteAndAppend(&contents, "import \"$0\";\n",
SubstituteAndAppend 1726 third_party/protobuf/src/google/protobuf/descriptor.cc     strings::SubstituteAndAppend(&contents, "package $0;\n\n", package());
SubstituteAndAppend 1749 third_party/protobuf/src/google/protobuf/descriptor.cc       strings::SubstituteAndAppend(&contents, "message $0",
SubstituteAndAppend 1766 third_party/protobuf/src/google/protobuf/descriptor.cc       strings::SubstituteAndAppend(&contents, "extend .$0 {\n",
SubstituteAndAppend 1778 third_party/protobuf/src/google/protobuf/descriptor.cc   strings::SubstituteAndAppend(&contents, "message $0", name());
SubstituteAndAppend 1807 third_party/protobuf/src/google/protobuf/descriptor.cc       strings::SubstituteAndAppend(contents, "$0  message $1",
SubstituteAndAppend 1820 third_party/protobuf/src/google/protobuf/descriptor.cc     strings::SubstituteAndAppend(contents, "$0  extensions $1 to $2;\n",
SubstituteAndAppend 1830 third_party/protobuf/src/google/protobuf/descriptor.cc       if (i > 0) strings::SubstituteAndAppend(contents, "$0  }\n", prefix);
SubstituteAndAppend 1832 third_party/protobuf/src/google/protobuf/descriptor.cc       strings::SubstituteAndAppend(contents, "$0  extend .$1 {\n",
SubstituteAndAppend 1838 third_party/protobuf/src/google/protobuf/descriptor.cc     strings::SubstituteAndAppend(contents, "$0  }\n", prefix);
SubstituteAndAppend 1840 third_party/protobuf/src/google/protobuf/descriptor.cc   strings::SubstituteAndAppend(contents, "$0}\n", prefix);
SubstituteAndAppend 1847 third_party/protobuf/src/google/protobuf/descriptor.cc     strings::SubstituteAndAppend(&contents, "extend .$0 {\n",
SubstituteAndAppend 1872 third_party/protobuf/src/google/protobuf/descriptor.cc   strings::SubstituteAndAppend(contents, "$0$1 $2 $3 = $4",
SubstituteAndAppend 1883 third_party/protobuf/src/google/protobuf/descriptor.cc     strings::SubstituteAndAppend(contents, " [default = $0",
SubstituteAndAppend 1914 third_party/protobuf/src/google/protobuf/descriptor.cc   strings::SubstituteAndAppend(contents, "$0enum $1 {\n",
SubstituteAndAppend 1922 third_party/protobuf/src/google/protobuf/descriptor.cc   strings::SubstituteAndAppend(contents, "$0}\n", prefix);
SubstituteAndAppend 1933 third_party/protobuf/src/google/protobuf/descriptor.cc   strings::SubstituteAndAppend(contents, "$0$1 = $2",
SubstituteAndAppend 1938 third_party/protobuf/src/google/protobuf/descriptor.cc     strings::SubstituteAndAppend(contents, " [$0]", formatted_options);
SubstituteAndAppend 1950 third_party/protobuf/src/google/protobuf/descriptor.cc   strings::SubstituteAndAppend(contents, "service $0 {\n", name());
SubstituteAndAppend 1970 third_party/protobuf/src/google/protobuf/descriptor.cc   strings::SubstituteAndAppend(contents, "$0rpc $1(.$2) returns (.$3)",
SubstituteAndAppend 1977 third_party/protobuf/src/google/protobuf/descriptor.cc     strings::SubstituteAndAppend(contents, " {\n$0$1}\n",
SubstituteAndAppend 2464 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     strings::SubstituteAndAppend(
SubstituteAndAppend  165 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc     strings::SubstituteAndAppend(&text_, "$0:$1: $2\n",
SubstituteAndAppend   61 third_party/protobuf/src/google/protobuf/stubs/substitute.cc   SubstituteAndAppend(&result, format, arg0, arg1, arg2, arg3, arg4,
SubstituteAndAppend  153 third_party/protobuf/src/google/protobuf/stubs/substitute.h LIBPROTOBUF_EXPORT void SubstituteAndAppend(
SubstituteAndAppend  776 third_party/protobuf/src/google/protobuf/text_format_unittest.cc       strings::SubstituteAndAppend(&text_, "$0:$1: $2\n",