Home
last modified time | relevance | path

Searched refs:BOOST_RT_PARAM_LITERAL (Results 1 – 12 of 12) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
Dparser.ipp87BOOST_RT_PARAM_LITERAL( "Definition of parameter " ) << new_param->id_2_report() <<
88BOOST_RT_PARAM_LITERAL( " conflicts with defintion of parameter " ) << old_param->id_2_report() );
103 dstring::size_type pos = m_program_name.find_last_of( BOOST_RT_PARAM_LITERAL( "/\\" ) );
133 BOOST_RT_PARAM_LITERAL( "Unexpected input" ) );
149BOOST_RT_PARAM_LITERAL( "Required argument for parameter " ) << curr_param->id_2_report()
150 << BOOST_RT_PARAM_LITERAL( " is missing" ) );
156 BOOST_RT_PARAM_LITERAL( "String to value convertion error during input parsing" ) );
172BOOST_RT_PARAM_LITERAL( "Ambiguous parameter string id: " ) << string_id );
202 fs << BOOST_RT_PARAM_LITERAL( ' ' );
205 fs << BOOST_RT_PARAM_LITERAL( '[' );
[all …]
Dargument_factory.hpp86 BOOST_RT_PARAM_LITERAL( "multiple value generators for parameter" ) ); in accept_modifier()
94 BOOST_RT_PARAM_LITERAL( "multiple value generators for parameter" ) ); in accept_modifier()
102 BOOST_RT_PARAM_LITERAL( "multiple value handlers for parameter" ) ); in accept_modifier()
141 BOOST_RT_PARAM_LITERAL( "Argument value missing for parameter " ) << p.id_2_report() ); in produce_using()
144 BOOST_RT_PARAM_LITERAL( "Unexpected repetition of the parameter " ) << p.id_2_report() ); in produce_using()
Did_policy.hpp105 fs << BOOST_RT_PARAM_LITERAL( '{' ); in usage_info()
107 fs << BOOST_RT_PARAM_LITERAL( '|' ); in usage_info()
109 fs << BOOST_RT_PARAM_LITERAL( '}' ); in usage_info()
Dvalidation.ipp44 msg << BOOST_RT_PARAM_LITERAL( " at the end of input" );
46 msg << BOOST_RT_PARAM_LITERAL( " in the following position: " );
49 msg << tr.input().substr( 0, 5 ) << BOOST_RT_PARAM_LITERAL( "..." );
Dargv_traverser.ipp43 : p_ignore_mismatch( false ), p_separator( BOOST_RT_PARAM_LITERAL( ' ' ) )
55 m_buffer += BOOST_RT_PARAM_LITERAL( ' ' );
79 BOOST_RT_PARAM_LITERAL( ' ' ) ) - m_remainder.get();
80 m_remainder[pos++] = BOOST_RT_PARAM_LITERAL( '\0' );
Dparameter.hpp99 fs << BOOST_RT_PARAM_LITERAL( '[' ); in usage_info()
104 fs << BOOST_RT_PARAM_LITERAL( ']' ); in usage_info()
Dtyped_parameter.hpp56BOOST_RT_PARAM_LITERAL( "can't define a value generator for optional parameter " ) << id_2_report(… in accept_modifier()
Ddual_name_parameter.ipp49 cstring::iterator sep = std::find( src.begin(), src.end(), BOOST_RT_PARAM_LITERAL( '|' ) );
Did_policy.ipp40 fs << BOOST_RT_PARAM_LITERAL( ' ' );
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
Dconfig.hpp104 #define BOOST_RT_PARAM_LITERAL( l ) l macro
136 #define BOOST_RT_PARAM_LITERAL( l ) L ## l
Dinterpret_argument_value.hpp144 …erator single_value_end = std::find( source.begin(), source.end(), BOOST_RT_PARAM_LITERAL( ',' ) ); in interpret_argument_value()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
Denvironment.ipp111BOOST_RT_PARAM_LITERAL( "First access to the environment variable " )
112 … << var_name << BOOST_RT_PARAM_LITERAL( " should be typed" ) );