| /third_party/node/src/ |
| D | node_env_var.cc | 288 Local<String> value_string; in AssignFromObject() local 290 !value->ToString(context).ToLocal(&value_string)) { in AssignFromObject() 294 Set(isolate, key.As<String>(), value_string); in AssignFromObject() 307 MaybeLocal<String> value_string = in EnvGetter() local 309 if (!value_string.IsEmpty()) { in EnvGetter() 310 info.GetReturnValue().Set(value_string.ToLocalChecked()); in EnvGetter() 337 Local<String> value_string; in EnvSetter() local 339 !value->ToString(env->context()).ToLocal(&value_string)) { in EnvSetter() 343 env->env_vars()->Set(env->isolate(), key, value_string); in EnvSetter()
|
| D | heap_utils.cc | 99 Local<String> value_string = env->value_string(); in CreateObject() local 139 if (obj->Set(context, value_string, value).IsNothing()) in CreateObject()
|
| D | node_report.cc | 495 Local<String> value_string; in PrintJavaScriptErrorProperties() local 497 !value->ToString(context).ToLocal(&value_string)) { in PrintJavaScriptErrorProperties() 502 String::Utf8Value v(isolate, value_string); in PrintJavaScriptErrorProperties()
|
| D | cares_wrap.cc | 942 env->value_string(), in Parse() 999 env->value_string(), in Parse() 1026 env->value_string(), in Parse()
|
| D | node_options.cc | 1008 info->Set(context, env->value_string(), value).IsNothing() || in GetOptions()
|
| D | node_messaging.cc | 916 if (!result.As<Object>()->Get(context, env->value_string()).ToLocal(&val)) in ReadIterable()
|
| D | env.h | 399 V(value_string, "value") \
|
| /third_party/json/include/nlohmann/detail/input/ |
| D | parser.hpp | 205 if (JSON_HEDLEY_UNLIKELY(last_token != token_type::value_string)) in sax_parse_internal() 209 …or::create(101, m_lexer.get_position(), exception_message(token_type::value_string, "object key"),… in sax_parse_internal() 311 case token_type::value_string: in sax_parse_internal() 403 if (JSON_HEDLEY_UNLIKELY(get_token() != token_type::value_string)) in sax_parse_internal() 407 …or::create(101, m_lexer.get_position(), exception_message(token_type::value_string, "object key"),… in sax_parse_internal()
|
| D | lexer.hpp | 36 value_string, ///< a string -- use get_string() for actual value enumerator 66 case token_type::value_string: in token_type_name() 269 return token_type::value_string; in scan_string()
|
| D | binary_reader.hpp | 2287 case token_type::value_string: in get_ubjson_high_precision_number()
|
| /third_party/flatbuffers/tests/cpp17/ |
| D | stringify_util.h | 69 auto value_string = 71 if (!value_string) { return ""; } 72 return indent + FBS::Traits::field_names[Index] + " = " + *value_string +
|
| /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/test/src/ |
| D | unit-class_lexer.cpp | 115 …CHECK((std::string(json::lexer::token_type_name(json::lexer::token_type::value_string)) == "string… 190 CHECK((scan_string(s.c_str()) == json::lexer::token_type::value_string));
|
| /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/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/ffmpeg/fftools/ |
| D | ffprobe.c | 368 static char *value_string(char *buf, int buf_size, struct unit_value uv) in value_string() function 799 value_string(buf, sizeof(buf), uv); in writer_print_time() 1822 writer_print_string(w, k, value_string(val_str, sizeof(val_str), uv), 0); \
|
| /third_party/json/single_include/nlohmann/ |
| D | json.hpp | 6566 value_string, ///< a string -- use get_string() for actual value enumerator 6596 case token_type::value_string: in token_type_name() 6799 return token_type::value_string; in scan_string() 10577 case token_type::value_string: in get_ubjson_high_precision_number() 11032 if (JSON_HEDLEY_UNLIKELY(last_token != token_type::value_string)) in sax_parse_internal() 11036 …or::create(101, m_lexer.get_position(), exception_message(token_type::value_string, "object key"),… in sax_parse_internal() 11138 case token_type::value_string: in sax_parse_internal() 11230 if (JSON_HEDLEY_UNLIKELY(get_token() != token_type::value_string)) in sax_parse_internal() 11234 …or::create(101, m_lexer.get_position(), exception_message(token_type::value_string, "object key"),… in sax_parse_internal()
|
| /third_party/python/Modules/ |
| D | posixmodule.c | 10958 const char *value_string = PyBytes_AS_STRING(value); in os_putenv_impl() local 10969 if (setenv(name_string, value_string, 1)) { in os_putenv_impl()
|
| /third_party/chromium/patch/ |
| D | 0004-ohos-3.2-Beta5.patch | 33263 + std::string value_string(value); 33264 + ValuesIterator method_iterator(value_string.begin(), value_string.end(),
|