Home
last modified time | relevance | path

Searched refs:mHasValue (Results 1 – 2 of 2) sorted by relevance

/system/chre/util/include/chre/util/
Doptional_impl.h30 mHasValue = true; in Optional()
36 mHasValue = true; in Optional()
46 return mHasValue; in has_value()
51 if (mHasValue) { in reset()
53 mHasValue = false; in reset()
69 if (mHasValue) {
75 mHasValue = true;
82 if (mHasValue) {
83 if (other.mHasValue) {
88 } else if (other.mHasValue) {
[all …]
Doptional.h172 bool mHasValue = false; variable