Home
last modified time | relevance | path

Searched defs:DataEntry (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/include/ports/
DSkFontMgr_indirect.h64 struct DataEntry { struct
69 DataEntry() { } in DataEntry() function
71 DataEntry(DataEntry&& that) in DataEntry() argument
81 ~DataEntry() { in ~DataEntry() argument
/third_party/skia/include/ports/
DSkFontMgr_indirect.h63 struct DataEntry { struct
68 DataEntry() = default; argument
70 DataEntry(DataEntry&& that) { *this = std::move(that); } in DataEntry() argument
84 ~DataEntry() { in ~DataEntry() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFObjectFile.cpp540 const data_directory *DataEntry; in initImportTablePtr() local
564 const data_directory *DataEntry; in initDelayImportTablePtr() local
586 const data_directory *DataEntry; in initExportTablePtr() local
604 const data_directory *DataEntry; in initBaseRelocPtr() local
624 const data_directory *DataEntry; in initDebugDirectoryPtr() local
649 const data_directory *DataEntry; in initLoadConfigPtr() local
1530 const data_directory *DataEntry; in isForwarder() local
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.h261 typedef std::pair<int32, string> DataEntry; typedef