| /third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
| D | objectivec_helpers_unittest.cc | 147 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 …]
|
| D | objectivec_enum.cc | 182 text_format_decode_data.AddString(enum_value_description_key, short_name, in GenerateSource()
|
| D | objectivec_helpers.h | 252 void AddString(int32 key, const string& input_for_decode,
|
| D | objectivec_message.cc | 494 text_format_decode_data.AddString(sorted_fields[i]->number(), in GenerateSource()
|
| /third_party/gn/src/gn/ |
| D | json_project_writer.cc | 240 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/ |
| D | LTO.cpp | 93 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/ |
| D | AttributeImpl.h | 95 ID.AddString(Kind); in Profile() 96 if (!Values.empty()) ID.AddString(Values); in Profile()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | double-conversion-double-to-string.cpp | 78 result_builder->AddString(infinity_symbol_); 83 result_builder->AddString(nan_symbol_);
|
| D | double-conversion-utils.h | 295 void AddString(const char* s) { in AddString() function
|
| /third_party/icu/icu4c/source/i18n/ |
| D | double-conversion-double-to-string.cpp | 78 result_builder->AddString(infinity_symbol_); 83 result_builder->AddString(nan_symbol_);
|
| D | double-conversion-utils.h | 294 void AddString(const char* s) { in AddString() function
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | double-conversion-double-to-string.cpp | 78 result_builder->AddString(infinity_symbol_); 83 result_builder->AddString(nan_symbol_);
|
| D | double-conversion-utils.h | 294 void AddString(const char* s) { in AddString() function
|
| /third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
| D | double-to-string.cc | 63 result_builder->AddString(infinity_symbol_); in HandleSpecialValues() 68 result_builder->AddString(nan_symbol_); in HandleSpecialValues()
|
| D | utils.h | 281 void AddString(const char* s) { in AddString() function
|
| /third_party/protobuf/src/google/protobuf/ |
| D | extension_set.h | 346 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()
|
| D | test_util.h | 255 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()
|
| D | extension_set_inl.h | 166 ? AddString(number, WireFormatLite::TYPE_STRING, in ParseFieldWithExtensionInfo()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/ |
| D | SDL_bwindow.cc | 120 msg.AddString("window-title", window->title); in BE_SetWindowTitle()
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | double-conversion-utils.h | 264 void AddString(const char* s) { in AddString() function
|
| D | double-conversion.cpp | 78 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/ |
| D | ARMConstantPoolValue.cpp | 250 ID.AddString(S); in addSelectionDAGCSEId()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | FoldingSet.cpp | 86 void FoldingSetNodeID::AddString(StringRef String) { in AddString() function in FoldingSetNodeID
|
| D | ItaniumManglingCanonicalizer.cpp | 31 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/ |
| D | FoldingSet.h | 325 void AddString(StringRef String);
|