Home
last modified time | relevance | path

Searched refs:SubstituteAndAppend (Results 1 – 11 of 11) 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.cc2022 strings::SubstituteAndAppend(output, "$0option $1;\n", in FormatLineOptions()
2079 strings::SubstituteAndAppend(&output, "$0// $1\n", prefix_, line); in FormatComment()
2108 strings::SubstituteAndAppend(&contents, "syntax = \"$0\";\n\n", in DebugStringWithOptions()
2126 strings::SubstituteAndAppend(&contents, "import public \"$0\";\n", in DebugStringWithOptions()
2129 strings::SubstituteAndAppend(&contents, "import weak \"$0\";\n", in DebugStringWithOptions()
2132 strings::SubstituteAndAppend(&contents, "import \"$0\";\n", in DebugStringWithOptions()
2143 strings::SubstituteAndAppend(&contents, "package $0;\n\n", package()); in DebugStringWithOptions()
2183 strings::SubstituteAndAppend(&contents, "extend .$0 {\n", in DebugStringWithOptions()
2224 strings::SubstituteAndAppend(contents, "$0message $1", prefix, name()); in DebugString()
2266 strings::SubstituteAndAppend(contents, "$0 extensions $1 to $2;\n", in DebugString()
[all …]
Dtext_format_unittest.cc990 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n", in AddError()
Ddescriptor_unittest.cc208 strings::SubstituteAndAppend( in AddError()
231 strings::SubstituteAndAppend( in AddWarning()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_bootstrap_unittest.cc78 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n", in AddError()
Dcpp_unittest.cc104 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n", in AddError()
/external/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc80 strings::SubstituteAndAppend(&text_, "$0:$1:$2: $3\n", in AddError()
86 strings::SubstituteAndAppend(&warning_text_, "$0:$1:$2: $3\n", in AddWarning()
Dparser_unittest.cc74 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n", in AddError()
/external/tensorflow/tensorflow/core/util/proto/
Dproto_utils.cc106 absl::SubstituteAndAppend(error_text_, "$0($1): $2\n", line + index_offset_, in AddError()
/external/protobuf/src/google/protobuf/io/
Dtokenizer_unittest.cc166 strings::SubstituteAndAppend(&text_, "$0:$1: $2\n", in AddError()