Searched refs:op_tag (Results 1 – 3 of 3) sorted by relevance
36 #define DEFINE_ASSOCIATIVITY_CHECK_WRT(op_tag, op_sign) \ argument38 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) \ argument47 void check_associativity_wrt_equal_##op_tag \58 #define CHECK_ASSOCIATIVITY_WRT(op_tag) check_associativity_wrt_##op_tag argument59 #define CHECK_ASSOCIATIVITY_WRT_EQUAL(op_tag) check_associativity_wrt_equal_##op_tag argument77 #define DEFINE_RIGHT_NEUTRALITY_CHECK_WRT_EQUAL(op_tag, op_sign) \ argument79 void check_right_neutrality_wrt_equal_##op_tag \87 #define DEFINE_RIGHT_NEUTRALITY_CHECK_WRT(op_tag, op_sign) \ argument89 void check_right_neutrality_wrt_##op_tag \[all …]
23 |``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>::type54 , op_tag<y>::type
496 grpc::internal::CompletionQueueTag* op_tag = ctx_.GetCompletionOpTag(); in ContinueRunAfterInterception() local497 cq_.TryPluck(op_tag, gpr_inf_future(GPR_CLOCK_REALTIME)); in ContinueRunAfterInterception()