/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
D | preprocessor2.c | 3 #define UNARY(x) BINARY(x) macro 6 UNARY(TWO)
|
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | RpcType.php | 17 const UNARY = 0; define in Grpc\\Testing\\RpcType 36 self::UNARY => 'UNARY',
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | server_interceptor.h | 59 enum class Type { UNARY, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING }; enumerator 82 static_assert(Type::UNARY ==
|
D | client_interceptor.h | 72 UNARY, enumerator 101 static_assert(Type::UNARY ==
|
/third_party/grpc/test/cpp/qps/ |
D | json_run_localhost_scenarios.bzl | 3 …UNARY", "load_params": {"poisson": {"offered_load": 37500}}, "histogram_params": {"resolution": 0.…
|
D | qps_json_driver_scenarios.bzl | 3 …UNARY", "load_params": {"closed_loop": {}}, "histogram_params": {"resolution": 0.01, "max_possible…
|
D | inproc_sync_unary_ping_pong_test.cc | 43 client_config.set_rpc_type(UNARY); in RunSynchronousUnaryPingPong()
|
D | secure_sync_unary_ping_pong_test.cc | 43 client_config.set_rpc_type(UNARY); in RunSynchronousUnaryPingPong()
|
D | client_callback.cc | 370 case UNARY: in CreateCallbackClient()
|
D | client_sync.cc | 407 case UNARY: in CreateSynchronousClient()
|
D | client_async.cc | 936 case UNARY: in CreateAsyncClient()
|
/third_party/grpc/src/python/grpcio_tests/tests/qps/ |
D | worker_server.py | 153 if config.rpc_type == control_pb2.UNARY: 164 if config.rpc_type == control_pb2.UNARY:
|
/third_party/boost/boost/spirit/home/support/utree/ |
D | operators.hpp | 526 BOOST_SPIRIT_UTREE_CREATE_LOGICAL_FUNCTION(UNARY, not_, !a) in BOOST_SPIRIT_UTREE_CREATE_LOGICAL_FUNCTION() 533 BOOST_SPIRIT_UTREE_CREATE_ARITHMETIC_FUNCTION(UNARY, negate, -a) in BOOST_SPIRIT_UTREE_CREATE_LOGICAL_FUNCTION() 540 BOOST_SPIRIT_UTREE_CREATE_INTEGRAL_FUNCTION(UNARY, invert, ~a) in BOOST_SPIRIT_UTREE_CREATE_LOGICAL_FUNCTION()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | test-suite.rst | 168 #define UNARY(x) BINARY(x) 171 UNARY(TWO)
|
/third_party/grpc/src/php/tests/qps/ |
D | client.php | 124 if ($config->getRpcType() == Grpc\Testing\RpcType::UNARY) {
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-parse.y | 214 %right UNARY 739 | '!' expression %prec UNARY { 743 | '~' expression %prec UNARY { 747 | '-' expression %prec UNARY { 751 | '+' expression %prec UNARY {
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/ |
D | worker_servicer.py | 132 if config.rpc_type == control_pb2.UNARY:
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | Pp.cpp | 352 COND, LOGOR, LOGAND, OR, XOR, AND, EQUAL, RELATION, SHIFT, ADD, MUL, UNARY, enumerator 485 token = eval(token, UNARY, shortCircuit, res, err, ppToken); in eval()
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | MonsterStorageGrpc.java | 82 .setType(io.grpc.MethodDescriptor.MethodType.UNARY) in getStoreMethod()
|
/third_party/grpc/src/proto/grpc/testing/ |
D | control.proto | 40 UNARY = 0; enumerator
|
/third_party/grpc/test/cpp/end2end/ |
D | server_interceptors_end2end_test.cc | 63 (type == experimental::ServerRpcInfo::Type::UNARY || in LoggingInterceptor()
|
D | client_interceptors_end2end_test.cc | 64 EXPECT_EQ(info->type(), experimental::ClientRpcInfo::Type::UNARY); in HijackingInterceptor()
|