HomeSort by relevance Sort by last modified time
    Searched defs:MapIterator (Results 1 - 7 of 7) sorted by null

  /external/google-breakpad/src/processor/
contained_range_map.h 115 typedef typename AddressToRangeMap::iterator MapIterator;
  /external/protobuf/src/google/protobuf/
map_field.h 93 virtual bool EqualIterator(const MapIterator& a,
94 const MapIterator& b) const = 0;
95 virtual void MapBegin(MapIterator* map_iter) const = 0;
96 virtual void MapEnd(MapIterator* map_iter) const = 0;
160 // Virtual helper methods for MapIterator. MapIterator doesn't have the
164 friend class ::google::protobuf::MapIterator;
165 // Allocate map<...>::iterator for MapIterator.
166 virtual void InitializeIterator(MapIterator* map_iter) const = 0;
168 // DeleteIterator() is called by the destructor of MapIterator only
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
map_container.cc 75 struct MapIterator {
78 google::protobuf::scoped_ptr< ::google::protobuf::MapIterator> iter;
85 // MapIterator::~MapIterator() accesses it. Normally this would be ok because
93 // as this iterator does. This is solely for the benefit of the MapIterator
859 // MapIterator /////////////////////////////////////////////////////////////////
861 static MapIterator* GetIter(PyObject* obj) {
862 return reinterpret_cast<MapIterator*>(obj);
873 MapIterator* iter = GetIter(obj.get());
884 iter->iter.reset(new ::google::protobuf::MapIterator(
    [all...]
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar 

Completed in 767 milliseconds