/third_party/node/src/ |
D | node_env_var.cc | 308 Local<String> value_string; in AssignFromObject() local 310 !value->ToString(context).ToLocal(&value_string)) { in AssignFromObject() 314 Set(isolate, key.As<String>(), value_string); in AssignFromObject() 347 MaybeLocal<String> value_string = in EnvGetter() local 349 if (!value_string.IsEmpty()) { in EnvGetter() 350 info.GetReturnValue().Set(value_string.ToLocalChecked()); in EnvGetter() 377 Local<String> value_string; in EnvSetter() local 379 !value->ToString(env->context()).ToLocal(&value_string)) { in EnvSetter() 383 env->env_vars()->Set(env->isolate(), key, value_string); in EnvSetter()
|
D | heap_utils.cc | 114 Local<String> value_string = env->value_string(); in CreateObject() local 154 if (obj->Set(context, value_string, value).IsNothing()) in CreateObject()
|
D | node_report.cc | 403 Local<String> value_string; in PrintJavaScriptErrorProperties() local 405 !value->ToString(context).ToLocal(&value_string)) { in PrintJavaScriptErrorProperties() 410 node::Utf8Value v(isolate, value_string); in PrintJavaScriptErrorProperties()
|
D | env_properties.h | 322 V(value_string, "value") \
|
D | cares_wrap.cc | 943 env->value_string(), in Parse() 1000 env->value_string(), in Parse() 1027 env->value_string(), in Parse()
|
D | node_options.cc | 1201 info->Set(context, env->value_string(), value).IsNothing() || in GetCLIOptions()
|
D | node_messaging.cc | 960 if (!result.As<Object>()->Get(context, env->value_string()).ToLocal(&val)) in ReadIterable()
|
/third_party/json/include/nlohmann/detail/input/ |
D | parser.hpp | 213 if (JSON_HEDLEY_UNLIKELY(last_token != token_type::value_string)) in sax_parse_internal() 217 …or::create(101, m_lexer.get_position(), exception_message(token_type::value_string, "object key"),… in sax_parse_internal() 319 case token_type::value_string: in sax_parse_internal() 411 if (JSON_HEDLEY_UNLIKELY(get_token() != token_type::value_string)) in sax_parse_internal() 415 …or::create(101, m_lexer.get_position(), exception_message(token_type::value_string, "object key"),… in sax_parse_internal()
|
D | lexer.hpp | 44 value_string, ///< a string -- use get_string() for actual value enumerator 74 case token_type::value_string: in token_type_name() 277 return token_type::value_string; in scan_string()
|
D | binary_reader.hpp | 2723 case token_type::value_string: in get_ubjson_high_precision_number()
|
/third_party/node/deps/v8/src/objects/ |
D | property-descriptor.cc | 91 } else if (key == roots.value_string()) { in ToPropertyDescriptorFastPath() 160 CreateDataProperty(result, factory->value_string(), value()); in ToObject() 231 if (!GetPropertyIfPresent(receiver, isolate->factory()->value_string(), in ToPropertyDescriptor()
|
/third_party/gn/src/base/ |
D | command_line.cc | 353 const std::string& value_string) { in AppendSwitchASCII() argument 355 AppendSwitchNative(switch_string, ASCIIToUTF16(value_string)); in AppendSwitchASCII() 357 AppendSwitchNative(switch_string, value_string); in AppendSwitchASCII()
|
/third_party/json/tests/src/ |
D | unit-class_lexer.cpp | 94 …CHECK((std::string(json::lexer::token_type_name(json::lexer::token_type::value_string)) == "string… 169 CHECK((scan_string(s.c_str()) == json::lexer::token_type::value_string));
|
/third_party/node/deps/v8/src/execution/ |
D | futex-emulation.cc | 604 isolate, result, factory->value_string(), in WaitAsync() 621 isolate, result, factory->value_string(), in WaitAsync() 645 factory->value_string(), in WaitAsync()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-module.cc | 296 Handle<String> value_string = factory->InternalizeUtf8String("value"); in GetTypeForGlobal() local 299 JSObject::AddProperty(isolate, object, value_string, in GetTypeForGlobal()
|
/third_party/rust/crates/libc/src/windows/ |
D | mod.rs | 521 pub fn putenv_s(envstring: *const ::c_char, value_string: *const ::c_char) -> ::errno_t; in putenv_s() 523 pub fn wputenv_s(envstring: *const ::wchar_t, value_string: *const ::wchar_t) -> ::errno_t; in wputenv_s()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-async-iterator-gen.cc | 237 GetProperty(context, iter_result, factory()->value_string()); in LoadIteratorResult()
|
D | builtins-iterator-gen.cc | 127 var_value = GetProperty(context, result, factory()->value_string()); in IteratorValue()
|
D | builtins-object-gen.cc | 1470 factory->value_string(), value, &bailout); in FromPropertyDescriptor()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 812 string value_string(value, value_len); in CheckAndSetString() local 814 reflection->AddString(message, descriptor, std::move(value_string)); in CheckAndSetString() 816 reflection->SetString(message, descriptor, std::move(value_string)); in CheckAndSetString() 819 std::move(value_string)); in CheckAndSetString()
|
/third_party/node/deps/v8/src/init/ |
D | heap-symbols.h | 427 V(_, value_string, "value") \
|
/third_party/node/deps/v8/src/interpreter/ |
D | bytecode-generator.cc | 2437 next_result, ast_string_constants()->value_string(), in VisitForOfStatement() 3340 ->LoadNamedProperty(value, ast_string_constants()->value_string(), in BuildFillArrayWithIterator() 4213 ast_string_constants()->value_string(), in BuildDestructuringArrayAssignment() 4950 output, ast_string_constants()->value_string(), in VisitYieldStar() 4978 ->LoadNamedProperty(output, ast_string_constants()->value_string(), in VisitYieldStar()
|
/third_party/ffmpeg/fftools/ |
D | ffprobe.c | 392 static char *value_string(char *buf, int buf_size, struct unit_value uv) in value_string() function 889 value_string(buf, sizeof(buf), uv); in writer_print_time() 1922 writer_print_string(w, k, value_string(val_str, sizeof(val_str), uv), 0); \
|
/third_party/json/tests/abi/include/nlohmann/ |
D | json_v3_10_5.hpp | 6446 value_string, ///< a string -- use get_string() for actual value enumerator 6476 case token_type::value_string: in token_type_name() 6679 return token_type::value_string; in scan_string() 10457 case token_type::value_string: in get_ubjson_high_precision_number() 10912 if (JSON_HEDLEY_UNLIKELY(last_token != token_type::value_string)) in sax_parse_internal() 10916 …or::create(101, m_lexer.get_position(), exception_message(token_type::value_string, "object key"),… in sax_parse_internal() 11018 case token_type::value_string: in sax_parse_internal() 11110 if (JSON_HEDLEY_UNLIKELY(get_token() != token_type::value_string)) in sax_parse_internal() 11114 …or::create(101, m_lexer.get_position(), exception_message(token_type::value_string, "object key"),… in sax_parse_internal()
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 7345 value_string, ///< a string -- use get_string() for actual value enumerator 7375 case token_type::value_string: in token_type_name() 7578 return token_type::value_string; in scan_string() 11797 case token_type::value_string: in get_ubjson_high_precision_number() 12311 if (JSON_HEDLEY_UNLIKELY(last_token != token_type::value_string)) in sax_parse_internal() 12315 …or::create(101, m_lexer.get_position(), exception_message(token_type::value_string, "object key"),… in sax_parse_internal() 12417 case token_type::value_string: in sax_parse_internal() 12509 if (JSON_HEDLEY_UNLIKELY(get_token() != token_type::value_string)) in sax_parse_internal() 12513 …or::create(101, m_lexer.get_position(), exception_message(token_type::value_string, "object key"),… in sax_parse_internal()
|