Searched refs:is_c (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/metaparse/example/calculator/ |
D | main.cpp | 77 struct is_c : bool_<T::type::value == C> {}; struct 84 is_c<front<C>, '+'>, 96 is_c<front<C>, '*'>,
|
/third_party/boost/libs/metaparse/example/calculator_with_parens/ |
D | main.cpp | 84 struct is_c : bool_<T::type::value == C> {}; struct 91 is_c<front<C>, '+'>, 103 is_c<front<C>, '*'>,
|
/third_party/boost/libs/metaparse/example/calculator_with_parens_and_unary_ops/ |
D | main.cpp | 90 struct is_c : bool_<T::type::value == C> {}; struct 97 is_c<front<C>, '+'>, 109 is_c<front<C>, '*'>,
|
/third_party/boost/libs/metaparse/example/compile_to_native_code/ |
D | main.cpp | 67 struct is_c : bool_<T::type::value == C> {}; struct 106 typename is_c<front<C>, '+'>::type, 150 typename is_c<front<C>, '*'>::type,
|
/third_party/boost/libs/metaparse/example/meta_metaparse/ |
D | main.cpp | 51 struct is_c : bool_<T::type::value == C> {}; struct 90 typename is_c<front<C>, '+'>::type, 148 typename is_c<front<C>, '*'>::type,
|
/third_party/boost/libs/metaparse/example/meta_lambda/ |
D | main.cpp | 77 struct is_c : bool_<T::type::value == C> {}; struct 106 typename is_c<front<C>, '+'>::type, 143 typename is_c<front<C>, '*'>::type,
|
/third_party/boost/libs/locale/src/win32/ |
D | numeric.cpp | 67 if(lc_.is_c()) { in do_format_currency() 181 if(lc.is_c()) { in create_formatting_impl() 199 if(lc.is_c()) in create_parsing_impl()
|
D | collate.cpp | 101 if(lc.is_c()) { in create_collate()
|
D | api.hpp | 86 bool is_c() const in is_c() function in boost::locale::impl_win::winlocale
|
/third_party/boost/boost/ |
D | token_functions.hpp | 119 bool is_c(Char e) { in is_c() function in boost::escaped_list_separator 139 else if (is_c(*next)) { in do_escape() 180 else if (is_c(*next)) { in operator ()()
|