Home
last modified time | relevance | path

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

123

/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()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dtarget.cc246 pkt_out->AddString("OK"); in ProcessPacket()
285 pkt_out->AddString("OK"); in ProcessPacket()
294 pkt_out->AddString("OK"); in ProcessPacket()
381 pkt_out->AddString("OK"); in ProcessPacket()
408 pkt_out->AddString("OK"); in ProcessPacket()
434 pkt_out->AddString("OK"); in ProcessPacket()
466 pkt_out->AddString("m"); in ProcessQueryPacket()
469 pkt_out->AddString("l"); in ProcessQueryPacket()
503 pkt_out->AddString(result.c_str()); in ProcessQueryPacket()
637 pkt_out->AddString(it->second.data()); in ProcessQueryPacket()
[all …]
Dpacket.h46 void AddString(const char* str);
Dpacket.cc46 void Packet::AddString(const char* str) { in AddString() function in v8::internal::wasm::gdb_server::Packet
/third_party/lzma/CPP/Windows/Control/
DComboBox.cpp34 LRESULT CComboBox::AddString(LPCWSTR s) in AddString() function in NWindows::NControl::CComboBox
38 return AddString(GetSystemString(s)); in AddString()
DComboBox.h21 LRESULT AddString(LPCTSTR s) { return SendMsg(CB_ADDSTRING, 0, (LPARAM)s); } in AddString() function
23 LRESULT AddString(LPCWSTR s);
/third_party/node/deps/v8/src/parsing/
Dfunc-name-inferrer.cc65 result->AddString(zone, ast_value_factory_->dot_string()); in MakeNameFromStack()
67 result->AddString(zone, current->name()); in MakeNameFromStack()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc2725 void AddString(const char* s) { in AddString() function in v8::internal::OutputStreamWriter
2771 AddString(buffer.begin()); in AddNumberImpl()
2817 writer_->AddString("\"snapshot\":{"); in SerializeImpl()
2820 writer_->AddString("},\n"); in SerializeImpl()
2821 writer_->AddString("\"nodes\":["); in SerializeImpl()
2824 writer_->AddString("],\n"); in SerializeImpl()
2825 writer_->AddString("\"edges\":["); in SerializeImpl()
2828 writer_->AddString("],\n"); in SerializeImpl()
2830 writer_->AddString("\"trace_function_infos\":["); in SerializeImpl()
2833 writer_->AddString("],\n"); in SerializeImpl()
[all …]
/third_party/node/deps/v8/src/ast/
Dast-value-factory.cc360 return NewConsString()->AddString(single_parse_zone(), str); in NewConsString()
366 ->AddString(single_parse_zone(), str1) in NewConsString()
367 ->AddString(single_parse_zone(), str2); in NewConsString()
406 AddString(new_string); in GetString()
Dast-value-factory.h146 AstConsString* AddString(Zone* zone, const AstRawString* s) { in AddString() function
382 AstRawString* AddString(AstRawString* string) { in AddString() function
/third_party/node/deps/v8/src/numbers/
Dconversions.cc74 void AddString(const char* s) { in AddString() function in v8::internal::SimpleStringBuilder
1076 builder.AddString(decimal_rep); in DoubleToCString()
1083 builder.AddString(decimal_rep + decimal_point); in DoubleToCString()
1087 builder.AddString("0."); in DoubleToCString()
1089 builder.AddString(decimal_rep); in DoubleToCString()
1096 builder.AddString(decimal_rep + 1); in DoubleToCString()
1178 rep_builder.AddString(decimal_rep); in DoubleToFixedCString()
1215 builder.AddString(decimal_rep + 1); in CreateExponentialRepresentation()
1312 builder.AddString("0."); in DoubleToPrecisionCString()
1314 builder.AddString(decimal_rep); in DoubleToPrecisionCString()
/third_party/gn/src/gn/
Djson_project_writer.cc240 void AddString(std::string_view key, std::string_view value) { in AddString() function in __anone02873c20311::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/lzma/CPP/7zip/UI/FileManager/
DComboDialog.cpp37 _comboBox.AddString(Strings[i]); in OnInit()
/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/node/deps/icu-small/source/i18n/
Ddouble-conversion-double-to-string.cpp78 result_builder->AddString(infinity_symbol_);
83 result_builder->AddString(nan_symbol_);
/third_party/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp105 int index = (int)combo.AddString(s); in AddComboItems()
215 _path.AddString(_info.Paths[i]); in OnInit()
/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()
/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.h340 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()

123