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

  /external/libbrillo/brillo/glib/
object.h 427 // \brief ScopedHashTable manages the lifetime of a ::GHashTable* with an
430 // The ScopedHashTable is also the start of an adaptor to model a standard
455 class ScopedHashTable {
459 ScopedHashTable()
463 explicit ScopedHashTable(::GHashTable* p)
467 ~ScopedHashTable() {
473 DCHECK(object_) << "Retrieve on empty ScopedHashTable.";
  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 1 //===- ScopedHashTable.h - A simple scoped hash table -----------*- C++ -*-===//
14 // ScopedHashTable<int, int> HT;
41 class ScopedHashTable;
84 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT;
96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
103 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>;
145 class ScopedHashTable {
159 ScopedHashTable(const ScopedHashTable &); // NOT YET IMPLEMENTED
160 void operator=(const ScopedHashTable &); // NOT YET IMPLEMENTE
    [all...]

Completed in 58 milliseconds