Searched refs:FUNC_TYPE (Results 1 – 2 of 2) sorted by relevance
154 # define FUNC_TYPE(x) x##_f macro157 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \159 extern FUNC_TYPE(func) PTR_TO_REAL(func); \177 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \179 FUNC_TYPE(func) PTR_TO_REAL(func); \218 typedef ret_type (__stdcall *FUNC_TYPE(func))(__VA_ARGS__); \220 FUNC_TYPE(func) PTR_TO_REAL(func); \
2058 #define CASE_SINGLE_POD(NAME, TYPE, FUNC_TYPE) \2061 GPBSet##FUNC_TYPE##IvarWithFieldInternal(self, field, val, syntax); \2829 #define CASE_SINGLE_POD(NAME, TYPE, FUNC_TYPE) \2831 TYPE fieldVal = GPBGetMessage##FUNC_TYPE##Field(self, fieldDescriptor); \