Home
last modified time | relevance | path

Searched refs:GetMap (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmap_container.cc310 static MapContainer* GetMap(PyObject* obj) { in GetMap() function
315 MapContainer* self = GetMap(_self); in Length()
322 MapContainer* self = GetMap(_self); in Clear()
332 MapContainer* self = GetMap(_self); in Contains()
414 MapContainer* self = GetMap(obj.get()); in NewScalarMapContainer()
438 MapContainer* self = GetMap(_self); in ScalarMapGetItem()
459 MapContainer* self = GetMap(_self); in ScalarMapSetItem()
518 MapContainer* self = GetMap(_self); in ScalarMapDealloc()
866 MapContainer* self = GetMap(_self); in GetIterator()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_field.h194 virtual const Map<Key, T>& GetMap() const = 0;
259 const Map<Key, T>& GetMap() const;
309 const Map<MapKey, MapValueRef>& GetMap() const;
Dmap_field_inl.h113 InternalGetIterator(map_iter) = GetMap().begin(); in MapBegin()
119 InternalGetIterator(map_iter) = GetMap().end(); in MapEnd()
239 const Map<Key, T>& map = GetMap(); in SetMapIteratorValue()
254 const Map<Key, T>& map = GetMap(); in ContainsMapKey()
300 default_enum_value>::GetMap() const { in GetMap() function
Dmap_field_lite.h59 virtual const Map<Key, T>& GetMap() const;
131 default_enum_value>::GetMap() const { in GetMap() function
Dmap_field.cc171 return GetMap().size(); in size()
176 const Map<MapKey, MapValueRef>& map = GetMap(); in ContainsMapKey()
242 const Map<MapKey, MapValueRef>& DynamicMapField::GetMap() const { in GetMap() function in google::protobuf::internal::DynamicMapField
Dmap_field_test.cc311 TEST_P(MapFieldStateTest, GetMap) { in TEST_P() argument
312 map_field_->GetMap(); in TEST_P()
Dstruct.pb.h435 return fields_.GetMap(); in fields()
Dstruct.pb.cc553 return fields_.GetMap(); in fields()