Searched refs:has_tag (Results 1 – 10 of 10) sorted by relevance
/third_party/grpc/src/cpp/server/ |
D | server_context.cc | 180 bool has_tag = false; in FinalizeResult() local 187 has_tag = has_tag_; in FinalizeResult() 188 if (has_tag) { in FinalizeResult() 211 return has_tag; in FinalizeResult() 221 bool has_tag = has_tag_; in FinalizeResult() local 222 if (has_tag) { in FinalizeResult() 227 return has_tag; in FinalizeResult()
|
/third_party/boost/boost/mpl/ |
D | sequence_tag.hpp | 88 # define AUX_CLASS_SEQUENCE_TAG_SPEC(has_tag, has_begin, result_type) \ 89 template<> struct sequence_tag_impl<has_tag,has_begin> \ 112 ::boost::mpl::aux::has_tag<Sequence>::value
|
D | tag.hpp | 34 aux::has_tag<T> 42 aux::has_tag<T>
|
D | is_sequence.hpp | 53 identity< aux::has_tag<T> >
|
/third_party/boost/boost/proto/transform/ |
D | fold_tree.hpp | 24 struct has_tag struct 47 : if_<has_tag<Tag>, fold<_, _state, fold_tree_<Tag, Fun> >, Fun> 52 : if_<has_tag<Tag>, reverse_fold<_, _state, reverse_fold_tree_<Tag, Fun> >, Fun>
|
/third_party/boost/boost/mpl/aux_/ |
D | has_tag.hpp | 20 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_tag, tag, false)
|
/third_party/boost/boost/hof/ |
D | alias.hpp | 68 struct has_tag struct 73 struct has_tag<T, Tag, typename detail::holder< struct
|
/third_party/boost/boost/multi_index/detail/ |
D | has_tag.hpp | 28 struct has_tag struct
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | samiparse.c | 582 has_tag (GString * str, const gchar tag) in has_tag() function 622 if (has_tag (context_state, ITALIC_TAG)) { in sami_context_pop_state() 758 if (has_tag (sctx->state, ITALIC_TAG)) { in handle_start_element() 812 if (has_tag (sctx->state, RT_TAG)) { in handle_text()
|
/third_party/boost/boost/ |
D | multi_index_container.hpp | 443 detail::has_tag<Tag> 1251 detail::has_tag<Tag>
|