HomeSort by relevance Sort by last modified time
    Searched full:has_value (Results 26 - 50 of 55) sorted by null

12 3

  /external/protobuf/src/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.cc 3247 bool Option::has_value() const { function in class:google::protobuf::Option
    [all...]
type.pb.h 830 bool has_value() const;
1653 inline bool Option::has_value() const { function in class:google::protobuf::Option
    [all...]
  /frameworks/av/drm/libmediadrm/
PluginMetricsReporting.cpp 61 if (!metric.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...]
  /system/chre/util/include/chre/util/
optional_impl.h 40 bool Optional<ObjectType>::has_value() const { function in class:chre::Optional
  /tools/test/connectivity/acts/framework/acts/libs/config/
base.py 84 def has_value(self, key): member in class:ConfigWrapper
  /external/libcxx/include/
any 52 bool has_value() const noexcept;
281 bool has_value() const _NOEXCEPT { return __h != nullptr; }
  /external/v8/src/
flags.cc 139 return maybe_bool_variable()->has_value == false;
220 os << (flag.maybe_bool_variable()->has_value
flag-definitions.h 113 static MaybeBoolFlag Create(bool has_value, bool value) {
115 flag.has_value = has_value;
119 bool has_value; member in struct:MaybeBoolFlag
    [all...]
gdb-jit.cc     [all...]
objects.cc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
any 52 bool has_value() const noexcept;
281 bool has_value() const _NOEXCEPT { return __h != nullptr; }
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
any 52 bool has_value() const noexcept;
281 bool has_value() const _NOEXCEPT { return __h != nullptr; }
  /external/webrtc/webrtc/base/
win32regkey.cc 761 bool has_value = false; local
769 has_value = key.HasValue(value_name);
773 return has_value;
  /external/mesa3d/src/compiler/glsl/
ir_constant_expression.cpp 650 return new(ctx) ir_constant(op[0]->has_value(op[1]));
652 return new(ctx) ir_constant(!op[0]->has_value(op[1]));
ir.h 273 * \sa ir_constant::has_value, ir_rvalue::is_one, ir_rvalue::is_negative_one
285 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_negative_one
297 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one
    [all...]
ir_expression_operation.py 577 operation("all_equal", 2, source_types=all_types, dest_type=bool_type, c_expression="op[0]->has_value(op[1])", flags=frozenset((horizontal_operation, types_identical_operation))),
581 operation("any_nequal", 2, source_types=all_types, dest_type=bool_type, c_expression="!op[0]->has_value(op[1])", flags=frozenset((horizontal_operation, types_identical_operation))),
    [all...]
ir.cpp 1059 ir_constant::has_value(const ir_constant *c) const function in class:ir_constant
1066 if (!this->array_elements[i]->has_value(c->array_elements[i]))
1082 if (!a_field->has_value(b_field))
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 78 if (FLAG_enable_armv7.has_value || FLAG_enable_vfp3.has_value ||
79 FLAG_enable_32dregs.has_value || FLAG_enable_neon.has_value ||
80 FLAG_enable_sudiv.has_value || FLAG_enable_armv8.has_value) {
89 if (FLAG_enable_armv7.has_value) {
95 if (FLAG_enable_vfp3.has_value) {
101 if (FLAG_enable_32dregs.has_value) {
107 if (FLAG_enable_neon.has_value) {
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs.py 59 def has_value(self): member in class:BasePref
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
shared_prefs.py 55 def has_value(self): member in class:BasePref
  /external/mesa3d/docs/relnotes/
7.9.1.html 225 <li>glsl: Fix flipped return of has_value() for array constants.</li>
  /external/mesa3d/prebuilt-intermediates/glsl/
ir_expression_operation_constant.h 1042 data.b[0] = op[0]->has_value(op[1]);
1046 data.b[0] = !op[0]->has_value(op[1]);
    [all...]

Completed in 1093 milliseconds

12 3