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

1 2

  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntryFactory.h 22 typedef HashEntryTy entry_type; typedef in class:mcld::HashEntryFactory
26 entry_type* produce(const key_type& pKey)
29 void destroy(entry_type*& pEntry)
HashBase.h 30 typedef HashEntryTy entry_type; typedef in class:mcld::HashBucket
34 entry_type *Entry;
37 static entry_type* getEmptyBucket();
38 static entry_type* getTombstone();
73 typedef HashEntryTy entry_type; typedef in class:mcld::HashTableImpl
HashIterator.h 25 typedef typename HashTableImplTy::entry_type entry_type; typedef in class:mcld::ChainIteratorBase
88 inline entry_type* getEntry() {
94 inline const entry_type* getEntry() const {
164 typedef typename HashTableImplTy::entry_type entry_type; typedef in class:mcld::EntryIteratorBase
199 inline entry_type* getEntry() {
205 inline const entry_type* getEntry() const {
HashEntry.h 75 typedef HashEntryTy entry_type; typedef in class:mcld::EntryFactory
HashTable.h 42 typedef HashEntryTy entry_type; typedef in class:mcld::HashTable
73 entry_type* insert(const key_type& pKey, bool& pExist);
StringEntry.h 132 typedef StringEntry<DataType> entry_type; typedef in class:mcld::StringEntryFactory
  /frameworks/compile/mclinker/unittests/
HashTableTest.cpp 85 HashTableTy::entry_type* entry = 0;
112 HashTableTy::entry_type* val = hashTable->insert(key, exist);
128 HashTableTy::entry_type* entry = 0;
150 HashTableTy::entry_type* entry = 0;
175 HashTableTy::entry_type* entry = 0;
198 HashTableTy::entry_type* entry = 0;
234 HashTableTy::entry_type* entry = 0;
255 HashTableTy::entry_type* entry = 0;
278 HashTableTy::entry_type* entry = 0;
309 HashTableTy::entry_type* entry = 0
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 33 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
107 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(DirIterator& pIter);
144 DirCache::entry_type* m_pEntry;
FileSystem.h 93 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
  /external/chromium_org/chrome/renderer/extensions/
file_browser_handler_custom_bindings.cc 50 blink::WebDOMFileSystem::EntryType entry_type = local
62 entry_type, local
  /external/chromium_org/third_party/libevent/
event_rpcgen.py     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 162 typedef map_type::value_type entry_type; typedef in class:throw_allocator_base
169 static entry_type
315 throw_allocator_base::entry_type
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 162 typedef map_type::value_type entry_type; typedef in class:throw_allocator_base
169 static entry_type
315 throw_allocator_base::entry_type
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 162 typedef map_type::value_type entry_type; typedef in class:throw_allocator_base
169 static entry_type
315 throw_allocator_base::entry_type
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
throw_allocator.h 162 typedef map_type::value_type entry_type; typedef in class:throw_allocator_base
169 static entry_type
315 throw_allocator_base::entry_type
  /frameworks/compile/mclinker/lib/LD/
SectionSymbolSet.cpp 56 SectHashTableType::entry_type* entry =
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc 222 return entry.entry_type == BrowsingHistoryHandler::HistoryEntry::LOCAL_ENTRY;
264 BrowsingHistoryHandler::HistoryEntry::EntryType entry_type,
269 this->entry_type = entry_type;
282 : entry_type(EMPTY_ENTRY), is_search_result(false), blocked_visit(false) {
700 if (entry->entry_type != it->entry_type) {
701 entry->entry_type =
    [all...]
history_ui.h 64 EntryType entry_type; member in struct:BrowsingHistoryHandler::HistoryEntry
  /external/chromium_org/extensions/renderer/
file_system_natives.cc 93 blink::WebDOMFileSystem::EntryType entry_type = local
107 entry_type, local
  /external/f2fs-tools/include/
f2fs_fs.h 213 #define GET_SUM_TYPE(footer) ((footer)->entry_type)
214 #define SET_SUM_TYPE(footer, type) ((footer)->entry_type = type)
518 unsigned char entry_type; /* SUM_TYPE_XXX */ member in struct:summary_footer
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job.h 231 bool AlreadyFetchedEntry(const GURL& url, int entry_type);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
throw_allocator.h 189 typedef map_type::value_type entry_type; typedef in struct:annotate_base
196 entry_type
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 181 typedef map_type::value_type entry_type; typedef in struct:annotate_base
188 entry_type
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 181 typedef map_type::value_type entry_type; typedef in struct:annotate_base
188 entry_type
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 189 typedef map_type::value_type entry_type; typedef in struct:annotate_base
196 entry_type

Completed in 744 milliseconds

1 2