Home
last modified time | relevance | path

Searched defs:MapIterator (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxMap.cpp85 class MapIterator { class
88 MapIterator(MapEntry entry, size_t depth = 0) in MapIterator() function in MapIterator
90 MapIterator(ValueObjectSP entry, size_t depth = 0) in MapIterator() function in MapIterator
92 MapIterator(const MapIterator &rhs) in MapIterator() function in MapIterator
94 MapIterator(ValueObject *entry, size_t depth = 0) in MapIterator() function in MapIterator
/external/google-breakpad/src/processor/
Dcontained_range_map.h115 typedef typename AddressToRangeMap::iterator MapIterator; typedef
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc77 struct MapIterator { struct
80 std::unique_ptr<::google::protobuf::MapIterator> iter;
84 MapContainer* container;
97 CMessage* parent;
102 uint64 version;
/external/protobuf/src/google/protobuf/
Dmessage.h149 class MapIterator; variable
950 friend class MapIterator; variable
Dmap_field.h59 class MapIterator; variable
Dmap.h64 class MapIterator; variable
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeCategoryMap.h34 typedef MapType::iterator MapIterator; typedef
/external/swiftshader/src/Vulkan/Debug/
DWeakMap.hpp34 using MapIterator = typename Map::const_iterator; typedef in vk::dbg::WeakMap
/external/llvm-project/llvm/include/llvm/ADT/
DCoalescingBitVector.h242 UnderlyingIterator MapIterator; variable
/external/protobuf/php/ext/google/protobuf/
Dupb.h485 class MapIterator; variable