Home
last modified time | relevance | path

Searched refs:is_c (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/metaparse/example/calculator/
Dmain.cpp77 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/
Dmain.cpp84 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/
Dmain.cpp90 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/
Dmain.cpp67 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/
Dmain.cpp51 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/
Dmain.cpp77 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/
Dnumeric.cpp67 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()
Dcollate.cpp101 if(lc.is_c()) { in create_collate()
Dapi.hpp86 bool is_c() const in is_c() function in boost::locale::impl_win::winlocale
/third_party/boost/boost/
Dtoken_functions.hpp119 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 ()()