Home
last modified time | relevance | path

Searched refs:bool_value_ (Results 1 – 8 of 8) sorted by relevance

/external/v4l2_codec2/vda/
Dvp9_bool_decoder.cc55 bool_value_ = 0; in Initialize()
84 bool_value_ |= data << (max_bits_to_read - bits_to_read); in Fill()
104 if (bool_value_ < big_split) { in ReadBool()
109 bool_value_ -= big_split; in ReadBool()
119 bool_value_ <<= count; in ReadBool()
148 if (bool_value_ != 0) { in ConsumePaddingBits()
Dvp9_bool_decoder.h61 BigBool bool_value_ = 0; variable
/external/libtextclassifier/utils/
Dvariant.h58 : type_(TYPE_BOOL_VALUE), bool_value_(value) {} in Variant()
84 return bool_value_; in BoolValue()
115 bool bool_value_; member
/external/libchrome/base/
Dvalues.cc109 bool_value_ = false; in Value()
132 Value::Value(bool in_bool) : type_(Type::BOOLEAN), bool_value_(in_bool) {} in Value()
195 return Value(bool_value_); in Clone()
227 return bool_value_; in GetBool()
446 *out_value = bool_value_; in GetAsBoolean()
552 return lhs.bool_value_ == rhs.bool_value_; in operator ==()
592 return lhs.bool_value_ < rhs.bool_value_; in operator <()
659 bool_value_ = that.bool_value_; in InternalMoveConstructFrom()
Dvalues.h363 bool bool_value_; member
/external/protobuf/src/google/protobuf/
Dstruct.pb.cc36 bool bool_value_; member
75 PROTO2_GENERATED_DEFAULT_ONEOF_FIELD_OFFSET(Value_default_oneof_instance_, bool_value_), in protobuf_AssignDesc_google_2fprotobuf_2fstruct_2eproto()
514 Value_default_oneof_instance_->bool_value_ = false; in InitAsDefaultInstance()
677 input, &kind_.bool_value_))); in MergePartialFromCodedStream()
1115 kind_.bool_value_ = false; in clear_bool_value()
1122 return kind_.bool_value_; in bool_value()
1131 kind_.bool_value_ = value; in set_bool_value()
Dstruct.pb.h307 bool bool_value_; member
583 kind_.bool_value_ = false; in clear_bool_value()
590 return kind_.bool_value_; in bool_value()
599 kind_.bool_value_ = value; in set_bool_value()
Dmap.h139 val_.bool_value_ = value; in SetBoolValue()
169 return val_.bool_value_; in GetBoolValue()
201 return val_.bool_value_ < other.val_.bool_value_;
229 return val_.bool_value_ == other.val_.bool_value_;
260 val_.bool_value_ = other.val_.bool_value_; in CopyFrom()
278 bool bool_value_; member