Home
last modified time | relevance | path

Searched refs:interpret_argument_value (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
Dinterpret_argument_value.hpp126 interpret_argument_value( cstring source, boost::optional<T>& res, long ) in interpret_argument_value() function
136 interpret_argument_value( cstring source, boost::optional<std::list<T> >& res, int ) in interpret_argument_value() function
147 interpret_argument_value( cstring( source.begin(), single_value_end ), value, 0 ); in interpret_argument_value()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
Denvironment.hpp65 interpret_argument_value( str_value, value, 0 ); in init_new_var()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
Dargument_factory.hpp58 if( interpret_argument_value( tr.token(), value, 0 ) ) in operator ()()