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

/external/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp50 static inline CountMap GetMap(void *D) { function
60 CountMap M = GetMap(Data);
77 return BlockCounter(GetFactory(F).add(GetMap(BC.Data),
/external/protobuf/src/google/protobuf/
H A Dmap_field_lite.h59 virtual const Map<Key, T>& GetMap() const;
131 default_enum_value>::GetMap() const { function in class:google::protobuf::internal::MapFieldLite
H A Dmap_field.cc171 return GetMap().size();
176 const Map<MapKey, MapValueRef>& map = GetMap();
242 const Map<MapKey, MapValueRef>& DynamicMapField::GetMap() const { function in class:google::protobuf::internal::DynamicMapField
H A Dmap_field_inl.h113 InternalGetIterator(map_iter) = GetMap().begin();
119 InternalGetIterator(map_iter) = GetMap().end();
239 const Map<Key, T>& map = GetMap();
254 const Map<Key, T>& map = GetMap();
300 default_enum_value>::GetMap() const { function in class:google::protobuf::internal::MapField
/external/protobuf/python/google/protobuf/pyext/
H A Dmap_container.cc311 static MapContainer* GetMap(PyObject* obj) { function in namespace:google::protobuf::python
316 MapContainer* self = GetMap(_self);
323 MapContainer* self = GetMap(_self);
333 MapContainer* self = GetMap(_self);
414 MapContainer* self = GetMap(obj.get());
438 MapContainer* self = GetMap(_self);
459 MapContainer* self = GetMap(_self);
518 MapContainer* self = GetMap(_self);
866 MapContainer* self = GetMap(_self);

Completed in 898 milliseconds