Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_env_var.cc288 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()
Dheap_utils.cc99 Local<String> value_string = env->value_string(); in CreateObject() local
139 if (obj->Set(context, value_string, value).IsNothing()) in CreateObject()
Dnode_report.cc495 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()
Dcares_wrap.cc942 env->value_string(), in Parse()
999 env->value_string(), in Parse()
1026 env->value_string(), in Parse()
Dnode_options.cc1008 info->Set(context, env->value_string(), value).IsNothing() || in GetOptions()
Dnode_messaging.cc916 if (!result.As<Object>()->Get(context, env->value_string()).ToLocal(&val)) in ReadIterable()
Denv.h399 V(value_string, "value") \
/third_party/json/include/nlohmann/detail/input/
Dparser.hpp205 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()
Dlexer.hpp36 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()
Dbinary_reader.hpp2287 case token_type::value_string: in get_ubjson_high_precision_number()
/third_party/flatbuffers/tests/cpp17/
Dstringify_util.h69 auto value_string =
71 if (!value_string) { return ""; }
72 return indent + FBS::Traits::field_names[Index] + " = " + *value_string +
/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/test/src/
Dunit-class_lexer.cpp115 …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/
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/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/ffmpeg/fftools/
Dffprobe.c368 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/
Djson.hpp6566 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/
Dposixmodule.c10958 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/
D0004-ohos-3.2-Beta5.patch33263 + std::string value_string(value);
33264 + ValuesIterator method_iterator(value_string.begin(), value_string.end(),