Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/stubs/
Dcallback.h124 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/
Dcallback.h38 typedef R (FunctionType)(A1, A2, A3, A4); typedef
/third_party/python/Lib/
Dtypes.py12 FunctionType = type(_f) variable
/third_party/node/tools/node_modules/eslint/node_modules/doctrine/lib/
Dtyped.js39 FunctionType: 'FunctionType', property
/third_party/abseil-cpp/absl/types/
Dany_test.cc87 using FunctionType = void(); typedef
/third_party/python/Include/
DPython-ast.h73 } FunctionType; member
483 #define FunctionType(a0, a1, a2) _Py_FunctionType(a0, a1, a2) macro
/third_party/python/Python/
DPython-ast.c1259 FunctionType(asdl_seq * argtypes, expr_ty returns, PyArena *arena) in FunctionType() function