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 | 1533 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 …]
|
D | text_format_unittest.cc | 695 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n", in AddError()
|
D | descriptor_unittest.cc | 2248 strings::SubstituteAndAppend( in AddError()
|
/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 | 88 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n", in AddError()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | importer_unittest.cc | 68 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n", in AddError()
|
D | parser_unittest.cc | 67 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n", in AddError()
|
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer_unittest.cc | 164 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n", in AddError()
|