#ifdef UNSAFE_BUFFERS_BUILD
#pragma allow_unsafe_buffers
#endif
#include "components/gwp_asan/common/lightweight_detector_state.h"
namespace gwp_asan::internal {
bool LightweightDetectorState::IsValid() const { … }
LightweightDetectorState::SlotMetadata::SlotMetadata() = default;
LightweightDetectorState::SlotMetadata&
LightweightDetectorState::GetSlotMetadataById(
MetadataId id,
LightweightDetectorState::SlotMetadata* metadata_arr) { … }
bool LightweightDetectorState::HasMetadataForId(
MetadataId id,
LightweightDetectorState::SlotMetadata* metadata_arr) { … }
}