![]() |
WPILibC++ 2027.0.0-alpha-3
|
#include <stdint.h>#include <string.h>#include "upb/base/string_view.h"#include "upb/port/def.inc"#include "upb/port/undef.inc"Go to the source code of this file.
Classes | |
| struct | upb_value |
| struct | upb_SizePrefixString |
| union | upb_key |
| struct | _upb_tabent |
| struct | upb_table |
Macros | |
| #define | FUNCS(name, membername, type_t, converter) |
Typedefs | |
| typedef struct _upb_tabent | upb_tabent |
Functions | |
| UPB_INLINE void | upb_value_setfloat (upb_value *val, float cval) |
| UPB_INLINE void | upb_value_setdouble (upb_value *val, double cval) |
| UPB_INLINE upb_value | upb_value_float (float cval) |
| UPB_INLINE upb_value | upb_value_double (double cval) |
| UPB_INLINE upb_StringView | upb_key_strview (upb_key key) |
| UPB_INLINE size_t | upb_table_size (const upb_table *t) |
| UPB_INLINE upb_key | upb_key_empty (void) |
| UPB_INLINE bool | upb_tabent_isempty (const upb_tabent *e) |
| uint32_t | _upb_Hash (const void *p, size_t n, uint64_t seed) |
| #define FUNCS | ( | name, | |
| membername, | |||
| type_t, | |||
| converter ) |
| typedef struct _upb_tabent upb_tabent |
| uint32_t _upb_Hash | ( | const void * | p, |
| size_t | n, | ||
| uint64_t | seed ) |
| UPB_INLINE upb_key upb_key_empty | ( | void | ) |
| UPB_INLINE upb_StringView upb_key_strview | ( | upb_key | key | ) |
| UPB_INLINE bool upb_tabent_isempty | ( | const upb_tabent * | e | ) |
| UPB_INLINE size_t upb_table_size | ( | const upb_table * | t | ) |
| UPB_INLINE upb_value upb_value_double | ( | double | cval | ) |
| UPB_INLINE upb_value upb_value_float | ( | float | cval | ) |
| UPB_INLINE void upb_value_setdouble | ( | upb_value * | val, |
| double | cval ) |
| UPB_INLINE void upb_value_setfloat | ( | upb_value * | val, |
| float | cval ) |