Searched defs:UPB_INLINE (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h95 /* UPB_INLINE: inline if possible, emit standalone code if required. */
97 #define UPB_INLINE inline macro
99 #define UPB_INLINE static __inline__
101 #define UPB_INLINE static
189 UPB_INLINE base *ty ## _upcast_mutable(ty *p) { return (base*)p; } \
190 UPB_INLINE const base *ty ## _upcast(const ty *p) { return (const base*)p; }
194 UPB_INLINE base2 *ty ## _upcast2_mutable(ty *p) { return (base2*)p; } \
195 UPB_INLINE const base2 *ty ## _upcast2(const ty *p) { return (const base2*)p; }
503 UPB_INLINE void *upb_malloc(upb_alloc *alloc, size_t size) {
508 UPB_INLINE voi
[all...]
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h82 /* UPB_INLINE: inline if possible, emit standalone code if required. */
84 #define UPB_INLINE inline macro
86 #define UPB_INLINE static __inline__ macro
88 #define UPB_INLINE static macro
174 UPB_INLINE base *ty ## _upcast_mutable(ty *p) { return (base*)p; } \
175 UPB_INLINE const base *ty ## _upcast(const ty *p) { return (const base*)p; }
179 UPB_INLINE base2 *ty ## _upcast2_mutable(ty *p) { return (base2*)p; } \
180 UPB_INLINE const base2 *ty ## _upcast2(const ty *p) { return (const base2*)p; }
615 UPB_INLINE void _upb_value_setval(upb_value *v, uint64_t val,
621 UPB_INLINE upb_valu
[all...]

Completed in 202 milliseconds