Home
last modified time | relevance | path

Searched refs:AddString (Results 1 – 25 of 37) sorted by relevance

12

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers_unittest.cc147 decode_data.AddString(1, "abcdefghIJ", "zbcdefghIJ"); in TEST()
148 decode_data.AddString(3, "abcdefghIJ", "abcdezghIJ"); in TEST()
150 decode_data.AddString(2, "abcdefghIJ", "abcdefghI"); in TEST()
152 decode_data.AddString(4, "abcdefghIJ", "abcdefghIJz"); in TEST()
171 decode_data.AddString(1, "abcdefghIJ", "abcdefghIJ"); in TEST()
172 decode_data.AddString(3, "abcdefghIJ", "_AbcdefghIJ"); in TEST()
173 decode_data.AddString(2, "abcdefghIJ", "Abcd_EfghIJ"); in TEST()
174 decode_data.AddString(4, "abcdefghIJ", "ABCD__EfghI_j"); in TEST()
175 decode_data.AddString(1000, in TEST()
212 EXPECT_EXIT(decode_data.AddString(1, "", ""), in TEST()
[all …]
Dobjectivec_enum.cc182 text_format_decode_data.AddString(enum_value_description_key, short_name, in GenerateSource()
Dobjectivec_helpers.h252 void AddString(int32 key, const string& input_for_decode,
Dobjectivec_message.cc494 text_format_decode_data.AddString(sorted_fields[i]->number(), in GenerateSource()
/third_party/gn/src/gn/
Djson_project_writer.cc240 void AddString(std::string_view key, std::string_view value) { in AddString() function in __anoncac1e5210311::SimpleJSONWriter
390 json_writer.AddString("build_dir", build_settings->build_dir().value()); in GenerateJSON()
392 json_writer.AddString("default_toolchain", in GenerateJSON()
423 json_writer.AddString("root_path", build_settings->root_path_utf8()); in GenerateJSON()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp93 auto AddString = [&](StringRef Str) { in computeLTOCacheKey() local
117 AddString(Conf.CPU); in computeLTOCacheKey()
127 AddString(A); in computeLTOCacheKey()
141 AddString(Conf.OptPipeline); in computeLTOCacheKey()
142 AddString(Conf.AAPipeline); in computeLTOCacheKey()
143 AddString(Conf.OverrideTriple); in computeLTOCacheKey()
144 AddString(Conf.DefaultTriple); in computeLTOCacheKey()
145 AddString(Conf.DwoDir); in computeLTOCacheKey()
244 AddString(TId); in computeLTOCacheKey()
258 AddString(WPD.second.SingleImplName); in computeLTOCacheKey()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributeImpl.h95 ID.AddString(Kind); in Profile()
96 if (!Values.empty()) ID.AddString(Values); in Profile()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-double-to-string.cpp78 result_builder->AddString(infinity_symbol_);
83 result_builder->AddString(nan_symbol_);
Ddouble-conversion-utils.h295 void AddString(const char* s) { in AddString() function
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-double-to-string.cpp78 result_builder->AddString(infinity_symbol_);
83 result_builder->AddString(nan_symbol_);
Ddouble-conversion-utils.h294 void AddString(const char* s) { in AddString() function
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-double-to-string.cpp78 result_builder->AddString(infinity_symbol_);
83 result_builder->AddString(nan_symbol_);
Ddouble-conversion-utils.h294 void AddString(const char* s) { in AddString() function
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Ddouble-to-string.cc63 result_builder->AddString(infinity_symbol_); in HandleSpecialValues()
68 result_builder->AddString(nan_symbol_); in HandleSpecialValues()
Dutils.h281 void AddString(const char* s) { in AddString() function
/third_party/protobuf/src/google/protobuf/
Dextension_set.h346 void AddString(int number, FieldType type, std::string value, desc);
347 std::string* AddString(int number, FieldType type, desc);
863 inline void ExtensionSet::AddString(int number, FieldType type, in AddString() function
866 AddString(number, type, descriptor)->assign(std::move(value)); in AddString()
1101 set->AddString(number, field_type, value, NULL); in Add()
1105 return set->AddString(number, field_type, NULL); in Add()
Dtest_util.h255 reflection->AddString(message, F("repeated_string"), "215"); in SetAllFieldsViaReflection()
256 reflection->AddString(message, F("repeated_bytes"), "216"); in SetAllFieldsViaReflection()
273 reflection->AddString(message, F("repeated_string_piece"), "224"); in SetAllFieldsViaReflection()
274 reflection->AddString(message, F("repeated_cord"), "225"); in SetAllFieldsViaReflection()
290 reflection->AddString(message, F("repeated_string"), "315"); in SetAllFieldsViaReflection()
291 reflection->AddString(message, F("repeated_bytes"), "316"); in SetAllFieldsViaReflection()
308 reflection->AddString(message, F("repeated_string_piece"), "324"); in SetAllFieldsViaReflection()
309 reflection->AddString(message, F("repeated_cord"), "325"); in SetAllFieldsViaReflection()
Dextension_set_inl.h166 ? AddString(number, WireFormatLite::TYPE_STRING, in ParseFieldWithExtensionInfo()
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bwindow.cc120 msg.AddString("window-title", window->title); in BE_SetWindowTitle()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-utils.h264 void AddString(const char* s) { in AddString() function
Ddouble-conversion.cpp78 result_builder->AddString(infinity_symbol_);
83 result_builder->AddString(nan_symbol_);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp250 ID.AddString(S); in addSelectionDAGCSEId()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFoldingSet.cpp86 void FoldingSetNodeID::AddString(StringRef String) { in AddString() function in FoldingSetNodeID
DItaniumManglingCanonicalizer.cpp31 ID.AddString(llvm::StringRef(Str.begin(), Str.size())); in operator ()()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFoldingSet.h325 void AddString(StringRef String);

12