Searched defs:CRef (Results 1 – 15 of 15) sorted by relevance
434 struct CRef struct436 unsigned ItemIndex;437 int AttrIndex;438 int Parent;440 CRef(): AttrIndex(kAttrIndex_Item), Parent(-1) {} in CRef() function441 bool IsResource() const { return AttrIndex == kAttrIndex_Resource; } in IsResource()442 bool IsAltStream() const { return AttrIndex != kAttrIndex_Item; } in IsAltStream()443 bool IsItem() const { return AttrIndex == kAttrIndex_Item; } in IsItem()
1509 struct CRef struct1511 unsigned ItemIndex;1512 unsigned NodeIndex;1513 unsigned ParentRefIndex;1516 unsigned AttrIndex;1517 bool IsAltStream() const { return IsViDef(AttrIndex); } in IsAltStream()1518 unsigned GetAttrIndex() const { return AttrIndex; } in GetAttrIndex()1521 unsigned GetAttrIndex() const { return VI_MINUS1; } in GetAttrIndex()
93 struct CRef struct95 int Parent;96 UInt32 Did;
232 struct CRef struct234 const CDir *Dir;235 UInt32 Index;236 UInt32 NumExtents;237 UInt64 TotalSize;
103 data class CRef(val d: DRef) dataClass
375 struct CRef struct385 CRecordVector<CRef> Refs; argument
43 using CRef = Ref<T const>; variable
28 support::ulittle32_t CRef; member
346 …auto CRef = (NoMatchTy)&foo; // expected-error{{address of overloaded function 'foo' does not matc… in testIt() local
42 support::ulittle32_t CRef; member