Lines Matching refs:FragmentRef
27 class FragmentRef {
41 static FragmentRef* Create(Fragment& pFrag, uint64_t pOffset);
43 static FragmentRef* Create(LDSection& pSection, uint64_t pOffset);
48 static FragmentRef* Null();
51 FragmentRef& assign(const FragmentRef& pCopy);
53 FragmentRef& assign(Fragment& pFrag, Offset pOffset = 0);
75 friend FragmentRef& NullFragmentRef();
76 friend class Chunk<FragmentRef, MCLD_SECTIONS_PER_INPUT>;
79 FragmentRef();
81 explicit FragmentRef(Fragment& pFrag, Offset pOffset = 0);
88 static FragmentRef g_NullFragmentRef;