HomeSort by relevance Sort by last modified time
    Searched refs:entry_t (Results 1 - 18 of 18) 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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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) {
  /system/bt/osi/src/
config.cc 41 } entry_t; typedef in typeref:struct:__anon113494
61 static entry_t* entry_new(const char* key, const char* value);
63 static entry_t* entry_find(const config_t* config, const char* section,
119 entry_t* entry = static_cast<entry_t*>(list_node(node_entry));
157 entry_t* entry = entry_find(config, section, key);
171 entry_t* entry = entry_find(config, section, key);
186 entry_t* entry = entry_find(config, section, key);
222 entry_t* entry = static_cast<entry_t*>(list_node(node))
    [all...]
  /frameworks/native/libs/binder/include/binder/
BpBinder.h 83 struct entry_t struct in class:android::BpBinder::ObjectManager
90 KeyedVector<const void*, entry_t> mObjects;
  /system/libhwbinder/include/hwbinder/
BpHwBinder.h 80 struct entry_t struct in class:android::hardware::BpHwBinder::ObjectManager
87 KeyedVector<const void*, entry_t> mObjects;
  /bionic/linker/tests/
linked_list_test.cpp 44 typedef LinkedListEntry<const char> entry_t; typedef in class:__anon1373::LinkedListTestAllocator
46 static entry_t* alloc() {
48 return reinterpret_cast<entry_t*>(::malloc(sizeof(entry_t)));
51 static void free(entry_t* p) {
  /system/libhwbinder/
BpHwBinder.cpp 48 entry_t e;
79 const entry_t& e = mObjects.valueAt(i);
  /frameworks/native/libs/binder/
BpBinder.cpp 48 entry_t e;
79 const entry_t& e = mObjects.valueAt(i);

Completed in 624 milliseconds