/external/google-breakpad/src/processor/ |
D | address_map-inl.h | 48 bool AddressMap<AddressType, EntryType>::Store(const AddressType &address, in Store() 63 bool AddressMap<AddressType, EntryType>::Retrieve( in Retrieve() 87 void AddressMap<AddressType, EntryType>::Clear() { in Clear()
|
D | map_serializers.h | 82 size_t SizeOf(const AddressMap<Addr, Entry> &m) const { in SizeOf() 89 char* Write(const AddressMap<Addr, Entry> &m, char *dest) const { in Write() 97 char* Serialize(const AddressMap<Addr, Entry> &m, unsigned int *size) const { in Serialize()
|
D | address_map.h | 49 class AddressMap { 51 AddressMap() : map_() {} in AddressMap() function
|
D | address_map_unittest.cc | 53 using google_breakpad::AddressMap; 74 typedef AddressMap< AddressType, linked_ptr<CountedObject> > TestMap;
|
D | basic_source_line_resolver_types.h | 148 AddressMap< MemAddr, linked_ptr<PublicSymbol> > public_symbols_;
|
D | static_address_map_unittest.cc | 49 typedef google_breakpad::AddressMap<int, string> AddrMap;
|
D | map_serializers_unittest.cc | 135 google_breakpad::AddressMap<AddrType, EntryType> address_map_;
|
D | module_comparer.cc | 129 AddressMap<MemAddr, linked_ptr<BasicPubSymbol> >::MapConstIterator iter1; in CompareModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PublicsStream.h | 38 return AddressMap; in getAddressMap() 50 FixedStreamArray<support::ulittle32_t> AddressMap; variable
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PublicsStream.h | 38 return AddressMap; in getAddressMap() 50 FixedStreamArray<support::ulittle32_t> AddressMap; variable
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | PublicsStream.h | 45 return AddressMap; in getAddressMap() 64 codeview::FixedStreamArray<support::ulittle32_t> AddressMap; variable
|
/external/webrtc/p2p/base/ |
D | port.h | 269 typedef std::map<rtc::SocketAddress, Connection*> AddressMap; typedef 270 const AddressMap& connections() { return connections_; } in connections() 459 AddressMap connections_;
|
D | port.cc | 196 AddressMap::iterator iter = connections_.begin(); in ~Port() 250 AddressMap::const_iterator iter = connections_.find(remote_addr); in GetConnection() 417 AddressMap::iterator iter = connections_.begin(); in OnReadyToSend() 875 AddressMap::iterator iter = in OnConnectionDestroyed()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | PublicsStream.cpp | 78 if (auto EC = Reader.readArray(AddressMap, NumAddressMapEntries)) in reload()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PublicsStream.cpp | 78 if (auto EC = Reader.readArray(AddressMap, NumAddressMapEntries)) in reload()
|
/external/webrtc/rtc_base/ |
D | virtual_socket_server.h | 263 typedef std::map<SocketAddress, VirtualSocket*> AddressMap; typedef 277 AddressMap* bindings_;
|
D | virtual_socket_server.cc | 534 bindings_(new AddressMap()), in VirtualSocketServer() 684 AddressMap::value_type entry(normalized, socket); in Bind() 721 AddressMap::iterator it = bindings_->find(normalized); in LookupBinding()
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | PublicsStream.cpp | 138 if (auto EC = Reader.readArray(AddressMap, NumAddressMapEntries)) in reload()
|
/external/libabigail/tests/data/test-annotate/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 210 …<!-- AddressMap<HeapProfileTable::AllocValue>::Insert(void const*, HeapProfileTable::AllocValue) -… 212 …<!-- AddressMap<HeapProfileTable::AllocValue>::AddressMap(void* (*)(unsigned long), void (*)(void*… 214 …<!-- AddressMap<HeapProfileTable::AllocValue>::AddressMap(void* (*)(unsigned long), void (*)(void*… 560 …<!-- HeapProfileTable::WriteProfile(char const*, HeapProfileBucket const&, AddressMap<HeapProfileT… 4042 <!-- typedef AddressMap<HeapProfileTable::AllocValue> HeapProfileTable::AllocationMap --> 4601 <!-- class AddressMap<HeapProfileTable::AllocValue> --> 4602 …<class-decl name='AddressMap<HeapProfileTable::AllocValue>' size-in-bits='320' visibility='d… 4604 <!-- struct AddressMap<HeapProfileTable::AllocValue>::Cluster --> 4608 <!-- struct AddressMap<HeapProfileTable::AllocValue>::Entry --> 4612 <!-- struct AddressMap<HeapProfileTable::AllocValue>::Object --> [all …]
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 2786 …<class-decl name='AddressMap<HeapProfileTable::AllocValue>' size-in-bits='320' visibility='d… 2839 …<function-decl name='AddressMap' mangled-name='_ZN10AddressMapIN16HeapProfileTable10AllocValueEEC2… 2847 …<function-decl name='~AddressMap' filepath='src/addressmap-inl.h' line='280' column='1' visibility… 2870 …<function-decl name='New<AddressMap<HeapProfileTable::AllocValue>::Cluster*>' filepath… 2893 …<function-decl name='New<AddressMap<HeapProfileTable::AllocValue>::Cluster>' filepath=… 2900 …<function-decl name='New<AddressMap<HeapProfileTable::AllocValue>::Entry>' filepath='s…
|