Home
last modified time | relevance | path

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

/third_party/grpc/src/cpp/server/
Dserver_context.cc180 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/
Dsequence_tag.hpp88 # 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
Dtag.hpp34 aux::has_tag<T>
42 aux::has_tag<T>
Dis_sequence.hpp53 identity< aux::has_tag<T> >
/third_party/boost/boost/proto/transform/
Dfold_tree.hpp24 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_/
Dhas_tag.hpp20 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_tag, tag, false)
/third_party/boost/boost/hof/
Dalias.hpp68 struct has_tag struct
73 struct has_tag<T, Tag, typename detail::holder< struct
/third_party/boost/boost/multi_index/detail/
Dhas_tag.hpp28 struct has_tag struct
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dsamiparse.c582 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/
Dmulti_index_container.hpp443 detail::has_tag<Tag>
1251 detail::has_tag<Tag>