Searched defs:EntryType (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/processor/
H A Dmap_serializers_unittest.cc50 typedef int32_t EntryType; typedef
63 std::map<AddrType, EntryType> std_map_;
64 google_breakpad::StdMapSerializer<AddrType, EntryType> serializer_;
135 google_breakpad::AddressMap<AddrType, EntryType> address_map_;
136 google_breakpad::AddressMapSerializer<AddrType, EntryType> serializer_;
210 google_breakpad::RangeMap<AddrType, EntryType> range_map_;
211 google_breakpad::RangeMapSerializer<AddrType, EntryType> serializer_;
283 google_breakpad::ContainedRangeMap<AddrType, EntryType> crm_map_;
284 google_breakpad::ContainedRangeMapSerializer<AddrType, EntryType> serializer_;
H A Dstatic_range_map_unittest.cc46 typedef int EntryType; typedef in namespace:__anon5244
47 typedef google_breakpad::StaticRangeMap< AddressType, EntryType > TestMap;
48 typedef google_breakpad::RangeMap< AddressType, EntryType > RMap;
60 EntryType id;
196 RangeMapSerializer<AddressType, EntryType> serializer_;
246 const EntryType* id;
314 const EntryType* last_entry = 0;
315 const EntryType* entry;
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DAuxVector.h45 enum EntryType { enum in class:AuxVector
91 FindEntry(EntryType type) const;
95 return GetEntryName(static_cast<EntryType>(entry.type));
99 GetEntryName(EntryType type);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h56 enum EntryType { E_Location, E_Integer, E_ConstantFP, E_ConstantInt }; enum in struct:llvm::DebugLocEntry::Value
57 enum EntryType EntryKind;
/external/openfst/src/include/fst/extensions/far/
H A Dcompile-strings.h49 enum EntryType { LINE = 1, FILE = 2 }; enum in class:fst::StringReader
53 EntryType entry_type,
126 EntryType entry_type_;
156 typename StringReader<Arc>::EntryType entry_type;
H A Dstlist.h57 typedef T EntryType; typedef in class:fst::STListWriter
101 EntryWriter entry_writer_; // Write functor for 'EntryType'
121 typedef T EntryType; typedef in class:fst::STListReader
247 const EntryType &GetEntry() const {
254 EntryReader entry_reader_; // Read functor for 'EntryType'
260 mutable EntryType *entry_; // Pointer to the currently read entry
H A Dsttable.h51 typedef T EntryType; typedef in class:fst::STTableWriter
97 EntryWriter entry_writer_; // Write functor for 'EntryType'
118 typedef T EntryType; typedef in class:fst::STTableReader
226 const EntryType &GetEntry() const {
312 EntryReader entry_reader_; // Read functor for 'EntryType'
320 mutable EntryType *entry_; // Pointer to the currently read entry

Completed in 162 milliseconds