Home
last modified time | relevance | path

Searched defs:const_string (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/libs/test/example/
Dconst_string.hpp30 class const_string { class
39 const_string() in const_string() function in common_layer::const_string
44 const_string( const std::string& s ) in const_string() function in common_layer::const_string
48 const_string( char const* s ) in const_string() function in common_layer::const_string
53 const_string( char const* s, size_t length ) in const_string() function in common_layer::const_string
56 const_string( char const* first, char const* last ) in const_string() function in common_layer::const_string
/third_party/boost/libs/test/doc/snippet/
Dconst_string.hpp25 class const_string class
35 const_string() : in const_string() function in common_layer::const_string
42 const_string( const std::string& s ) : in const_string() function in common_layer::const_string
49 const_string( char const* s, size_t length ) : in const_string() function in common_layer::const_string
57 const_string( char const* first, char const* last ) : in const_string() function in common_layer::const_string
Dsnippet14.cpp10 class const_string { class
Dsnippet16.cpp10 class const_string { class
/third_party/boost/boost/spirit/home/lex/lexer/
Dstring_token_def.hpp130 typedef typename add_const<T>::type const_string; typedef
147 typedef typename add_const<A0>::type const_string; typedef
165 typedef typename add_const<A0>::type const_string; typedef
/third_party/boost/boost/test/tools/
Doutput_test_stream.hpp38 typedef unit_test::const_string const_string; typedef in boost::test_tools::output_test_stream
Dassertion_result.hpp42 typedef unit_test::const_string const_string; typedef in boost::test_tools::assertion_result
/third_party/boost/libs/proto/test/
Dmatches.cpp209 typedef std::string const const_string; in test_matches() typedef
211 typedef std::string const_string; in test_matches() typedef
/third_party/boost/boost/test/utils/basic_cstring/
Dbasic_cstring_fwd.hpp27 typedef basic_cstring<char const> const_string; typedef
/third_party/boost/boost/test/
Dexecution_monitor.hpp186 typedef boost::unit_test::const_string const_string; typedef in boost::detail::translator_holder_base
242 typedef boost::unit_test::const_string const_string; typedef in boost::execution_exception
318 typedef boost::unit_test::const_string const_string; typedef in boost::execution_monitor
Dminimal.hpp81 typedef boost::unit_test::const_string const_string; typedef
Dunit_test_log_formatter.hpp169 …virtual void test_unit_skipped( std::ostream& os, test_unit const& tu, const_string /* reas… in test_unit_skipped() argument
/third_party/boost/boost/spirit/home/qi/string/
Dlit.hpp189 typedef typename add_const<T>::type const_string; typedef
226 typedef typename add_const<A0>::type const_string; typedef
268 typedef typename add_const<A0>::type const_string; typedef
/third_party/boost/boost/test/tree/
Dobserver.hpp73 …virtual void test_unit_skipped( test_unit const& tu, const_string ) { test_unit_skipped( tu ); } in test_unit_skipped() argument
/third_party/boost/boost/spirit/home/karma/string/
Dlit.hpp247 typedef typename add_const<T>::type const_string; typedef
275 typedef typename add_const<A0>::type const_string; typedef
/third_party/boost/boost/spirit/home/lex/qi/
Dstate_switcher.hpp227 typedef typename add_const<State>::type const_string; typedef
241 typedef typename add_const<State>::type const_string; typedef
/third_party/flatbuffers/src/
Didl_gen_swift.cpp656 auto const_string = "return o == 0 ? " + def_Val + " : "; in GenTableReaderFields() local
743 std::string const_string = "return o == 0 ? {{CONSTANT}} : "; in GenTableReaderVectorFields() local
/third_party/glib/glib/tests/
Dstrfuncs.c1182 const gchar *const_string = "ABCDE<*>Q"; in test_strdelimit() local