HomeSort by relevance Sort by last modified time
    Searched refs:MapValueRef (Results 1 - 5 of 5) sorted by null

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_field.h 91 const MapKey& map_key, MapValueRef* val) = 0;
255 bool InsertOrLookupMapValue(const MapKey& map_key, MapValueRef* val);
298 class LIBPROTOBUF_EXPORT DynamicMapField: public TypeDefinedMapFieldBase<MapKey, MapValueRef> {
306 bool InsertOrLookupMapValue(const MapKey& map_key, MapValueRef* val);
309 const Map<MapKey, MapValueRef>& GetMap() const;
310 Map<MapKey, MapValueRef>* MutableMap();
315 Map<MapKey, MapValueRef> map_;
364 const MapValueRef& GetValueRef() {
367 MapValueRef* MutableValueRef() {
391 MapValueRef value_
    [all...]
generated_message_reflection.h 63 class MapValueRef;
273 MapValueRef* val) const;
message.h 138 class MapValueRef;
    [all...]
map.h 296 // MapValueRef points to a map value.
297 class LIBPROTOBUF_EXPORT MapValueRef {
299 MapValueRef() : data_(NULL), type_(0) {}
303 "MapValueRef::SetInt64Value");
308 "MapValueRef::SetUInt64Value");
313 "MapValueRef::SetInt32Value");
318 "MapValueRef::SetUInt32Value");
323 "MapValueRef::SetBoolValue");
329 "MapValueRef::SetEnumValue");
334 "MapValueRef::SetStringValue")
    [all...]
map_field_inl.h 156 // MapValueRef::type() fails when containing data is null. However, if
267 MapValueRef* val) {
269 // MapValueRef.

Completed in 117 milliseconds