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

  /system/tpm/attestation/server/
pkcs11_key_store_test.cc 143 next_handle_(1) {}
182 *new_object_handle = next_handle_++;
301 uint64_t next_handle_; // Tracks handle assignment member in class:attestation::KeyStoreTest
  /external/v8/src/debug/
mirrors.js 91 var next_handle_ = 0;
100 return next_handle_ == 0 && mirror_cache_.length == 0;
111 next_handle_ = 0;
511 if (mirror_cache_enabled_) this.handle_ = next_handle_++;
    [all...]

Completed in 139 milliseconds