Home
last modified time | relevance | path

Searched refs:out_value (Results 1 – 25 of 1561) sorted by relevance

12345678910>>...63

/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/base/
H A Dvalues.h85 virtual bool GetAsBoolean(bool* out_value) const;
86 virtual bool GetAsInteger(int* out_value) const;
87 virtual bool GetAsDouble(double* out_value) const;
89 virtual bool GetAsString(string16* out_value) const;
92 virtual bool GetAsList(ListValue** out_value);
133 bool GetAsBoolean(bool* out_value) const override;
134 bool GetAsInteger(int* out_value) const override;
279 bool Get(StringPiece path, Value** out_value);
318 const DictionaryValue** out_value) const;
423 bool Get(size_t index, Value** out_value);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/login/
H A Dbase_screen_handler_utils.cc18 out_value->resize(list->GetSize()); in ParseStringList()
20 if (!list->GetString(i, &((*out_value)[i]))) in ParseStringList()
29 return value->GetAsBoolean(out_value); in ParseValue()
33 return value->GetAsInteger(out_value); in ParseValue()
37 return value->GetAsDouble(out_value); in ParseValue()
41 return value->GetAsString(out_value); in ParseValue()
45 return value->GetAsString(out_value); in ParseValue()
50 return value->GetAsDictionary(out_value); in ParseValue()
54 return ParseStringList(value, out_value); in ParseValue()
58 return ParseStringList(value, out_value); in ParseValue()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/login/
H A Dbase_screen_handler_utils.cc18 out_value->resize(list->GetSize()); in ParseStringList()
20 if (!list->GetString(i, &((*out_value)[i]))) in ParseStringList()
29 return value->GetAsBoolean(out_value); in ParseValue()
33 return value->GetAsInteger(out_value); in ParseValue()
37 return value->GetAsDouble(out_value); in ParseValue()
41 return value->GetAsString(out_value); in ParseValue()
45 return value->GetAsString(out_value); in ParseValue()
50 return value->GetAsDictionary(out_value); in ParseValue()
54 return ParseStringList(value, out_value); in ParseValue()
58 return ParseStringList(value, out_value); in ParseValue()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/base/
H A Dvalues.cc820 if (out_value) in GetBinary()
838 if (out_value) in GetDictionary()
857 if (out_value) in GetList()
875 if (out_value) in GetWithoutPathExpansion()
931 if (out_value) in GetDictionaryWithoutPathExpansion()
954 if (out_value) in GetListWithoutPathExpansion()
991 if (out_value) in RemoveWithoutPathExpansion()
1103 if (out_value) in Get()
1153 if (out_value) in GetDictionary()
1170 if (out_value) in GetList()
[all …]
H A Dvalues.h303 bool GetAsBoolean(bool* out_value) const;
305 bool GetAsInteger(int* out_value) const;
307 bool GetAsString(std::string* out_value) const;
308 bool GetAsString(string16* out_value) const;
309 bool GetAsString(const Value** out_value) const;
310 bool GetAsString(StringPiece* out_value) const;
313 bool GetAsList(ListValue** out_value);
314 bool GetAsList(const ListValue** out_value) const;
442 bool Get(StringPiece path, Value** out_value);
490 const DictionaryValue** out_value) const;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/base/
H A Dvalues.h239 bool GetAsBoolean(bool* out_value) const;
241 bool GetAsInteger(int* out_value) const;
243 bool GetAsDouble(double* out_value) const;
245 bool GetAsString(std::string* out_value) const;
246 bool GetAsString(string16* out_value) const;
247 bool GetAsString(const Value** out_value) const;
248 bool GetAsString(StringPiece* out_value) const;
251 bool GetAsList(ListValue** out_value);
388 bool Get(StringPiece path, Value** out_value);
443 const DictionaryValue** out_value) const;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/preferences/public/cpp/
H A Ddictionary_value_update.cc146 return value_->GetDouble(path, out_value); in GetDouble()
151 return value_->GetString(path, out_value); in GetString()
156 return value_->GetString(path, out_value); in GetString()
185 return value_->GetList(path, out_value); in GetList()
190 bool* out_value) const { in GetBooleanWithoutPathExpansion()
196 int* out_value) const { in GetIntegerWithoutPathExpansion()
202 double* out_value) const { in GetDoubleWithoutPathExpansion()
208 std::string* out_value) const { in GetStringWithoutPathExpansion()
214 base::string16* out_value) const { in GetStringWithoutPathExpansion()
246 base::ListValue** out_value) { in GetListWithoutPathExpansion() argument
[all …]
H A Ddictionary_value_update.h88 bool GetBoolean(base::StringPiece path, bool* out_value) const;
89 bool GetInteger(base::StringPiece path, int* out_value) const;
92 bool GetDouble(base::StringPiece path, double* out_value) const;
105 bool* out_value) const;
107 int* out_value) const;
109 double* out_value) const;
111 std::string* out_value) const;
116 const base::DictionaryValue** out_value) const;
119 std::unique_ptr<DictionaryValueUpdate>* out_value);
123 base::ListValue** out_value);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/preferences/public/cpp/
H A Ddictionary_value_update.cc146 return value_->GetDouble(path, out_value); in GetDouble()
151 return value_->GetString(path, out_value); in GetString()
156 return value_->GetString(path, out_value); in GetString()
185 return value_->GetList(path, out_value); in GetList()
190 bool* out_value) const { in GetBooleanWithoutPathExpansion()
196 int* out_value) const { in GetIntegerWithoutPathExpansion()
202 double* out_value) const { in GetDoubleWithoutPathExpansion()
208 std::string* out_value) const { in GetStringWithoutPathExpansion()
214 base::string16* out_value) const { in GetStringWithoutPathExpansion()
246 base::ListValue** out_value) { in GetListWithoutPathExpansion() argument
[all …]
H A Ddictionary_value_update.h88 bool GetBoolean(base::StringPiece path, bool* out_value) const;
89 bool GetInteger(base::StringPiece path, int* out_value) const;
92 bool GetDouble(base::StringPiece path, double* out_value) const;
105 bool* out_value) const;
107 int* out_value) const;
109 double* out_value) const;
111 std::string* out_value) const;
116 const base::DictionaryValue** out_value) const;
119 std::unique_ptr<DictionaryValueUpdate>* out_value);
123 base::ListValue** out_value);
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Duleb128.c188 *out_value = LEB128_1 (ut32); in read_u32_leb128()
191 *out_value = LEB128_2 (ut32); in read_u32_leb128()
194 *out_value = LEB128_3 (ut32); in read_u32_leb128()
197 *out_value = LEB128_4 (ut32); in read_u32_leb128()
202 *out_value = LEB128_5 (ut32); in read_u32_leb128()
206 *out_value = 0; in read_u32_leb128()
236 *out_value = result; in read_i32_leb128()
246 *out_value = LEB128_1 (ut64); in read_u64_leb128()
249 *out_value = LEB128_2 (ut64); in read_u64_leb128()
277 *out_value = 0; in read_u64_leb128()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/base/
H A Dvalues.cc831 if (out_value) in GetBinary()
849 if (out_value) in GetDictionary()
868 if (out_value) in GetList()
886 if (out_value) in GetWithoutPathExpansion()
943 if (out_value) in GetDictionaryWithoutPathExpansion()
966 if (out_value) in GetListWithoutPathExpansion()
1003 if (out_value) in RemoveWithoutPathExpansion()
1115 if (out_value) in Get()
1165 if (out_value) in GetDictionary()
1182 if (out_value) in GetList()
[all …]
H A Dvalues.h304 bool GetAsBoolean(bool* out_value) const;
306 bool GetAsInteger(int* out_value) const;
308 bool GetAsString(std::string* out_value) const;
309 bool GetAsString(std::u16string* out_value) const;
310 bool GetAsString(const Value** out_value) const;
314 bool GetAsList(ListValue** out_value);
315 bool GetAsList(const ListValue** out_value) const;
317 bool GetAsDictionary(DictionaryValue** out_value);
496 const DictionaryValue** out_value) const;
622 bool Get(size_t index, Value** out_value);
[all …]
/dports/devel/gn/gn-1962/src/base/
H A Dvalues.cc831 if (out_value) in GetBinary()
849 if (out_value) in GetDictionary()
868 if (out_value) in GetList()
886 if (out_value) in GetWithoutPathExpansion()
943 if (out_value) in GetDictionaryWithoutPathExpansion()
966 if (out_value) in GetListWithoutPathExpansion()
1003 if (out_value) in RemoveWithoutPathExpansion()
1115 if (out_value) in Get()
1165 if (out_value) in GetDictionary()
1182 if (out_value) in GetList()
[all …]
H A Dvalues.h303 bool GetAsBoolean(bool* out_value) const;
305 bool GetAsInteger(int* out_value) const;
307 bool GetAsString(std::string* out_value) const;
308 bool GetAsString(std::u16string* out_value) const;
309 bool GetAsString(const Value** out_value) const;
313 bool GetAsList(ListValue** out_value);
314 bool GetAsList(const ListValue** out_value) const;
316 bool GetAsDictionary(DictionaryValue** out_value);
496 const DictionaryValue** out_value) const;
622 bool Get(size_t index, Value** out_value);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/base/
H A Dvalues.h329 bool GetAsBoolean(bool* out_value) const;
331 bool GetAsInteger(int* out_value) const;
333 bool GetAsDouble(double* out_value) const;
335 bool GetAsString(std::string* out_value) const;
336 bool GetAsString(string16* out_value) const;
337 bool GetAsString(const Value** out_value) const;
338 bool GetAsString(StringPiece* out_value) const;
341 bool GetAsList(ListValue** out_value);
549 bool Get(StringPiece path, Value** out_value);
604 const DictionaryValue** out_value) const;
[all …]
/dports/www/firefox/firefox-99.0/third_party/wasm2c/src/
H A Dleb128.cc186 *out_value = LEB128_1(uint32_t); in ReadU32Leb128()
189 *out_value = LEB128_2(uint32_t); in ReadU32Leb128()
192 *out_value = LEB128_3(uint32_t); in ReadU32Leb128()
195 *out_value = LEB128_4(uint32_t); in ReadU32Leb128()
202 *out_value = LEB128_5(uint32_t); in ReadU32Leb128()
206 *out_value = 0; in ReadU32Leb128()
215 *out_value = LEB128_1(uint64_t); in ReadU64Leb128()
218 *out_value = LEB128_2(uint64_t); in ReadU64Leb128()
250 *out_value = 0; in ReadU64Leb128()
283 *out_value = result; in ReadS32Leb128()
[all …]
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dparser.h349 *out_value = (u16)tmp_u32; in parser_get_u16()
355 parser_copy_next_u16(parser_s *p, u16 *out_value) in parser_copy_next_u16() argument
365 *out_value = (u16)tmp_u32; in parser_copy_next_u16()
372 parser_copy_next_u8(parser_s *p, u8 *out_value) in parser_copy_next_u8() argument
382 *out_value = (u8)tmp_u32; in parser_copy_next_u8()
393 *out_value = (u8)tmp_u32; in parser_get_u8()
403 *out_value = (s8)tmp_s32; in parser_get_s8()
535 parser_copy_next_fqdn(parser_s *p, u8 *out_value) in parser_copy_next_fqdn() argument
593 *out_value = (u32)t; in parser_copy_next_yyyymmddhhmmss()
604 *out_value = (s16)tmp_s32; in parser_get_s16()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dvalues.cc1154 if (out_value) in Get()
1226 if (out_value) in GetBinary()
1243 if (out_value) in GetDictionary()
1262 if (out_value) in GetList()
1280 if (out_value) in GetWithoutPathExpansion()
1345 if (out_value) in GetDictionaryWithoutPathExpansion()
1366 if (out_value) in GetListWithoutPathExpansion()
1403 if (out_value) in RemoveWithoutPathExpansion()
1493 if (out_value) in Get()
1550 if (out_value) in GetDictionary()
[all …]
H A Dvalues.h505 bool GetAsBoolean(bool* out_value) const;
507 bool GetAsInteger(int* out_value) const;
509 bool GetAsDouble(double* out_value) const;
511 bool GetAsString(std::string* out_value) const;
512 bool GetAsString(string16* out_value) const;
513 bool GetAsString(const Value** out_value) const;
514 bool GetAsString(StringPiece* out_value) const;
517 bool GetAsList(ListValue** out_value);
676 bool Get(StringPiece path, Value** out_value);
730 const DictionaryValue** out_value) const;
[all …]
/dports/math/yices/yices-2.6.2/src/mcsat/bv/
H A Dbv_utils.h180 bvconst_clr_bit(out_value->data, 0); in bv_term_compute_value()
182 bvconst_set_bit(out_value->data, 0); in bv_term_compute_value()
193 bvconst_set_bit(out_value->data, 0); in bv_term_compute_value()
253 bvconst_clr_bit(out_value->data, 0); in bv_term_compute_value()
266 bvconst_clr_bit(out_value->data, 0); in bv_term_compute_value()
292 bvconst_add(out_value->data, out_value->width, p->mono[p_i].coeff); in bv_term_compute_value()
295 bvconst_addmul(out_value->data, out_value->width, p->mono[p_i].coeff, t_i_value->data); in bv_term_compute_value()
298 bvconstant_normalize(out_value); in bv_term_compute_value()
323 bvconst_set_one(out_value->data, out_value->width); in bv_term_compute_value()
327 bvconst_mulpower(out_value->data, out_value->width, t_i_value->data, t_i_exp); in bv_term_compute_value()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dvalues.h492 bool GetAsBoolean(bool* out_value) const;
494 bool GetAsInteger(int* out_value) const;
496 bool GetAsDouble(double* out_value) const;
498 bool GetAsString(std::string* out_value) const;
499 bool GetAsString(string16* out_value) const;
500 bool GetAsString(const Value** out_value) const;
501 bool GetAsString(StringPiece* out_value) const;
504 bool GetAsList(ListValue** out_value);
649 bool Get(StringPiece path, Value** out_value);
704 const DictionaryValue** out_value) const;
[all …]
H A Dvalues.cc1298 if (out_value) in Get()
1370 if (out_value) in GetBinary()
1387 if (out_value) in GetDictionary()
1406 if (out_value) in GetList()
1424 if (out_value) in GetWithoutPathExpansion()
1489 if (out_value) in GetDictionaryWithoutPathExpansion()
1510 if (out_value) in GetListWithoutPathExpansion()
1547 if (out_value) in RemoveWithoutPathExpansion()
1642 if (out_value) in Get()
1699 if (out_value) in GetDictionary()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wabt-sys-0.7.1/wabt/src/
H A Dleb128.cc163 uint32_t* out_value) { in ReadU32Leb128() argument
165 *out_value = LEB128_1(uint32_t); in ReadU32Leb128()
168 *out_value = LEB128_2(uint32_t); in ReadU32Leb128()
171 *out_value = LEB128_3(uint32_t); in ReadU32Leb128()
174 *out_value = LEB128_4(uint32_t); in ReadU32Leb128()
181 *out_value = LEB128_5(uint32_t); in ReadU32Leb128()
185 *out_value = 0; in ReadU32Leb128()
192 uint32_t* out_value) { in ReadS32Leb128() argument
218 *out_value = result; in ReadS32Leb128()
228 uint64_t* out_value) { in ReadS64Leb128() argument
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vil/file_formats/
H A Dvil_nitf2_typed_field_formatter.cxx58 out_value = location; in read_vcl_stream()
68 out_value = location; in read_vcl_stream()
74 out_value = nullptr; in read_vcl_stream()
178 out_value = strtol(cstr, &endp, 10); in read_vcl_stream()
230 out_value = strtod(cstr, &endp); in read_vcl_stream()
283 out_value = strtod(cstr, &endp); in read_vcl_stream()
361 input.get(out_value); in read_vcl_stream()
363 out_blank = (out_value == ' '); in read_vcl_stream()
403 out_value = str; in read_vcl_stream()
409 return is_valid(out_value); in read_vcl_stream()
[all …]

12345678910>>...63