![]() |
WPILibC++ 2027.0.0-alpha-3
|
Go to the source code of this file.
Classes | |
| struct | upb_StringView |
Macros | |
| #define | UPB_STRINGVIEW_INIT(ptr, len) |
| #define | UPB_STRINGVIEW_FORMAT "%.*s" |
| #define | UPB_STRINGVIEW_ARGS(view) |
Functions | |
| UPB_API_INLINE upb_StringView | upb_StringView_FromDataAndSize (const char *data, size_t size) |
| UPB_INLINE upb_StringView | upb_StringView_FromString (const char *data) |
| UPB_INLINE bool | upb_StringView_IsEqual (upb_StringView a, upb_StringView b) |
| UPB_INLINE int | upb_StringView_Compare (upb_StringView a, upb_StringView b) |
| #define UPB_STRINGVIEW_ARGS | ( | view | ) |
| #define UPB_STRINGVIEW_FORMAT "%.*s" |
| #define UPB_STRINGVIEW_INIT | ( | ptr, | |
| len ) |
| UPB_INLINE int upb_StringView_Compare | ( | upb_StringView | a, |
| upb_StringView | b ) |
| UPB_API_INLINE upb_StringView upb_StringView_FromDataAndSize | ( | const char * | data, |
| size_t | size ) |
| UPB_INLINE upb_StringView upb_StringView_FromString | ( | const char * | data | ) |
| UPB_INLINE bool upb_StringView_IsEqual | ( | upb_StringView | a, |
| upb_StringView | b ) |