HomeSort by relevance Sort by last modified time
    Searched refs:UPB_INLINE (Results 1 - 4 of 4) sorted by null

  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 95 /* UPB_INLINE: inline if possible, emit standalone code if required. */
97 #define UPB_INLINE inline
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 void *upb_realloc(upb_alloc *alloc, void *ptr, size_t oldsize
    [all...]
upb.c     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 82 /* UPB_INLINE: inline if possible, emit standalone code if required. */
84 #define UPB_INLINE inline
86 #define UPB_INLINE static __inline__
88 #define UPB_INLINE static
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_value _upb_value_val(uint64_t val, upb_ctype_t ctype)
    [all...]
upb.c     [all...]

Completed in 150 milliseconds