Searched refs:has_value (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/v8/testing/
H A Dgmock-support.h18 bool has_value() const { return has_value_; } function in class:testing::Capture
21 DCHECK(!has_value());
41 if (capture_->has_value()) *os << " which has value " << capture_->value();
45 if (!capture_->has_value()) {
/external/chromium_org/v8/test/cctest/
H A Dtest-flags.cc67 CHECK(FLAG_testing_maybe_bool_flag.has_value);
84 CHECK(FLAG_testing_maybe_bool_flag.has_value);
104 CHECK(FLAG_testing_maybe_bool_flag.has_value);
121 CHECK(FLAG_testing_maybe_bool_flag.has_value);
137 CHECK(!FLAG_testing_maybe_bool_flag.has_value);
145 CHECK(!FLAG_testing_maybe_bool_flag.has_value);
H A Dtest-heap.cc195 CHECK(maybe.has_value);
264 CHECK(maybe.has_value);
284 CHECK(maybe.has_value);
643 CHECK(maybe.has_value);
649 CHECK(maybe.has_value);
655 CHECK(maybe.has_value);
662 CHECK(maybe.has_value);
665 CHECK(maybe.has_value);
671 CHECK(maybe.has_value);
675 CHECK(maybe.has_value);
[all...]
H A Dtest-mark-compact.cc171 CHECK(maybe.has_value);
191 CHECK(maybe.has_value);
/external/chromium_org/v8/src/
H A Dcontexts.cc82 DCHECK(attrs.has_value || isolate->has_pending_exception());
83 if (!attrs.has_value || attrs.value == ABSENT) return attrs;
97 if (!blacklist.has_value) {
152 if (!maybe.has_value) return Handle<Object>();
H A Dflag-definitions.h96 static MaybeBoolFlag Create(bool has_value, bool value) { argument
98 flag.has_value = has_value;
102 bool has_value; member in struct:MaybeBoolFlag
H A Di18n.cc398 CHECK(maybe.has_value);
408 CHECK(maybe.has_value);
722 CHECK(maybe.has_value);
798 CHECK(maybe.has_value);
855 CHECK(maybe.has_value);
916 CHECK(maybe.has_value);
H A Dflags.cc116 return maybe_bool_variable()->has_value == false;
190 os << (flag.maybe_bool_variable()->has_value
H A Dhydrogen-representation-changes.cc32 if (res.has_value) new_value = res.value;
/external/chromium_org/content/browser/device_sensors/
H A Ddata_fetcher_shared_memory_win.cc77 double* value, bool* has_value) {
84 *has_value = true;
87 *has_value = false;
76 GetSensorValue(REFPROPERTYKEY property, ISensorDataReport* new_data, double* value, bool* has_value) argument
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dfont_settings_handler.cc204 bool has_value = font->GetString(1, &value); local
205 DCHECK(has_value);
/external/chromium_org/v8/src/ic/
H A Dic-state.cc47 if (fixed_right_arg_.has_value) {
63 HasFixedRightArgField::encode(fixed_right_arg_.has_value);
64 if (fixed_right_arg_.has_value) {
85 state.fixed_right_arg_.has_value = false; \
280 state.fixed_right_arg_.has_value = true; \
319 if (s.fixed_right_arg_.has_value) {
342 (result_kind_ == NONE || !fixed_right_arg_.has_value);
/external/chromium_org/chrome/browser/webdata/
H A Dautocomplete_syncable_service.cc254 if (autofill.has_value())
321 if (!autofill_specifics.has_value()) {
/external/chromium_org/components/variations/
H A Dvariations_seed_processor.cc26 if (experiment.param(i).has_name() && experiment.param(i).has_value())
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_action.cc240 bool has_value = dict->GetString(keys::kValueKey, &value); local
245 if (has_value && !net::HttpUtil::IsValidHeaderValue(value)) {
251 new WebRequestRemoveResponseHeaderAction(name, value, has_value));
932 bool has_value)
939 has_value_(has_value) {}
929 WebRequestRemoveResponseHeaderAction( const std::string& name, const std::string& value, bool has_value) argument
H A Dwebrequest_action.h356 bool has_value);
/external/chromium_org/sync/internal_api/public/base/
H A Dunique_position_unittest.cc119 EXPECT_TRUE(proto.has_value());
141 EXPECT_FALSE(proto.has_value());
H A Dunique_position.cc58 } else if (proto.has_value() && !proto.value().empty()) {
/external/chromium_org/chrome/browser/
H A Dabout_flags_unittest.cc69 const bool has_value = reader->NodeAttribute("value", &value_str); local
71 if (!has_value) {
85 if (has_value && !base::StringToInt(value_str, &value)) {
/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey.cc761 bool has_value = false; local
769 has_value = key.HasValue(value_name);
773 return has_value;
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.cpp966 ir_constant::has_value(const ir_constant *c) const function in class:ir_constant
973 if (!this->array_elements[i]->has_value(c->array_elements[i]))
989 if (!a_field->has_value(b_field))
H A Dir_constant_expression.cpp148 return new(ctx) ir_constant(op[0]->has_value(op[1]));
150 return new(ctx) ir_constant(!op[0]->has_value(op[1]));
807 data.b[0] = op[0]->has_value(op[1]);
810 data.b[0] = !op[0]->has_value(op[1]);
/external/mesa3d/src/glsl/
H A Dir.cpp966 ir_constant::has_value(const ir_constant *c) const function in class:ir_constant
973 if (!this->array_elements[i]->has_value(c->array_elements[i]))
989 if (!a_field->has_value(b_field))
H A Dir_constant_expression.cpp148 return new(ctx) ir_constant(op[0]->has_value(op[1]));
150 return new(ctx) ir_constant(!op[0]->has_value(op[1]));
807 data.b[0] = op[0]->has_value(op[1]);
810 data.b[0] = !op[0]->has_value(op[1]);
/external/chromium_org/sync/engine/
H A Dmodel_type_sync_worker_impl_unittest.cc884 EXPECT_FALSE(tag1_entity.specifics().preference().has_value());
917 EXPECT_FALSE(tag1_entity.specifics().preference().has_value());

Completed in 539 milliseconds

12