Searched refs:EntryType (Results 1 – 8 of 8) sorted by relevance
/external/openfst/src/include/fst/ |
D | generic-register.h | 40 template<class KeyType, class EntryType, class RegisterType> 44 typedef EntryType Entry; 54 const EntryType &entry) { in SetEntry() 60 EntryType GetEntry(const KeyType &key) const { in GetEntry() 61 const EntryType *entry = LookupEntry(key); in GetEntry() 74 virtual EntryType LoadEntryFromSharedObject(const KeyType &key) const { in LoadEntryFromSharedObject() 80 return EntryType(); in LoadEntryFromSharedObject() 86 const EntryType *entry = this->LookupEntry(key); in LoadEntryFromSharedObject() 90 return EntryType(); in LoadEntryFromSharedObject() 98 virtual const EntryType *LookupEntry( in LookupEntry() [all …]
|
/external/openfst/src/include/fst/extensions/far/ |
D | stlist.h | 57 typedef T EntryType; typedef 121 typedef T EntryType; typedef 247 const EntryType &GetEntry() const { in GetEntry() 260 mutable EntryType *entry_; // Pointer to the currently read entry
|
D | compile-strings.h | 49 enum EntryType { LINE = 1, FILE = 2 }; enum 53 EntryType entry_type, 126 EntryType entry_type_; 156 typename StringReader<Arc>::EntryType entry_type; in FarCompileStrings()
|
D | sttable.h | 51 typedef T EntryType; typedef 118 typedef T EntryType; typedef 226 const EntryType &GetEntry() const { in GetEntry() 320 mutable EntryType *entry_; // Pointer to the currently read entry
|
/external/clang/include/clang/AST/ |
D | DeclTemplate.h | 542 template <typename EntryType> struct SpecEntryTraits { 543 typedef EntryType DeclType; 545 static DeclType *getMostRecentDecl(EntryType *D) { in getMostRecentDecl() 550 template <typename EntryType, 551 typename _SETraits = SpecEntryTraits<EntryType>, 559 typedef typename llvm::FoldingSetVector<EntryType>::iterator 588 template <typename EntryType> 589 static SpecIterator<EntryType> 590 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) { in makeSpecIterator() 591 return SpecIterator<EntryType>(isEnd ? Specs.end() : Specs.begin()); in makeSpecIterator() [all …]
|
/external/chromium/net/disk_cache/ |
D | mem_entry_impl.h | 49 enum EntryType { enum 82 EntryType type() const { in type()
|
/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 162 template <class EntryType> 163 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType* 165 llvm::FoldingSetVector<EntryType> &Specs, in findSpecializationImpl() 168 typedef SpecEntryTraits<EntryType> SETraits; in findSpecializationImpl() 170 EntryType::Profile(ID,Args,NumArgs, getASTContext()); in findSpecializationImpl() 171 EntryType *Entry = Specs.FindNodeOrInsertPos(ID, InsertPos); in findSpecializationImpl()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 73 enum EntryType { enum 79 enum EntryType EntryKind;
|