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

  /external/chromium_org/sync/internal_api/public/attachments/
attachment_uploader_impl.h 52 typedef std::string UniqueId;
53 typedef base::ScopedPtrHashMap<UniqueId, UploadState> StateMap;
56 void DeleteUploadStateFor(const UniqueId& unique_id);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mountdev.h 15 UCHAR UniqueId[1];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
virtdisk.h 165 GUID UniqueId;
vds.h     [all...]
  /external/chromium_org/v8/include/
v8.h 142 class UniqueId {
144 explicit UniqueId(intptr_t data)
147 bool operator==(const UniqueId& other) const {
151 bool operator!=(const UniqueId& other) const {
155 bool operator<(const UniqueId& other) const {
    [all...]

Completed in 284 milliseconds