Home
last modified time | relevance | path

Searched refs:DataEntry (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/include/ports/
H A DSkFontMgr_indirect.h63 struct DataEntry { struct in SkFontMgr_Indirect
68 DataEntry() = default;
70 DataEntry(DataEntry&& that) { *this = std::move(that); } in DataEntry() function
71 DataEntry& operator=(DataEntry&& that) { in operator =()
84 ~DataEntry() { in ~DataEntry()
96 mutable SkTArray<DataEntry> fDataCache;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFObjectFile.cpp540 const data_directory *DataEntry; in initImportTablePtr() local
541 if (getDataDirectory(COFF::IMPORT_TABLE, DataEntry)) in initImportTablePtr()
545 if (DataEntry->RelativeVirtualAddress == 0) in initImportTablePtr()
548 uint32_t ImportTableRva = DataEntry->RelativeVirtualAddress; in initImportTablePtr()
555 if (std::error_code EC = checkOffset(Data, IntPtr, DataEntry->Size)) in initImportTablePtr()
564 const data_directory *DataEntry; in initDelayImportTablePtr() local
565 if (getDataDirectory(COFF::DELAY_IMPORT_DESCRIPTOR, DataEntry)) in initDelayImportTablePtr()
567 if (DataEntry->RelativeVirtualAddress == 0) in initDelayImportTablePtr()
570 uint32_t RVA = DataEntry->RelativeVirtualAddress; in initDelayImportTablePtr()
571 NumberOfDelayImportDirectory = DataEntry in initDelayImportTablePtr()
586 const data_directory *DataEntry; initExportTablePtr() local
604 const data_directory *DataEntry; initBaseRelocPtr() local
624 const data_directory *DataEntry; initDebugDirectoryPtr() local
649 const data_directory *DataEntry; initLoadConfigPtr() local
1530 const data_directory *DataEntry; isForwarder() local
[all...]
H A DWindowsResource.cpp429 UNWRAP_REF_OR_RETURN(DataEntry, RSR.getEntryData(Entry)); in addChildren()
436 UNWRAP_OR_RETURN(Contents, RSR.getContents(DataEntry)); in addChildren()
/third_party/typescript/tests/baselines/reference/
H A DcorrelatedUnions.js66 type DataEntry<K extends Keys = Keys> = { [P in K]: {
71 const data: DataEntry[] = [
77 function process<K extends Keys>(data: DataEntry<K>[]) {
408 type DataEntry<K extends Keys = Keys> = {
414 declare const data: DataEntry[];
415 declare function process<K extends Keys>(data: DataEntry<K>[]): void;
/third_party/skia/src/fonts/
H A DSkFontMgr_indirect.cpp88 const DataEntry& entry = fDataCache[i]; in createTypefaceFromFontId()
128 DataEntry& newEntry = fDataCache.push_back(); in createTypefaceFromFontId()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.h261 typedef std::pair<int32, string> DataEntry; typedef in google::protobuf::compiler::objectivec::TextFormatDecodeData
262 std::vector<DataEntry> entries_;
H A Dobjectivec_helpers.cc1251 for (std::vector<DataEntry>::const_iterator i = entries_.begin(); in AddString()
1264 entries_.push_back(DataEntry(key, data)); in AddString()
1275 for (std::vector<DataEntry>::const_iterator i = entries_.begin(); in Data()

Completed in 9 milliseconds