Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
H A DRpcType.php17 const UNARY = 0; define in Grpc\\Testing\\RpcType
/aosp_15_r20/external/pigweed/pw_rpc/ts/
H A Ddescriptors.ts101 UNARY, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/
Dserver_interceptor.h60 enum class Type { UNARY, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING }; enumerator
Dclient_interceptor.h76 UNARY, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dserver_interceptor.h60 enum class Type { UNARY, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING }; enumerator
Dclient_interceptor.h76 UNARY, enumerator
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/
H A Dserver_interceptor.h60 enum class Type { UNARY, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING }; enumerator
H A Dclient_interceptor.h76 UNARY, enumerator
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/
H A DApiMethodDescriptor.java41 UNARY, enumConstant
/aosp_15_r20/external/pigweed/pw_rpc/java/main/dev/pigweed/pw_rpc/
H A DMethod.java114 UNARY(/* isServerStreaming= */ false, /* isClientStreaming= */ false), enumConstant
/aosp_15_r20/external/turbine/java/com/google/turbine/tree/
H A DTurbineOperatorKind.java76 UNARY(12), enumConstant
H A DTree.java68 UNARY, enumConstant
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h28 enum Arity { NULLARY, UNARY, BINARY, TERNARY }; enumerator
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/
H A DMethodDescriptor.java85 UNARY, enumConstant
/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
H A Dcontrol.proto40 UNARY = 0; enumerator
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/
H A Dcontrol.proto41 UNARY = 0; enumerator
/aosp_15_r20/external/pigweed/pw_rpc/py/pw_rpc/
H A Ddescriptors.py248 UNARY = 0 variable in Method.Type
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dcontrol.proto41 UNARY = 0; enumerator
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dmath_ops.cc225 #define UNARY() \ macro
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/preprocessor/
H A DPp.cpp354 COND, LOGOR, LOGAND, OR, XOR, AND, EQUAL, RELATION, SHIFT, ADD, MUL, UNARY, enumerator
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp352 COND, LOGOR, LOGAND, OR, XOR, AND, EQUAL, RELATION, SHIFT, ADD, MUL, UNARY, enumerator
/aosp_15_r20/external/pigweed/pw_protobuf/py/pw_protobuf/
H A Dproto_tree.py588 UNARY = 'kUnary' variable in ProtoServiceMethod.Type
/aosp_15_r20/external/one-true-awk/
H A Db.c47 #define UNARY case STAR: case PLUS: case QUEST: macro
/aosp_15_r20/external/libavc/decoder/
H A Dih264d_defs.h411 #define UNARY 1 macro
/aosp_15_r20/external/python/cpython2/Objects/
Dclassobject.c1599 #define UNARY(funcname, methodname) \ macro

12345