Searched defs:MapValueRef (Results 1 - 1 of 1) sorted by relevance

/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
H A Dmap.h296 // MapValueRef points to a map value.
297 class LIBPROTOBUF_EXPORT MapValueRef { class in namespace:google::protobuf
299 MapValueRef() : data_(NULL), type_(0) {} function in class:google::protobuf::MapValueRef
303 "MapValueRef::SetInt64Value");
308 "MapValueRef::SetUInt64Value");
313 "MapValueRef::SetInt32Value");
318 "MapValueRef::SetUInt32Value");
323 "MapValueRef::SetBoolValue");
329 "MapValueRef::SetEnumValue");
334 "MapValueRef
[all...]

Completed in 72 milliseconds