Home
last modified time | relevance | path

Searched refs:value_string (Results 1 – 25 of 28) sorted by relevance

12

/third_party/node/src/
Dnode_env_var.cc308 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()
Dheap_utils.cc114 Local<String> value_string = env->value_string(); in CreateObject() local
154 if (obj->Set(context, value_string, value).IsNothing()) in CreateObject()
Dnode_report.cc403 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()
Denv_properties.h322 V(value_string, "value") \
Dcares_wrap.cc943 env->value_string(), in Parse()
1000 env->value_string(), in Parse()
1027 env->value_string(), in Parse()
Dnode_options.cc1201 info->Set(context, env->value_string(), value).IsNothing() || in GetCLIOptions()
Dnode_messaging.cc960 if (!result.As<Object>()->Get(context, env->value_string()).ToLocal(&val)) in ReadIterable()
/third_party/json/include/nlohmann/detail/input/
Dparser.hpp213 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()
Dlexer.hpp44 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()
Dbinary_reader.hpp2723 case token_type::value_string: in get_ubjson_high_precision_number()
/third_party/node/deps/v8/src/objects/
Dproperty-descriptor.cc91 } 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/
Dcommand_line.cc353 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/
Dunit-class_lexer.cpp94 …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/
Dfutex-emulation.cc604 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/
Dwasm-module.cc296 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/
Dmod.rs521 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/
Dbuiltins-async-iterator-gen.cc237 GetProperty(context, iter_result, factory()->value_string()); in LoadIteratorResult()
Dbuiltins-iterator-gen.cc127 var_value = GetProperty(context, result, factory()->value_string()); in IteratorValue()
Dbuiltins-object-gen.cc1470 factory->value_string(), value, &bailout); in FromPropertyDescriptor()
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc812 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/
Dheap-symbols.h427 V(_, value_string, "value") \
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc2437 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/
Dffprobe.c392 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/
Djson_v3_10_5.hpp6446 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/
Djson.hpp7345 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()

12