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

  /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)
HashEntry.h 78 typedef HashEntryTy entry_type; typedef in class:mcld::EntryFactory
StringEntry.h 135 typedef StringEntry<DataType> entry_type; typedef in class:mcld::StringEntryFactory
HashTable.h 45 typedef HashEntryTy entry_type; typedef in class:mcld::HashTable
76 entry_type* insert(const key_type& pKey, bool& pExist);
HashBase.h 33 typedef HashEntryTy entry_type; typedef in class:mcld::HashBucket
37 entry_type *Entry;
40 static entry_type* getEmptyBucket();
41 static entry_type* getTombstone();
76 typedef HashEntryTy entry_type; typedef in class:mcld::HashTableImpl
HashIterator.h 28 typedef typename HashTableImplTy::entry_type entry_type; typedef in class:mcld::ChainIteratorBase
91 inline entry_type* getEntry() {
97 inline const entry_type* getEntry() const {
167 typedef typename HashTableImplTy::entry_type entry_type; typedef in class:mcld::EntryIteratorBase
202 inline entry_type* getEntry() {
208 inline const entry_type* getEntry() const {
  /sdk/emulator/qtools/
hash_table.h 19 } entry_type; typedef in class:HashTable
26 entry_type* GetFirst();
27 entry_type* GetNext();
35 entry_type **table_;
38 entry_type *current_ptr_;
55 table_ = new entry_type*[size_];
67 entry_type *ptr, *next;
103 for (entry_type *ptr = table_[pos]; ptr; ptr = ptr->next) {
111 entry_type *ptr = new entry_type;
    [all...]
  /external/openfst/src/include/fst/extensions/far/
compile-strings.h 53 EntryType entry_type,
58 : nline_(0), strm_(istrm), source_(source), entry_type_(entry_type),
156 typename StringReader<Arc>::EntryType entry_type; local
158 entry_type = StringReader<Arc>::LINE;
160 entry_type = StringReader<Arc>::FILE;
238 (entry_type == StringReader<Arc>::FILE ? 1 :
246 entry_type, token_type, allow_negative_labels,
264 << " and entry_type = "
283 if (entry_type != StringReader<Arc>::FILE) {
farscript.h 210 const FarEntryType entry_type; member in struct:fst::script::FarPrintStringsArgs
223 const vector<string> &ifilenames, const FarEntryType entry_type,
229 ifilenames(ifilenames), entry_type(entry_type), token_type(token_type),
240 args->ifilenames, args->entry_type, args->token_type,
249 const FarEntryType entry_type,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
throw_allocator.h 189 typedef map_type::value_type entry_type; typedef in struct:annotate_base
196 entry_type
  /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
  /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
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 189 typedef map_type::value_type entry_type; typedef in struct:annotate_base
196 entry_type

Completed in 3340 milliseconds