HomeSort by relevance Sort by last modified time
    Searched refs:has_value (Results 1 - 21 of 21) sorted by null

  /external/v8/testing/
gmock-support.h 22 bool has_value() const { return has_value_; } function in class:testing::Capture
25 DCHECK(!has_value());
45 if (capture_->has_value()) *os << " which has value " << capture_->value();
49 if (!capture_->has_value()) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
variable.hpp 71 if( has_value() )
77 bool has_value() const { return m_data->m_value; } function in class:boost::BOOST_RT_PARAM_NAMESPACE::environment::variable_base
119 if( !has_value() )
136 if( v.has_value() )
148 return ev.has_value() && ev.value() == v;
157 return ev.has_value() && ev.value() == v;
166 return !ev.has_value() || ev.value() != v;
175 return !ev.has_value() || ev.value() != v;
  /external/autotest/client/cros/
kernel_config.py 56 def has_value(self, name, value): member in class:KernelConfig
70 self.has_value(name, ['y'])
78 self.has_value(name, ['m'])
86 self.has_value(name, ['y', 'm'])
94 self.has_value(name, [None])
  /external/autotest/client/site_tests/kernel_ConfigVerify/
kernel_ConfigVerify.py 184 config.has_value('DEFAULT_MMAP_MIN_ADDR', [wanted])
206 config.has_value('MMAP_NOEXEC_TAINT', ['0'])
212 config.has_value('DEFAULT_IO_DELAY_TYPE', [needed])
  /external/v8/src/
property-descriptor.h 36 return desc->has_value() || desc->has_writable();
57 !has_value() && !has_get() && !has_set();
76 bool has_value() const { return !value_.is_null(); } function in class:v8::internal::PropertyDescriptor
property-descriptor.cc 96 (desc->has_value() || desc->has_writable())) {
118 if (has_value()) {
245 (desc->has_value() || desc->has_writable())) {
271 if (!desc->has_value()) {
flags.cc 121 return maybe_bool_variable()->has_value == false;
195 os << (flag.maybe_bool_variable()->has_value
flag-definitions.h 106 static MaybeBoolFlag Create(bool has_value, bool value) {
108 flag.has_value = has_value;
112 bool has_value; member in struct:MaybeBoolFlag
    [all...]
gdb-jit.cc     [all...]
objects.cc     [all...]
  /external/v8/test/cctest/
test-flags.cc 67 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);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_entry_lite.h 174 size += has_value() ? kTagSize + ValueTypeHandler::ByteSize(value()) : 0;
194 size += has_value()
229 if (from.has_value()) {
279 bool has_value() const { return (_has_bits_[0] & 0x00000002u) != 0; } function in class:google::protobuf::internal::MapEntryLite
type.pb.h 830 bool has_value() const;
1653 inline bool Option::has_value() const { function in class:google::protobuf::Option
    [all...]
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
kv_pb.py 57 def has_value(self): return self.has_value_ member in class:KeyValue
63 if (x.has_value()): self.set_value(x.value())
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs.py 55 def has_value(self): member in class:BasePref
  /external/mesa3d/src/glsl/
ir.cpp 966 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))
    [all...]
ir_constant_expression.cpp 148 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]);
    [all...]
ir.h 204 * \sa ir_constant::has_value, ir_rvalue::is_one, ir_rvalue::is_negative_one,
217 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_negative_one,
230 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one
244 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one,
    [all...]
linker.cpp 509 if (!var->constant_initializer->has_value(existing->constant_initializer)) {
    [all...]
  /external/webrtc/webrtc/base/
win32regkey.cc 761 bool has_value = false; local
769 has_value = key.HasValue(value_name);
773 return has_value;
  /external/v8/include/
v8.h 6495 bool has_value; member in class:v8::Maybe
    [all...]

Completed in 657 milliseconds