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

  /external/chromium_org/third_party/libjingle/source/talk/base/
natserver.h 89 typedef std::set<SocketAddress, AddrCmp> AddressSet;
101 AddressSet* whitelist;
  /dalvik/vm/
Debugger.h 39 struct AddressSet {
44 INLINE void dvmAddressSetSet(AddressSet *pSet, u4 toSet)
51 INLINE bool dvmAddressSetGet(const AddressSet *pSet, u4 toGet)
73 const AddressSet* pAddressSet; /* if non-null, address set for line */
290 /* Make an AddressSet for a line, for single stepping */
291 const AddressSet *dvmAddressSetForLine(const Method* method, int line);

Completed in 28 milliseconds