/third_party/boost/libs/log/test/run/ |
D | util_string_literal.cpp | 33 logging::string_literal lit; in BOOST_AUTO_TEST_CASE() 41 logging::string_literal lit = "abcd"; in BOOST_AUTO_TEST_CASE() 58 logging::string_literal lit1 = logging::str_literal("Wow!"); in BOOST_AUTO_TEST_CASE() 72 logging::string_literal lit; in BOOST_AUTO_TEST_CASE() 78 logging::string_literal empty_lit; in BOOST_AUTO_TEST_CASE() 82 logging::string_literal filled_lit = "Some string"; in BOOST_AUTO_TEST_CASE() 89 logging::string_literal lit; in BOOST_AUTO_TEST_CASE() 95 logging::string_literal empty_lit; in BOOST_AUTO_TEST_CASE() 99 logging::string_literal filled_lit = "Some string"; in BOOST_AUTO_TEST_CASE() 108 logging::string_literal lit; in BOOST_AUTO_TEST_CASE() [all …]
|
D | form_named_scope.cpp | 43 static logging::string_literal scope1() { return logging::str_literal("scope1"); } in scope1() 44 static logging::string_literal scope2() { return logging::str_literal("scope2"); } in scope2() 46 static logging::string_literal file() { return logging::str_literal(__FILE__); } in file() 47 …static logging::string_literal posix_file() { return logging::str_literal("/home/user/posix_file.c… in posix_file() 48 …static logging::string_literal windows_file1() { return logging::str_literal("C:\\user\\windows_fi… in windows_file1() 49 …static logging::string_literal windows_file2() { return logging::str_literal("C:/user/windows_file… in windows_file2() 58 static logging::string_literal default_format() { return logging::str_literal("%n"); } in default_format() 59 static logging::string_literal full_format() { return logging::str_literal("%n (%f:%l)"); } in full_format() 60 …static logging::string_literal short_filename_format() { return logging::str_literal("%n (%F:%l)")… in short_filename_format() 61 … static logging::string_literal scope_function_name_format() { return logging::str_literal("%c"); } in scope_function_name_format() [all …]
|
D | filt_matches_boost_regex.cpp | 42 attrs::constant< logging::string_literal > attr2(logging::str_literal("BIG brown FoX")); in BOOST_AUTO_TEST_CASE() 59 …f = expr::matches< logging::string_literal >(data::attr2(), regex_type("[A-Z]* [a-z]* [A-Za-z]*")); in BOOST_AUTO_TEST_CASE() 84 attrs::constant< logging::string_literal > attr2(logging::str_literal("BIG brown FoX")); in BOOST_AUTO_TEST_CASE() 98 … regex_type("\\d+\\.\\d+\\.\\d+\\.\\d+")) || expr::matches< logging::string_literal >(data::attr2(… in BOOST_AUTO_TEST_CASE() 103 … regex_type("\\d+\\.\\d+\\.\\d+\\.\\d+")) && expr::matches< logging::string_literal >(data::attr2(… in BOOST_AUTO_TEST_CASE()
|
D | filt_matches_std_regex.cpp | 46 attrs::constant< logging::string_literal > attr2(logging::str_literal("BIG brown FoX")); in BOOST_AUTO_TEST_CASE() 63 …f = expr::matches< logging::string_literal >(data::attr2(), regex_type("[A-Z]* [a-z]* [A-Za-z]*")); in BOOST_AUTO_TEST_CASE() 88 attrs::constant< logging::string_literal > attr2(logging::str_literal("BIG brown FoX")); in BOOST_AUTO_TEST_CASE() 102 … regex_type("\\d+\\.\\d+\\.\\d+\\.\\d+")) || expr::matches< logging::string_literal >(data::attr2(… in BOOST_AUTO_TEST_CASE() 107 … regex_type("\\d+\\.\\d+\\.\\d+\\.\\d+")) && expr::matches< logging::string_literal >(data::attr2(… in BOOST_AUTO_TEST_CASE()
|
D | filt_matches_xpressive.cpp | 42 attrs::constant< logging::string_literal > attr2(logging::str_literal("BIG brown FoX")); in BOOST_AUTO_TEST_CASE() 59 …f = expr::matches< logging::string_literal >(data::attr2(), regex_type::compile("[A-Z]* [a-z]* [A-… in BOOST_AUTO_TEST_CASE() 84 attrs::constant< logging::string_literal > attr2(logging::str_literal("BIG brown FoX")); in BOOST_AUTO_TEST_CASE() 98 …pe::compile("\\d+\\.\\d+\\.\\d+\\.\\d+")) || expr::matches< logging::string_literal >(data::attr2(… in BOOST_AUTO_TEST_CASE() 103 …pe::compile("\\d+\\.\\d+\\.\\d+\\.\\d+")) && expr::matches< logging::string_literal >(data::attr2(… in BOOST_AUTO_TEST_CASE()
|
D | filt_matches_spirit_classic.cpp | 49 attrs::constant< logging::string_literal > attr2(logging::str_literal("BIG brown FoX")); in BOOST_AUTO_TEST_CASE() 66 …f = expr::matches< logging::string_literal >(data::attr2(), *spirit::upper_p >> spirit::space_p >>… in BOOST_AUTO_TEST_CASE() 90 attrs::constant< logging::string_literal > attr2(logging::str_literal("BIG brown FoX")); in BOOST_AUTO_TEST_CASE() 105 …|| expr::matches< logging::string_literal >(data::attr2(), *spirit::upper_p >> spirit::space_p >> … in BOOST_AUTO_TEST_CASE() 111 …&& expr::matches< logging::string_literal >(data::attr2(), *spirit::upper_p >> spirit::space_p >> … in BOOST_AUTO_TEST_CASE()
|
D | filt_matches_spirit_qi.cpp | 44 attrs::constant< logging::string_literal > attr2(logging::str_literal("BIG brown FoX")); in BOOST_AUTO_TEST_CASE() 65 …f = expr::matches< logging::string_literal >(data::attr2(), *spirit::upper >> spirit::space >> *sp… in BOOST_AUTO_TEST_CASE() 89 attrs::constant< logging::string_literal > attr2(logging::str_literal("BIG brown FoX")); in BOOST_AUTO_TEST_CASE() 104 …|| expr::matches< logging::string_literal >(data::attr2(), *spirit::upper >> spirit::space >> *spi… in BOOST_AUTO_TEST_CASE() 110 …&& expr::matches< logging::string_literal >(data::attr2(), *spirit::upper >> spirit::space >> *spi… in BOOST_AUTO_TEST_CASE()
|
D | attr_named_scope.cpp | 40 static logging::string_literal scope1() { return logging::str_literal("scope1"); } in scope1() 41 static logging::string_literal scope2() { return logging::str_literal("scope2"); } in scope2() 42 static logging::string_literal file() { return logging::str_literal(__FILE__); } in file()
|
/third_party/boost/boost/xpressive/detail/utility/ |
D | literals.hpp | 41 struct string_literal; 44 struct string_literal<char> struct 58 struct string_literal<wchar_t> struct 74 # define BOOST_XPR_CSTR_(Char, st) boost::xpressive::detail::string_literal<Char>::pick(st, L##st) argument 79 # define BOOST_XPR_CSTR_(Char, st) boost::xpressive::detail::string_literal<Char>::pick(st, L##st)
|
/third_party/boost/libs/spirit/test/lex/ |
D | regression_file_iterator1.cpp | 41 struct string_literal struct 43 string_literal(file_iterator, file_iterator) in string_literal() function 49 file_iterator, boost::mpl::vector<identifier, string_literal> 70 lex::token_def<string_literal> st;
|
D | regression_file_iterator2.cpp | 40 struct string_literal struct 42 string_literal(file_iterator, file_iterator) in string_literal() argument 48 file_iterator, boost::mpl::vector<identifier, string_literal> 78 lex::token_def<string_literal> st;
|
D | regression_file_iterator3.cpp | 43 struct string_literal struct 45 string_literal(file_iterator, file_iterator) in string_literal() argument 51 file_iterator, boost::mpl::vector<string_literal> 70 lex::token_def<string_literal> st;
|
/third_party/boost/boost/log/attributes/ |
D | named_scope.hpp | 83 string_literal scope_name; 87 string_literal file_name; 104 …named_scope_entry(string_literal const& sn, string_literal const& fn, unsigned int ln, scope_name_… in named_scope_entry() 374 …sentry(string_literal const& sn, string_literal const& fn, unsigned int ln, scope_entry::scope_nam… in sentry()
|
/third_party/boost/libs/test/test/utils-ts/ |
D | basic_cstring-test.cpp | 55 struct string_literal { struct 58 string_literal() {} in string_literal() argument 59 string_literal( char const* orig, std::size_t orig_size ) in string_literal() function 82 static string_literal<CharT> l( "test_string", 11 ); in test_string() argument 94 static string_literal<CharT> l; in static_literal() 103 string_literal<CharT> BOOST_JOIN( sl, __LINE__)(s, sizeof( s )); \ 244 string_literal<CharT> l( "test", 4 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | gen-tag-table.py | 1023 string_literal = lt.language[1:] + '-' variable 1025 string_literal += script 1028 string_literal += '-' + region 1030 if string_literal[-1] == '-': 1031 print ('0 == strncmp (&lang_str[1], "%s", %i)' % (string_literal, len (string_literal)), end='') 1033 print ('lang_matches (&lang_str[1], "%s")' % string_literal, end='')
|
/third_party/harfbuzz/src/ |
D | gen-tag-table.py | 1023 string_literal = lt.language[1:] + '-' variable 1025 string_literal += script 1028 string_literal += '-' + region 1030 if string_literal[-1] == '-': 1031 print ('0 == strncmp (&lang_str[1], "%s", %i)' % (string_literal, len (string_literal)), end='') 1033 print ('lang_matches (&lang_str[1], "%s")' % string_literal, end='')
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | gen-tag-table.py | 1004 string_literal = lt.language[1:] + '-' variable 1006 string_literal += lt.script 1009 string_literal += '-' + lt.region 1011 if string_literal[-1] == '-': 1012 print ('0 == strncmp (&lang_str[1], "%s", %i)' % (string_literal, len (string_literal)), end='') 1014 print ('lang_matches (&lang_str[1], "%s")' % string_literal, end='')
|
/third_party/boost/boost/log/utility/ |
D | string_literal_fwd.hpp | 45 typedef basic_string_literal< char > string_literal; //!< String literal type for narrow cha… typedef
|
D | string_literal.hpp | 678 string_literal 685 return string_literal(p); in str_literal()
|
/third_party/boost/boost/log/utility/type_dispatch/ |
D | standard_types.hpp | 78 #define BOOST_LOG_AUX_STANDARD_STRING_TYPES() (std::string)(boost::log::string_literal)
|
/third_party/boost/libs/wave/samples/hannibal/ |
D | translation_unit_parser.h | 244 rule_type string_literal; member 280 | string_literal in definition() 299 HANNIBAL_REGISTER_RULE( string_literal); in definition() 300 string_literal in definition()
|
/third_party/boost/libs/python/test/ |
D | fabscript | 150 'string_literal',
|
D | Jamfile | 222 [ compile string_literal.cpp ]
|
/third_party/gettext/gettext-tools/src/ |
D | x-c.c | 1286 goto string_literal; in phase5_get() 1630 string_literal: in phase5_get()
|
/third_party/boost/libs/log/doc/tmp/ |
D | utility_reference.qbk | 206 [template boost_log_utility_string_literal_hpp[][headerref boost/log/utility/string_literal.hpp]]
|