Searched refs:RearGuardData (Results 1 – 4 of 4) sorted by relevance
81 class RearGuardData : public GuardData {83 RearGuardData(DebugData* debug_data, const Config& config);84 virtual ~RearGuardData() = default;93 BIONIC_DISALLOW_COPY_AND_ASSIGN(RearGuardData);
90 RearGuardData::RearGuardData(DebugData* debug_data, const Config& config) in RearGuardData() function in RearGuardData93 bool RearGuardData::Valid(const Header* header) { in Valid()97 void RearGuardData::LogFailure(const Header* header) { in LogFailure()
56 rear_guard.reset(new RearGuardData(this, config_)); in Initialize()
87 std::unique_ptr<RearGuardData> rear_guard;