WPILibC++ 2027.0.0-alpha-3
Loading...
Searching...
No Matches
upb_MapEntry Struct Reference

#include <upb/message/internal/map_entry.h>

Public Attributes

struct upb_Message message
 
uint64_t hasbits
 
union { 
 
   upb_StringView   str 
 
   upb_value   val 
 
   double   d [2] 
 
k 
 
union { 
 
   upb_StringView   str 
 
   upb_value   val 
 
   double   d [2] 
 
v 
 

Member Data Documentation

◆ d

double upb_MapEntry::d[2]

◆ hasbits

uint64_t upb_MapEntry::hasbits

◆ [union]

union { ... } upb_MapEntry::k

◆ message

struct upb_Message upb_MapEntry::message

◆ str

upb_StringView upb_MapEntry::str

◆ [union]

union { ... } upb_MapEntry::v

◆ val

upb_value upb_MapEntry::val

The documentation for this struct was generated from the following file: