Searched refs:SubstituteAndAppend (Results 1 – 10 of 10) sorted by relevance
/external/protobuf/src/google/protobuf/stubs/ |
D | substitute.cc | 61 SubstituteAndAppend(&result, format, arg0, arg1, arg2, arg3, arg4, in Substitute() 66 void SubstituteAndAppend( in SubstituteAndAppend() function
|
D | substitute.h | 153 LIBPROTOBUF_EXPORT void SubstituteAndAppend(
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 1798 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 …]
|
D | text_format_unittest.cc | 985 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n", in AddError()
|
D | descriptor_unittest.cc | 2891 strings::SubstituteAndAppend( in AddError() 2914 strings::SubstituteAndAppend( in AddWarning()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_bootstrap_unittest.cc | 77 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n", in AddError()
|
D | cpp_unittest.cc | 94 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n", in AddError()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | importer_unittest.cc | 69 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n", in AddError()
|
D | parser_unittest.cc | 71 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n", in AddError()
|
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer_unittest.cc | 165 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n", in AddError()
|