Searched defs:argtype (Results 1 – 7 of 7) sorted by relevance
16 protected $argtype; variable in Grpc\\Testing\\ServerArgs
16 protected $argtype; variable in Grpc\\Testing\\ClientArgs
120 oneof argtype { oneof154 oneof argtype { oneof
129 oneof argtype { oneof167 oneof argtype { oneof
68 } argtype; member117 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
16 def __init__(self, name, argtype): argument
30 typedef enum { ARGTYPE_INT, ARGTYPE_BOOL, ARGTYPE_STRING } argtype; typedef