HomeSort by relevance Sort by last modified time
    Searched refs:TypeEntry (Results 1 - 14 of 14) sorted by null

  /frameworks/base/cmds/idmap2/include/idmap2/
Idmap.h 162 class TypeEntry {
164 static std::unique_ptr<const TypeEntry> FromBinaryStream(std::istream& stream);
189 TypeEntry() {
198 DISALLOW_COPY_AND_ASSIGN(TypeEntry);
207 inline const std::vector<std::unique_ptr<const TypeEntry>>& GetTypeEntries() const {
218 std::vector<std::unique_ptr<const TypeEntry>> type_entries_;
270 virtual void visit(const IdmapData::TypeEntry& type_entry) = 0;
BinaryStreamVisitor.h 36 virtual void visit(const IdmapData::TypeEntry& type_entry);
PrettyPrintVisitor.h 40 virtual void visit(const IdmapData::TypeEntry& type_entry);
RawPrintVisitor.h 41 virtual void visit(const IdmapData::TypeEntry& type_entry);
  /frameworks/base/cmds/idmap2/libidmap2/
PrettyPrintVisitor.cpp 51 void PrettyPrintVisitor::visit(const IdmapData::TypeEntry& type_entry) {
Idmap.cpp 199 std::unique_ptr<const IdmapData::TypeEntry> IdmapData::TypeEntry::FromBinaryStream(
201 std::unique_ptr<IdmapData::TypeEntry> data(new IdmapData::TypeEntry());
229 std::unique_ptr<const TypeEntry> type = IdmapData::TypeEntry::FromBinaryStream(stream);
448 std::unique_ptr<IdmapData::TypeEntry> type(new IdmapData::TypeEntry());
484 void IdmapData::TypeEntry::accept(Visitor* v) const {
BinaryStreamVisitor.cpp 66 void BinaryStreamVisitor::visit(const IdmapData::TypeEntry& type_entry) {
RawPrintVisitor.cpp 61 void RawPrintVisitor::visit(const IdmapData::TypeEntry& type_entry) {
  /frameworks/base/cmds/idmap2/tests/
IdmapTests.cpp 86 std::unique_ptr<const IdmapData::TypeEntry> data = IdmapData::TypeEntry::FromBinaryStream(stream);
105 const std::vector<std::unique_ptr<const IdmapData::TypeEntry>>& types = data->GetTypeEntries();
145 const std::vector<std::unique_ptr<const IdmapData::TypeEntry>>& types = data->GetTypeEntries();
211 const std::vector<std::unique_ptr<const IdmapData::TypeEntry>>& types = data->GetTypeEntries();
248 const std::vector<std::unique_ptr<const IdmapData::TypeEntry>>& types = data->GetTypeEntries();
278 const std::vector<std::unique_ptr<const IdmapData::TypeEntry>>& types = data->GetTypeEntries();
307 const std::vector<std::unique_ptr<const IdmapData::TypeEntry>>& types = data->GetTypeEntries();
339 const std::vector<std::unique_ptr<const IdmapData::TypeEntry>>& types = data->GetTypeEntries();
374 const std::vector<std::unique_ptr<const IdmapData::TypeEntry>>& types = data->GetTypeEntries()
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 396 DenseMap<unsigned, unsigned> TypeEntry;
406 unsigned &Entry = TypeEntry[CTMTy];
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherOpt.cpp 460 DenseMap<unsigned, unsigned> TypeEntry;
470 unsigned &Entry = TypeEntry[CTMTy];
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 406 DenseMap<unsigned, unsigned> TypeEntry;
416 unsigned &Entry = TypeEntry[CTMTy];
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 868 milliseconds