Lines Matching refs:FUNCS
846 #define FUNCS(name, membername, type_t, converter, proto_type) \
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(fptr, fptr, upb_func*, uintptr_t, UPB_CTYPE_FPTR)
871 #undef FUNCS