Home
last modified time | relevance | path

Searched refs:op_tag (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/icl/test/
Dtest_laws.hpp36 #define DEFINE_ASSOCIATIVITY_CHECK_WRT(op_tag, op_sign) \ argument
38 void check_associativity_wrt_##op_tag(const Type& a, const TypeB& b, const TypeC& c) \
45 #define DEFINE_ASSOCIATIVITY_CHECK_WRT_EQUAL(op_tag, op_sign) \ argument
47 void check_associativity_wrt_equal_##op_tag \
58 #define CHECK_ASSOCIATIVITY_WRT(op_tag) check_associativity_wrt_##op_tag argument
59 #define CHECK_ASSOCIATIVITY_WRT_EQUAL(op_tag) check_associativity_wrt_equal_##op_tag argument
77 #define DEFINE_RIGHT_NEUTRALITY_CHECK_WRT_EQUAL(op_tag, op_sign) \ argument
79 void check_right_neutrality_wrt_equal_##op_tag \
87 #define DEFINE_RIGHT_NEUTRALITY_CHECK_WRT(op_tag, op_sign) \ argument
89 void check_right_neutrality_wrt_##op_tag \
[all …]
/third_party/boost/libs/mpl/doc/src/refmanual/
DNumericMetafunction.rst23 |``op_tag<x>::type`` | |Integral Constant| | Amortized constant time. |
28 | op_tag<x>::type | | |
29 | , op_tag<y>::type | | |
41 typedef op_tag<x>::type tag;
53 op_tag<x>::type
54 , op_tag<y>::type
/third_party/grpc/src/cpp/server/
Dserver_cc.cc496 grpc::internal::CompletionQueueTag* op_tag = ctx_.GetCompletionOpTag(); in ContinueRunAfterInterception() local
497 cq_.TryPluck(op_tag, gpr_inf_future(GPR_CLOCK_REALTIME)); in ContinueRunAfterInterception()