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

  /external/llvm/lib/Support/
StringPool.cpp 30 entry_t *S = entry_t::Create(Key);
  /external/swiftshader/third_party/LLVM/lib/Support/
StringPool.cpp 30 entry_t *S = entry_t::Create(Key.begin(), Key.end());
  /external/llvm/include/llvm/Support/
StringPool.h 56 typedef StringMapEntry<PooledString> entry_t; typedef in class:llvm::StringPool
79 typedef StringPool::entry_t entry_t; typedef in class:llvm::PooledStringPtr
80 entry_t *S;
85 explicit PooledStringPtr(entry_t *E) : S(E) {
  /external/swiftshader/third_party/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) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
StringPool.h 56 typedef StringMapEntry<PooledString> entry_t; typedef in class:llvm::StringPool
79 typedef StringPool::entry_t entry_t; typedef in class:llvm::PooledStringPtr
80 entry_t *S;
85 explicit PooledStringPtr(entry_t *E) : S(E) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
StringPool.h 57 using entry_t = StringMapEntry<PooledString>;
80 using entry_t = StringPool::entry_t;
82 entry_t *S = nullptr;
87 explicit PooledStringPtr(entry_t *E) : S(E) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
StringPool.h 57 using entry_t = StringMapEntry<PooledString>;
80 using entry_t = StringPool::entry_t;
82 entry_t *S = nullptr;
87 explicit PooledStringPtr(entry_t *E) : S(E) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
StringPool.h 57 using entry_t = StringMapEntry<PooledString>;
80 using entry_t = StringPool::entry_t;
82 entry_t *S = nullptr;
87 explicit PooledStringPtr(entry_t *E) : S(E) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
StringPool.h 57 using entry_t = StringMapEntry<PooledString>;
80 using entry_t = StringPool::entry_t;
82 entry_t *S = nullptr;
87 explicit PooledStringPtr(entry_t *E) : S(E) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
StringPool.h 57 using entry_t = StringMapEntry<PooledString>;
80 using entry_t = StringPool::entry_t;
82 entry_t *S = nullptr;
87 explicit PooledStringPtr(entry_t *E) : S(E) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
StringPool.h 57 using entry_t = StringMapEntry<PooledString>;
80 using entry_t = StringPool::entry_t;
82 entry_t *S = nullptr;
87 explicit PooledStringPtr(entry_t *E) : S(E) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
StringPool.h 56 typedef StringMapEntry<PooledString> entry_t; typedef in class:llvm::StringPool
79 typedef StringPool::entry_t entry_t; typedef in class:llvm::PooledStringPtr
80 entry_t *S;
85 explicit PooledStringPtr(entry_t *E) : S(E) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
StringPool.h 57 using entry_t = StringMapEntry<PooledString>;
80 using entry_t = StringPool::entry_t;
82 entry_t *S = nullptr;
87 explicit PooledStringPtr(entry_t *E) : S(E) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
StringPool.h 57 using entry_t = StringMapEntry<PooledString>;
80 using entry_t = StringPool::entry_t;
82 entry_t *S = nullptr;
87 explicit PooledStringPtr(entry_t *E) : S(E) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
StringPool.h 57 using entry_t = StringMapEntry<PooledString>;
80 using entry_t = StringPool::entry_t;
82 entry_t *S = nullptr;
87 explicit PooledStringPtr(entry_t *E) : S(E) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
StringPool.h 57 using entry_t = StringMapEntry<PooledString>;
80 using entry_t = StringPool::entry_t;
82 entry_t *S = nullptr;
87 explicit PooledStringPtr(entry_t *E) : S(E) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
StringPool.h 57 using entry_t = StringMapEntry<PooledString>;
80 using entry_t = StringPool::entry_t;
82 entry_t *S = nullptr;
87 explicit PooledStringPtr(entry_t *E) : S(E) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
StringPool.h 57 using entry_t = StringMapEntry<PooledString>;
80 using entry_t = StringPool::entry_t;
82 entry_t *S = nullptr;
87 explicit PooledStringPtr(entry_t *E) : S(E) {
  /system/bt/osi/include/
config.h 28 struct entry_t { struct
35 std::list<entry_t> entries;
  /system/libhwbinder/include/hwbinder/
BpHwBinder.h 80 struct entry_t struct in class:android::hardware::BpHwBinder::ObjectManager
87 KeyedVector<const void*, entry_t> mObjects;
  /system/bt/osi/src/
config.cc 50 static const entry_t* entry_find(const config_t& config,
56 for (const entry_t& entry : sec->entries) {
91 for (const entry_t& entry : sec.entries) {
110 const entry_t* entry = entry_find(config, section, key);
120 const entry_t* entry = entry_find(config, section, key);
130 const entry_t* entry = entry_find(config, section, key);
143 const entry_t* entry = entry_find(config, section, key);
183 for (entry_t& entry : sec->entries) {
190 sec->entries.emplace_back(entry_t{.key = key, .value = value_no_newline});
263 for (const entry_t& entry : section.entries
    [all...]
  /bionic/linker/tests/
linked_list_test.cpp 44 typedef LinkedListEntry<const char> entry_t; typedef in class:__anon1487::LinkedListTestAllocator
46 static entry_t* alloc() {
48 return reinterpret_cast<entry_t*>(::malloc(sizeof(entry_t)));
51 static void free(entry_t* p) {
  /frameworks/native/libs/binder/include/binder/
BpBinder.h 96 struct entry_t struct in class:android::BpBinder::ObjectManager
103 KeyedVector<const void*, entry_t> mObjects;
  /system/libhwbinder/
BpHwBinder.cpp 48 entry_t e;
79 const entry_t& e = mObjects.valueAt(i);
  /frameworks/native/libs/binder/
BpBinder.cpp 66 entry_t e;
97 const entry_t& e = mObjects.valueAt(i);

Completed in 991 milliseconds