Searched refs:maybeValue (Results 1 – 3 of 3) sorted by relevance
52 val maybeValue = maybe.toFlowable().blockingIterable().firstOrNull() in checkMaybeValue() constant53 checker(maybeValue) in checkMaybeValue()
51 val maybeValue = maybe.toFlowable().blockingIterable().firstOrNull() in checkMaybeValue() constant52 checker(maybeValue) in checkMaybeValue()
3565 const Maybe<bool> maybeValue = referenceValue.getValue(compNdx); in verifyColorAttachment() local3567 if (maybeValue) in verifyColorAttachment()3569 const bool value = *maybeValue; in verifyColorAttachment()3641 const auto maybeValue = reference[index].getValue(c); in renderColorImageForLog() local3642 if (maybeValue) in renderColorImageForLog()3643 outColor[c] = ((*maybeValue) ? kTrueComponent : kFalseComponent); in renderColorImageForLog()3674 const Maybe<bool> maybeValue = referenceValue.getValue(0); in verifyDepthAttachment() local3676 if (maybeValue) in verifyDepthAttachment()3678 const bool value = *maybeValue; in verifyDepthAttachment()3716 const Maybe<bool> maybeValue = referenceValue.getValue(1); in verifyStencilAttachment() local[all …]