Searched defs:FunctionType (Results 1 – 7 of 7) sorted by relevance
| /third_party/protobuf/src/google/protobuf/stubs/ |
| D | callback.h | 124 typedef void (*FunctionType)(); typedef 165 typedef void (*FunctionType)(Arg1 arg1); typedef 212 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2); typedef 261 typedef R (*FunctionType)(); typedef 282 typedef R (*FunctionType)(P1); typedef 305 typedef R (*FunctionType)(Arg1 arg1); typedef 326 typedef R (*FunctionType)(P1, A1); typedef
|
| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| D | callback.h | 38 typedef R (FunctionType)(A1, A2, A3, A4); typedef
|
| /third_party/python/Lib/ |
| D | types.py | 12 FunctionType = type(_f) variable
|
| /third_party/node/tools/node_modules/eslint/node_modules/doctrine/lib/ |
| D | typed.js | 39 FunctionType: 'FunctionType', property
|
| /third_party/abseil-cpp/absl/types/ |
| D | any_test.cc | 87 using FunctionType = void(); typedef
|
| /third_party/python/Include/ |
| D | Python-ast.h | 73 } FunctionType; member 483 #define FunctionType(a0, a1, a2) _Py_FunctionType(a0, a1, a2) macro
|
| /third_party/python/Python/ |
| D | Python-ast.c | 1259 FunctionType(asdl_seq * argtypes, expr_ty returns, PyArena *arena) in FunctionType() function
|