Searched refs:kSourceValue (Results 1 – 1 of 1) sorted by relevance
69 static BackReference SourceReference() { return BackReference(kSourceValue); } in SourceReference()92 bool is_source() const { return bitfield_ == kSourceValue; } in is_source()125 static const uint32_t kSourceValue = 0xFFFFFFFE; variable