Searched refs:UPB_FORCEINLINE (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 1831 UPB_FORCEINLINE void upb_env_setallocfunc(upb_env *e, upb_alloc_func *alloc, in upb_env_setallocfunc() 1837 UPB_FORCEINLINE void upb_env_seterrorfunc(upb_env *e, upb_error_func *func, in upb_env_seterrorfunc() 1908 UPB_FORCEINLINE static void *seeded_alloc(void *ud, void *ptr, size_t oldsize, in seeded_alloc() 1958 UPB_FORCEINLINE void upb_seededalloc_setfallbackalloc(upb_seededalloc *a, in upb_seededalloc_setfallbackalloc() 7761 UPB_FORCEINLINE static void consumebytes(upb_pbdecoder *d, void *buf, in consumebytes() 7794 UPB_FORCEINLINE static int32_t getbytes(upb_pbdecoder *d, void *buf, in getbytes() 7817 UPB_FORCEINLINE static size_t peekbytes(upb_pbdecoder *d, void *buf, in peekbytes() 7851 UPB_FORCEINLINE static int32_t decode_varint(upb_pbdecoder *d, uint64_t *u64) { in decode_varint() 7874 UPB_FORCEINLINE static int32_t decode_v32(upb_pbdecoder *d, uint32_t *u32) { in decode_v32() 7894 UPB_FORCEINLINE static int32_t decode_fixed32(upb_pbdecoder *d, uint32_t *u32) { in decode_fixed32() [all …]
|
D | upb.h | 99 #define UPB_FORCEINLINE __inline__ __attribute__((always_inline)) macro 103 #define UPB_FORCEINLINE macro
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 8473 UPB_FORCEINLINE static void consumebytes(upb_pbdecoder *d, void *buf, in consumebytes() 8506 UPB_FORCEINLINE static int32_t getbytes(upb_pbdecoder *d, void *buf, in getbytes() 8529 UPB_FORCEINLINE static size_t peekbytes(upb_pbdecoder *d, void *buf, in peekbytes() 8562 UPB_FORCEINLINE static int32_t decode_varint(upb_pbdecoder *d, uint64_t *u64) { in decode_varint() 8585 UPB_FORCEINLINE static int32_t decode_v32(upb_pbdecoder *d, uint32_t *u32) { in decode_v32() 8605 UPB_FORCEINLINE static int32_t decode_fixed32(upb_pbdecoder *d, uint32_t *u32) { in decode_fixed32() 8612 UPB_FORCEINLINE static int32_t decode_fixed64(upb_pbdecoder *d, uint64_t *u64) { in decode_fixed64()
|
D | upb.h | 112 #define UPB_FORCEINLINE __inline__ __attribute__((always_inline)) macro 116 #define UPB_FORCEINLINE macro
|