/third_party/boost/libs/test/example/ |
D | const_string.hpp | 30 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/ |
D | const_string.hpp | 25 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
|
D | snippet14.cpp | 10 class const_string { class
|
D | snippet16.cpp | 10 class const_string { class
|
/third_party/boost/boost/spirit/home/lex/lexer/ |
D | string_token_def.hpp | 130 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/ |
D | output_test_stream.hpp | 38 typedef unit_test::const_string const_string; typedef in boost::test_tools::output_test_stream
|
D | assertion_result.hpp | 42 typedef unit_test::const_string const_string; typedef in boost::test_tools::assertion_result
|
/third_party/boost/libs/proto/test/ |
D | matches.cpp | 209 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/ |
D | basic_cstring_fwd.hpp | 27 typedef basic_cstring<char const> const_string; typedef
|
/third_party/boost/boost/test/ |
D | execution_monitor.hpp | 186 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
|
D | minimal.hpp | 81 typedef boost::unit_test::const_string const_string; typedef
|
D | unit_test_log_formatter.hpp | 169 …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/ |
D | lit.hpp | 189 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/ |
D | observer.hpp | 73 …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/ |
D | lit.hpp | 247 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/ |
D | state_switcher.hpp | 227 typedef typename add_const<State>::type const_string; typedef 241 typedef typename add_const<State>::type const_string; typedef
|
/third_party/flatbuffers/src/ |
D | idl_gen_swift.cpp | 656 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/ |
D | strfuncs.c | 1182 const gchar *const_string = "ABCDE<*>Q"; in test_strdelimit() local
|