HomeSort by relevance Sort by last modified time
    Searched defs:entry_type (Results 1 - 20 of 20) sorted by null

  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntryFactory.h 21 typedef HashEntryTy entry_type; typedef in class:mcld::HashEntryFactory
25 entry_type* produce(const key_type& pKey) {
29 void destroy(entry_type*& pEntry) { HashEntryTy::Destroy(pEntry); }
HashEntry.h 68 typedef HashEntryTy entry_type; typedef in class:mcld::EntryFactory
StringEntry.h 111 typedef StringEntry<DataType> entry_type; typedef in class:mcld::StringEntryFactory
HashTable.h 41 typedef HashEntryTy entry_type; typedef in class:mcld::HashTable
71 entry_type* insert(const key_type& pKey, bool& pExist);
HashBase.h 31 typedef HashEntryTy entry_type; typedef in class:mcld::HashBucket
35 entry_type* Entry;
38 static entry_type* getEmptyBucket();
39 static entry_type* getTombstone();
71 typedef HashEntryTy entry_type; typedef in class:mcld::HashTableImpl
HashIterator.h 24 typedef typename HashTableImplTy::entry_type entry_type; typedef in class:mcld::ChainIteratorBase
83 inline entry_type* getEntry() {
89 inline const entry_type* getEntry() const {
157 typedef typename HashTableImplTy::entry_type entry_type; typedef in class:mcld::EntryIteratorBase
187 inline entry_type* getEntry() {
193 inline const entry_type* getEntry() const {
  /external/v8/tools/clang/plugins/
CheckIPCVisitor.h 70 clang::QualType entry_type; member in struct:chrome_checker::CheckIPCVisitor::CheckDetails
CheckIPCVisitor.cpp 216 if (details->entry_type.isNull()) {
217 details->entry_type = type;
274 std::string entry_type = details.entry_type.getAsString(); local
278 if (entry_type != exit_type) {
279 via = " via '" + entry_type + "'";
  /external/ltp/testcases/kernel/syscalls/getdents/
getdents01.c 55 enum entry_type { enum
63 enum entry_type type;
  /external/brotli/research/
find_opt_references.cc 39 typedef std::pair<int, std::vector<int> > entry_type; typedef
92 int left_lcp, entry_type* entry) {
104 int right_ix, int right_lcp, entry_type* entry) {
117 int right_lcp, entry_type* entries) {
164 void ProcessEntries(entry_type* entries, size_t size, FILE* fout) {
169 entry_type& entry = entries[idx];
237 entry_type* entries;
239 entries = new entry_type[input_size];
  /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-linux-glibc2.15-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/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
throw_allocator.h 297 typedef map_alloc_type::value_type entry_type; typedef in struct:annotate_base
307 entry_type
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
throw_allocator.h 297 typedef map_alloc_type::value_type entry_type; typedef in struct:annotate_base
307 entry_type
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
throw_allocator.h 297 typedef map_alloc_type::value_type entry_type; typedef in struct:annotate_base
307 entry_type
  /external/pdfium/third_party/libtiff/
tif_dirwrite.c 2578 uint16 entry_type = 0; local
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc 2659 const Descriptor* entry_type = field_descriptor->message_type(); local
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 430 #define GET_SUM_TYPE(footer) ((footer)->entry_type)
431 #define SET_SUM_TYPE(footer, type) ((footer)->entry_type = type)
788 unsigned char entry_type; /* SUM_TYPE_XXX */ member in struct:summary_footer
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 4722 int entry_type; local
    [all...]

Completed in 1394 milliseconds