| /third_party/node/deps/v8/src/logging/ |
| D | log-utils.cc | 109 void Log::MessageBuilder::AppendString(String str, in AppendString() function in v8::internal::Log::MessageBuilder 129 void Log::MessageBuilder::AppendString(base::Vector<const char> str) { in AppendString() function in v8::internal::Log::MessageBuilder 133 void Log::MessageBuilder::AppendString(const char* str) { in AppendString() function in v8::internal::Log::MessageBuilder 135 AppendString(str, strlen(str)); in AppendString() 138 void Log::MessageBuilder::AppendString(const char* str, size_t length, in AppendString() function in v8::internal::Log::MessageBuilder 219 AppendString(str, limit); in AppendSymbolNameDetails() 253 this->AppendString(string); 274 this->AppendString(string); 287 this->AppendString(String::cast(name));
|
| D | log-utils.h | 64 void AppendString(String str, 66 void AppendString(base::Vector<const char> str); 67 void AppendString(const char* str); 68 void AppendString(const char* str, size_t length, bool is_one_byte = true);
|
| D | log.cc | 137 AppendString(String::cast(name)); in AppendName() 143 AppendString(String::cast(symbol.description())); in AppendName() 152 void AppendString(String str) { in AppendString() function in v8::internal::CodeEventLogger::NameBuffer 256 name_buffer_->AppendString(String::cast(*script_name)); in CodeCreateEvent() 293 name_buffer_->AppendString(*source); in RegExpCodeCreateEvent() 1303 msg.AppendString(string.c_str(), string.length()); in LogCodeDisassemble() 1373 msg.AppendString(contents.c_str(), contents.length()); in FeedbackVectorEvent() 1413 msg.AppendString(name); in CodeCreateEvent() 1619 msg.AppendString(function_name, function_name_length, is_one_byte); in FunctionEvent()
|
| /third_party/node/deps/v8/src/objects/ |
| D | call-site-info.cc | 213 builder.AppendString(eval_name); in FormatEvalOrigin() 225 builder.AppendString(str); in FormatEvalOrigin() 230 builder.AppendString(Handle<String>::cast(eval_script_name)); in FormatEvalOrigin() 611 builder->AppendString( in AppendFileLocation() 618 builder->AppendString(Handle<String>::cast(script_name_or_source_url)); in AppendFileLocation() 690 builder->AppendString(type_string); in AppendMethodCall() 694 builder->AppendString(function_string); in AppendMethodCall() 700 builder->AppendString(method_string); in AppendMethodCall() 706 builder->AppendString(Handle<String>::cast(type_name)); in AppendMethodCall() 710 builder->AppendString(Handle<String>::cast(method_name)); in AppendMethodCall() [all …]
|
| D | string.cc | 1307 builder.AppendString(factory->NewSubString(replacement, 0, next_dollar_ix)); in GetSubstitution() 1325 builder.AppendString(match->GetMatch()); in GetSubstitution() 1329 builder.AppendString(match->GetPrefix()); in GetSubstitution() 1333 builder.AppendString(match->GetSuffix()); in GetSubstitution() 1372 if (capture_exists) builder.AppendString(capture); in GetSubstitution() 1406 builder.AppendString(capture); in GetSubstitution() 1428 builder.AppendString(factory->NewSubString( in GetSubstitution() 1436 builder.AppendString( in GetSubstitution()
|
| D | shared-function-info.cc | 419 builder.AppendString(Handle<String>(shared->Name(), isolate)); in GetSourceCodeHarmony() 426 builder.AppendString(Handle<String>(String::cast(args->get(i)), isolate)); in GetSourceCodeHarmony() 429 builder.AppendString(source); in GetSourceCodeHarmony()
|
| /third_party/gn/src/gn/ |
| D | desc_builder.cc | 208 out->AppendString(name); in FillInConfigVector() 385 labels->AppendString(cur.GetUserVisibleName(GetToolchainLabel())); in BuildDescription() 457 args->AppendString(elem.AsString()); in BuildDescription() 466 rsp_file_contents->AppendString(elem.AsString()); in BuildDescription() 592 libs->AppendString(all_libs[i].value()); in BuildDescription() 602 lib_dirs->AppendString(FormatSourceDir(all_lib_dirs[i])); in BuildDescription() 612 frameworks->AppendString(all_frameworks[i]); in BuildDescription() 622 frameworks->AppendString(weak_frameworks[i]); in BuildDescription() 633 framework_dirs->AppendString(all_framework_dirs[i].value()); in BuildDescription() 677 out->AppendString(str); in RecursivePrintDeps() [all …]
|
| D | commands.cc | 213 out->AppendString(file); in PrintTargetsAsBuildfiles() 229 out->AppendString(label.GetUserVisibleName(label.GetToolchainLabel() != in PrintTargetsAsLabels() 254 out->AppendString(result); in PrintTargetsAsOutputs()
|
| D | visibility.cc | 88 res->AppendString(pattern.Describe()); in AsValue()
|
| /third_party/node/src/tracing/ |
| D | traced_value.h | 45 void AppendString(const char*); 46 void AppendString(const std::string& value) { AppendString(value.c_str()); } in AppendString() function
|
| D | traced_value.cc | 173 void TracedValue::AppendString(const char* value) { in AppendString() function in node::tracing::TracedValue
|
| /third_party/node/deps/v8/src/tracing/ |
| D | traced-value.h | 57 void AppendString(const char*); 58 void AppendString(const std::string& value) { AppendString(value.c_str()); } in AppendString() function
|
| D | traced-value.cc | 157 void TracedValue::AppendString(const char* value) { in AppendString() function in v8::tracing::TracedValue
|
| /third_party/skia/third_party/externals/icu/fuzzers/ |
| D | icu_appendable_fuzzer.cc | 23 AppendString, enumerator 44 case AppendableApi::AppendString: { in LLVMFuzzerTestOneInput()
|
| /third_party/node/test/cctest/ |
| D | test_traced_value.cc | 40 traced_value->AppendString("a"); in TEST() 88 traced_value->AppendString(UTF8_SEQUENCE); in TEST()
|
| /third_party/mesa3d/include/android_stub/log/ |
| D | log_event_list.h | 229 bool AppendString(const char* value) { in AppendString() function 235 bool AppendString(const char* value, size_t len) { in AppendString() function 241 bool AppendString(const std::string& value) { in AppendString() function
|
| /third_party/node/deps/v8/src/execution/ |
| D | messages.cc | 267 builder->AppendString(err_str.ToHandleChecked()); in AppendErrorString() 271 builder->AppendString(err_str.ToHandleChecked()); in AppendErrorString() 396 builder.AppendString(exception_string.ToHandleChecked()); in FormatStackTrace() 475 builder.AppendString(arg); in Format() 657 builder.AppendString(name); in ToString() 659 builder.AppendString(msg); in ToString() 743 builder.AppendString(Object::TypeOf(isolate, object)); in BuildDefaultCallSite() 751 builder.AppendString(string); in BuildDefaultCallSite() 755 builder.AppendString(string); in BuildDefaultCallSite() 767 builder.AppendString(isolate->factory()->NumberToString(object)); in BuildDefaultCallSite()
|
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-regexp.cc | 39 builder.AppendString(source_str); in BUILTIN() 52 builder.AppendString(flags_str); in BUILTIN()
|
| D | builtins-function.cc | 58 builder.AppendString(param); in CreateDynamicFunction() 68 builder.AppendString(body); in CreateDynamicFunction()
|
| D | builtins-string.cc | 470 result_builder.AppendString(first_string); in BUILTIN() 478 result_builder.AppendString(argument_string); in BUILTIN() 488 result_builder.AppendString(element_string); in BUILTIN()
|
| /third_party/protobuf/src/google/protobuf/ |
| D | implicit_weak_message.cc | 46 return ctx->AppendString(ptr, &data_); in _InternalParse()
|
| D | parse_context.h | 161 PROTOBUF_MUST_USE_RESULT const char* AppendString(const char* ptr, int size, in AppendString() function 329 PROTOBUF_MUST_USE_RESULT const char* AppendString(const char* ptr, in AppendString() function
|
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime-symbol.cc | 53 builder.AppendString(handle(String::cast(symbol->description()), isolate)); in RUNTIME_FUNCTION()
|
| D | runtime-regexp.cc | 1403 builder.AppendString(factory->NewSubString(string, 0, start_index)); in RegExpReplace() 1411 builder.AppendString(replacement); in RegExpReplace() 1414 builder.AppendString( in RegExpReplace() 1546 builder.AppendString(factory->NewSubString(subject, 0, index)); in RUNTIME_FUNCTION() 1606 builder.AppendString(replacement); in RUNTIME_FUNCTION() 1607 builder.AppendString( in RUNTIME_FUNCTION() 1978 builder.AppendString( in RUNTIME_FUNCTION() 1980 builder.AppendString(replacement); in RUNTIME_FUNCTION() 1987 builder.AppendString( in RUNTIME_FUNCTION()
|
| /third_party/gn/src/base/ |
| D | values.h | 673 void AppendString(std::string_view in_value); 674 void AppendString(const std::u16string& in_value);
|