|
| UPB_INLINE bool | upb_EpsCopyInputStream_IsError (upb_EpsCopyInputStream *e) |
| |
| UPB_INLINE void | upb_EpsCopyInputStream_Init (upb_EpsCopyInputStream *e, const char **ptr, size_t size, bool enable_aliasing) |
| |
| UPB_INLINE upb_IsDoneStatus | upb_EpsCopyInputStream_IsDoneStatus (upb_EpsCopyInputStream *e, const char *ptr, int *overrun) |
| |
| UPB_INLINE bool | upb_EpsCopyInputStream_IsDoneWithCallback (upb_EpsCopyInputStream *e, const char **ptr, upb_EpsCopyInputStream_IsDoneFallbackFunc *func) |
| |
| const char * | _upb_EpsCopyInputStream_IsDoneFallbackNoCallback (upb_EpsCopyInputStream *e, const char *ptr, int overrun) |
| |
| UPB_INLINE bool | upb_EpsCopyInputStream_IsDone (upb_EpsCopyInputStream *e, const char **ptr) |
| |
| UPB_INLINE size_t | upb_EpsCopyInputStream_BytesAvailable (upb_EpsCopyInputStream *e, const char *ptr) |
| |
| UPB_INLINE bool | upb_EpsCopyInputStream_CheckSize (const upb_EpsCopyInputStream *e, const char *ptr, int size) |
| |
| UPB_INLINE bool | _upb_EpsCopyInputStream_CheckSizeAvailable (upb_EpsCopyInputStream *e, const char *ptr, int size, bool submessage) |
| |
| UPB_INLINE bool | upb_EpsCopyInputStream_CheckDataSizeAvailable (upb_EpsCopyInputStream *e, const char *ptr, int size) |
| |
| UPB_INLINE bool | upb_EpsCopyInputStream_CheckSubMessageSizeAvailable (upb_EpsCopyInputStream *e, const char *ptr, int size) |
| |
| UPB_INLINE bool | upb_EpsCopyInputStream_AliasingEnabled (upb_EpsCopyInputStream *e) |
| |
| UPB_INLINE bool | upb_EpsCopyInputStream_AliasingAvailable (upb_EpsCopyInputStream *e, const char *ptr, size_t size) |
| |
| UPB_INLINE const char * | upb_EpsCopyInputStream_GetInputPtr (upb_EpsCopyInputStream *e, const char *ptr) |
| |
| UPB_INLINE const char * | upb_EpsCopyInputStream_GetAliasedPtr (upb_EpsCopyInputStream *e, const char *ptr) |
| |
| UPB_INLINE const char * | upb_EpsCopyInputStream_ReadStringAliased (upb_EpsCopyInputStream *e, const char **ptr, size_t size) |
| |
| UPB_INLINE const char * | upb_EpsCopyInputStream_Skip (upb_EpsCopyInputStream *e, const char *ptr, int size) |
| |
| UPB_INLINE const char * | upb_EpsCopyInputStream_Copy (upb_EpsCopyInputStream *e, const char *ptr, void *to, int size) |
| |
| UPB_INLINE const char * | upb_EpsCopyInputStream_ReadString (upb_EpsCopyInputStream *e, const char **ptr, size_t size, upb_Arena *arena) |
| |
| UPB_INLINE void | _upb_EpsCopyInputStream_CheckLimit (upb_EpsCopyInputStream *e) |
| |
| UPB_INLINE int | upb_EpsCopyInputStream_PushLimit (upb_EpsCopyInputStream *e, const char *ptr, int size) |
| |
| UPB_INLINE void | upb_EpsCopyInputStream_PopLimit (upb_EpsCopyInputStream *e, const char *ptr, int saved_delta) |
| |
| UPB_INLINE const char * | _upb_EpsCopyInputStream_IsDoneFallbackInline (upb_EpsCopyInputStream *e, const char *ptr, int overrun, upb_EpsCopyInputStream_BufferFlipCallback *callback) |
| |
| UPB_FORCEINLINE bool | upb_EpsCopyInputStream_TryParseDelimitedFast (upb_EpsCopyInputStream *e, const char **ptr, int len, upb_EpsCopyInputStream_ParseDelimitedFunc *func, void *ctx) |
| |