#include <reflection.h>
Public Attributes | |
| const upb_Array * | array_val |
| bool | bool_val |
| double | double_val |
| float | float_val |
| int32_t | int32_val |
| int64_t | int64_val |
| const upb_Map * | map_val |
| const upb_Message * | msg_val |
| upb_StringView | str_val |
| uint32_t | uint32_val |
| uint64_t | uint64_val |
Definition at line 40 of file upb/upb/reflection.h.
Definition at line 50 of file upb/upb/reflection.h.
| bool upb_MessageValue::bool_val |
Definition at line 41 of file upb/upb/reflection.h.
| double upb_MessageValue::double_val |
Definition at line 43 of file upb/upb/reflection.h.
| float upb_MessageValue::float_val |
Definition at line 42 of file upb/upb/reflection.h.
| int32_t upb_MessageValue::int32_val |
Definition at line 44 of file upb/upb/reflection.h.
| int64_t upb_MessageValue::int64_val |
Definition at line 45 of file upb/upb/reflection.h.
Definition at line 48 of file upb/upb/reflection.h.
| const upb_Message* upb_MessageValue::msg_val |
Definition at line 49 of file upb/upb/reflection.h.
| upb_StringView upb_MessageValue::str_val |
Definition at line 51 of file upb/upb/reflection.h.
| uint32_t upb_MessageValue::uint32_val |
Definition at line 46 of file upb/upb/reflection.h.
| uint64_t upb_MessageValue::uint64_val |
Definition at line 47 of file upb/upb/reflection.h.