Lines Matching refs:maybeValue
4042 const Maybe<bool> maybeValue = referenceValue.getValue(compNdx);
4044 if (maybeValue)
4046 const bool value = *maybeValue;
4118 const auto maybeValue = reference[index].getValue(c);
4119 if (maybeValue)
4120 outColor[c] = ((*maybeValue) ? kTrueComponent : kFalseComponent);
4151 const Maybe<bool> maybeValue = referenceValue.getValue(0);
4153 if (maybeValue)
4155 const bool value = *maybeValue;
4193 const Maybe<bool> maybeValue = referenceValue.getValue(1);
4195 if (maybeValue)
4197 const bool value = *maybeValue;