webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <Struct.pbobjc.h>
Properties | |
NSMutableDictionary< NSString *, GPBValue * > * | fields |
Unordered map of dynamically typed values. More... | |
NSUInteger | fields_Count |
The number of items in fields without causing the array to be created. More... | |
Additional Inherited Members |
Struct
represents a structured data value, consisting of fields which map to dynamically typed values. In some languages, Struct
might be supported by a native representation. For example, in scripting languages like JS a struct is represented as an object. The details of that representation are described together with the proto support for the language.
The JSON representation for Struct
is JSON object.
Unordered map of dynamically typed values.
|
readnonatomicassign |
The number of items in fields
without causing the array to be created.