Home
last modified time | relevance | path

Searched defs:argtype (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DServerArgs.php16 protected $argtype; variable in Grpc\\Testing\\ServerArgs
DClientArgs.php16 protected $argtype; variable in Grpc\\Testing\\ClientArgs
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dcontrol.proto120 oneof argtype { oneof
154 oneof argtype { oneof
/external/grpc-grpc/src/proto/grpc/testing/
Dcontrol.proto129 oneof argtype { oneof
167 oneof argtype { oneof
/external/arm-optimized-routines/test/
Dmathtest.c68 } argtype; member
117 int is_double_argtype(int argtype) { in is_double_argtype()
129 int is_single_argtype(int argtype) { in is_single_argtype()
163 int is_complex_argtype(int argtype) { in is_complex_argtype()
715 int argtype=2, rettype=2; /* for do_op */ in parsetest() local
/external/bcc/src/cc/frontends/p4/compiler/
DebpfAction.py16 def __init__(self, name, argtype): argument
/external/grpc-grpc/test/core/util/
Dcmdline.cc30 typedef enum { ARGTYPE_INT, ARGTYPE_BOOL, ARGTYPE_STRING } argtype; typedef