Lines Matching refs:FUNCS
916 #define FUNCS(name, membername, type_t, converter, proto_type) \
931 FUNCS(int32, int32, int32_t, int32_t, UPB_CTYPE_INT32)
932 FUNCS(int64, int64, int64_t, int64_t, UPB_CTYPE_INT64)
933 FUNCS(uint32, uint32, uint32_t, uint32_t, UPB_CTYPE_UINT32)
934 FUNCS(uint64, uint64, uint64_t, uint64_t, UPB_CTYPE_UINT64)
935 FUNCS(bool, _bool, bool, bool, UPB_CTYPE_BOOL)
936 FUNCS(cstr, cstr, char*, uintptr_t, UPB_CTYPE_CSTR)
937 FUNCS(ptr, ptr, void*, uintptr_t, UPB_CTYPE_PTR)
938 FUNCS(constptr, constptr, const void*, uintptr_t, UPB_CTYPE_CONSTPTR)
939 FUNCS(fptr, fptr, upb_func*, uintptr_t, UPB_CTYPE_FPTR)
941 #undef FUNCS