Searched defs:FUNCS (Results 1 - 4 of 4) sorted by relevance
/external/python/cpython2/Modules/_ctypes/ |
H A D | _ctypes_test.c | 215 } FUNCS; typedef in typeref:struct:__anon19299 217 EXPORT(int) _testfunc_callfuncp(FUNCS *fp)
|
/external/python/cpython3/Modules/_ctypes/ |
H A D | _ctypes_test.c | 220 } FUNCS; typedef in typeref:struct:__anon19893 222 EXPORT(int) _testfunc_callfuncp(FUNCS *fp)
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 846 #define FUNCS(name, membername, type_t, converter, proto_type) \ macro 861 FUNCS(int32, int32, int32_t, int32_t, UPB_CTYPE_INT32) 862 FUNCS(int64, int64, int64_t, int64_t, UPB_CTYPE_INT64) 863 FUNCS(uint32, uint32, uint32_t, uint32_t, UPB_CTYPE_UINT32) 864 FUNCS(uint64, uint64, uint64_t, uint64_t, UPB_CTYPE_UINT64) 865 FUNCS(bool, _bool, bool, bool, UPB_CTYPE_BOOL) 866 FUNCS(cstr, cstr, char*, uintptr_t, UPB_CTYPE_CSTR) 867 FUNCS(ptr, ptr, void*, uintptr_t, UPB_CTYPE_PTR) 868 FUNCS(constptr, constptr, const void*, uintptr_t, UPB_CTYPE_CONSTPTR) 869 FUNCS(fpt 871 #undef FUNCS macro [all...] |
/external/protobuf/php/ext/google/protobuf/ |
H A D | upb.h | 635 #define FUNCS(name, membername, type_t, converter, proto_type) \ macro 650 FUNCS(int32, int32, int32_t, int32_t, UPB_CTYPE_INT32) 651 FUNCS(int64, int64, int64_t, int64_t, UPB_CTYPE_INT64) 652 FUNCS(uint32, uint32, uint32_t, uint32_t, UPB_CTYPE_UINT32) 653 FUNCS(uint64, uint64, uint64_t, uint64_t, UPB_CTYPE_UINT64) 654 FUNCS(bool, _bool, bool, bool, UPB_CTYPE_BOOL) 655 FUNCS(cstr, cstr, char*, uintptr_t, UPB_CTYPE_CSTR) 656 FUNCS(ptr, ptr, void*, uintptr_t, UPB_CTYPE_PTR) 657 FUNCS(constptr, constptr, const void*, uintptr_t, UPB_CTYPE_CONSTPTR) 658 FUNCS(fpt 660 #undef FUNCS macro [all...] |
Completed in 181 milliseconds