Searched defs:UNARY (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
D | preprocessor2.c | 3 #define UNARY(x) BINARY(x) macro
|
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | RpcType.php | 17 const UNARY = 0; define in Grpc\\Testing\\RpcType
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | server_interceptor.h | 59 enum class Type { UNARY, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING }; enumerator
|
D | client_interceptor.h | 72 UNARY, enumerator
|
/third_party/grpc/src/proto/grpc/testing/ |
D | control.proto | 40 UNARY = 0; enumerator
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | Pp.cpp | 352 COND, LOGOR, LOGAND, OR, XOR, AND, EQUAL, RELATION, SHIFT, ADD, MUL, UNARY, enumerator
|