Home
last modified time | relevance | path

Searched refs:GHashTable (Results 1 – 5 of 5) sorted by relevance

/external/libbrillo/brillo/glib/
Dobject.h455 typedef ::GHashTable element_type;
461 explicit ScopedHashTable(::GHashTable* p)
488 GHashTable* get() {
492 void reset(::GHashTable* p = nullptr) {
500 ::GHashTable* object_;
/external/llvm-project/lld/COFF/
DDebugTypes.cpp887 struct GHashTable { struct
891 GHashTable() = default;
892 ~GHashTable();
959 GHashTable table;
964 GHashTable::~GHashTable() { delete[] table; } in ~GHashTable()
966 void GHashTable::init(uint32_t newTableSize) { in init()
972 uint32_t GHashTable::insert(GloballyHashedType ghash, GHashCell newCell) { in insert()
/external/autotest/client/deps/fakegudev/src/
Dfakegudev.c120 GHashTable *properties;
129 static GHashTable *devices_by_path;
132 static GHashTable *devices_by_syspath;
135 static GHashTable *devices_by_ptr;
Dgudev-exercise.c44 GHashTable *properties; in print_device()
Dfakesyscalls.c81 static GHashTable *file_redirection_map;