HomeSort by relevance Sort by last modified time
    Searched full:entry_t (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Support/
StringPool.cpp 30 entry_t *S = entry_t::Create(Key.begin(), Key.end());
  /external/llvm/include/llvm/Support/
StringPool.h 57 typedef StringMapEntry<PooledString> entry_t; typedef in class:llvm::StringPool
80 typedef StringPool::entry_t entry_t; typedef in class:llvm::PooledStringPtr
81 entry_t *S;
86 explicit PooledStringPtr(entry_t *E) : S(E) {
  /frameworks/native/include/binder/
BpBinder.h 83 struct entry_t struct in class:android::BpBinder::ObjectManager
90 KeyedVector<const void*, entry_t> mObjects;
  /frameworks/native/libs/binder/
BpBinder.cpp 47 entry_t e;
78 const entry_t& e = mObjects.valueAt(i);

Completed in 84 milliseconds