Home
last modified time | relevance | path

Searched defs:op_tag (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/icl/test/
Dtest_laws.hpp36 #define DEFINE_ASSOCIATIVITY_CHECK_WRT(op_tag, op_sign) \ argument
45 #define DEFINE_ASSOCIATIVITY_CHECK_WRT_EQUAL(op_tag, op_sign) \ argument
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
87 #define DEFINE_RIGHT_NEUTRALITY_CHECK_WRT(op_tag, op_sign) \ argument
97 #define DEFINE_NEUTRALITY_CHECK_WRT_EQUAL(op_tag, op_sign) \ argument
107 #define DEFINE_NEUTRALITY_CHECK_WRT(op_tag, op_sign) \ argument
117 #define CHECK_NEUTRALITY_WRT(op_tag) check_neutrality_wrt_##op_tag argument
118 #define CHECK_NEUTRALITY_WRT_EQUAL(op_tag) check_neutrality_wrt_equal_##op_tag argument
[all …]
/third_party/grpc/src/cpp/server/
Dserver_cc.cc496 grpc::internal::CompletionQueueTag* op_tag = ctx_.GetCompletionOpTag(); in ContinueRunAfterInterception() local