Home
last modified time | relevance | path

Searched defs:UNARY (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
Dpreprocessor2.c3 #define UNARY(x) BINARY(x) macro
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DRpcType.php17 const UNARY = 0; define in Grpc\\Testing\\RpcType
/third_party/grpc/include/grpcpp/impl/codegen/
Dserver_interceptor.h59 enum class Type { UNARY, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING }; enumerator
Dclient_interceptor.h72 UNARY, enumerator
/third_party/grpc/src/proto/grpc/testing/
Dcontrol.proto40 UNARY = 0; enumerator
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp352 COND, LOGOR, LOGAND, OR, XOR, AND, EQUAL, RELATION, SHIFT, ADD, MUL, UNARY, enumerator