OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_predicate_value
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
predicate_result.hpp
50
:
p_predicate_value
( pv_ )
54
predicate_result( BoolConvertable const& pv_ ) :
p_predicate_value
( !!pv_ ) {}
57
bool operator!() const { return !
p_predicate_value
; }
58
void operator=( bool pv_ ) {
p_predicate_value
.value = pv_; }
59
operator safe_bool() const { return !!
p_predicate_value
? &dummy::nonnull : 0; }
62
BOOST_READONLY_PROPERTY( bool, (predicate_result) )
p_predicate_value
;
member in class:boost::test_tools::predicate_result
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
test_tools.ipp
434
if( !res.
p_predicate_value
)
Completed in 230 milliseconds