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

  /external/protobuf/src/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...]
map_field.cc 156 : TypeDefinedMapFieldBase<MapKey, MapValueRef>(arena),
163 for (Map<MapKey, MapValueRef>::iterator iter = map_.begin();
176 const Map<MapKey, MapValueRef>& map = GetMap();
177 Map<MapKey, MapValueRef>::const_iterator iter = map.find(map_key);
182 const MapKey& map_key, MapValueRef* val) {
184 // MapValueRef.
185 Map<MapKey, MapValueRef>* map = MutableMap();
186 Map<MapKey, MapValueRef>::iterator iter = map->find(map_key);
189 MapValueRef& map_val = (*map)[map_key];
193 // Allocate memory for the inserted MapValueRef, and initialize t
    [all...]
generated_message_reflection.h 63 class MapValueRef;
273 MapValueRef* val) const;
message.h 138 class MapValueRef;
    [all...]
map_field_test.cc 81 bool InsertOrLookupMapValue(const MapKey& map_key, MapValueRef* val) {
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.
map_test_util.cc 563 MapValueRef map_val;
    [all...]
generated_message_reflection.cc     [all...]
map_test.cc 229 MapValueRef value;
232 "MapValueRef::type MapValueRef is not initialized.");
    [all...]
  /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.
  /external/protobuf/python/google/protobuf/pyext/
map_container.cc 204 MapValueRef* value) {
237 MapValueRef* value_ref) {
443 MapValueRef value;
464 MapValueRef value;
703 MapValueRef value;
728 MapValueRef value;
    [all...]

Completed in 146 milliseconds