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.cc1798 strings::SubstituteAndAppend(output, "$0option $1;\n", in FormatLineOptions()
1819 strings::SubstituteAndAppend(&contents, "import public \"$0\";\n", in DebugString()
1822 strings::SubstituteAndAppend(&contents, "import weak \"$0\";\n", in DebugString()
1825 strings::SubstituteAndAppend(&contents, "import \"$0\";\n", in DebugString()
1831 strings::SubstituteAndAppend(&contents, "package $0;\n\n", package()); in DebugString()
1854 strings::SubstituteAndAppend(&contents, "message $0", in DebugString()
1871 strings::SubstituteAndAppend(&contents, "extend .$0 {\n", in DebugString()
1883 strings::SubstituteAndAppend(&contents, "message $0", name()); in DebugString()
1912 strings::SubstituteAndAppend(contents, "$0 message $1", in DebugString()
1930 strings::SubstituteAndAppend(contents, "$0 extensions $1 to $2;\n", in DebugString()
[all …]
Dtext_format_unittest.cc985 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n", in AddError()
Ddescriptor_unittest.cc2891 strings::SubstituteAndAppend( in AddError()
2914 strings::SubstituteAndAppend( in AddWarning()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_bootstrap_unittest.cc77 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n", in AddError()
Dcpp_unittest.cc94 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n", in AddError()
/external/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc69 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n", in AddError()
Dparser_unittest.cc71 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n", in AddError()
/external/protobuf/src/google/protobuf/io/
Dtokenizer_unittest.cc165 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n", in AddError()