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

  /external/chromium_org/net/spdy/
spdy_credential_state.cc 27 const size_t SpdyCredentialState::kNoEntry = 0;
36 return FindCredentialSlot(origin) != kNoEntry;
41 if (i != kNoEntry)
60 return kNoEntry;
spdy_credential_state.h 27 // Returns the one-based index in |slots_| for |url| or kNoEntry, if no entry
45 static const size_t kNoEntry;
spdy_stream.cc 734 if (slot_ != SpdyCredentialState::kNoEntry) {
    [all...]
  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 66 const int HeapEntry::kNoEntry = -1;
207 root_index_(HeapEntry::kNoEntry),
208 gc_roots_index_(HeapEntry::kNoEntry),
209 natives_root_index_(HeapEntry::kNoEntry),
218 gc_subroot_indexes_[i] = HeapEntry::kNoEntry;
235 ASSERT(root_index_ == HeapEntry::kNoEntry);
248 ASSERT(gc_roots_index_ == HeapEntry::kNoEntry);
259 ASSERT(gc_subroot_indexes_[tag] == HeapEntry::kNoEntry);
662 if (cache_entry == NULL) return HeapEntry::kNoEntry;
    [all...]
heap-snapshot-generator.h 105 static const int kNoEntry;

Completed in 64 milliseconds