// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.CountingBloomFilter

namespace UnityEngine.UIElements
{
public class CountingBloomFilter // TypeDefIndex: 5403
{
	// Fields
	type#30621 m_Counters;

	// Methods
	// RVA: -1
	private type#28660 AdjustSlot(type#27917 index, type#15313 increment) { }
	// RVA: -1
	private type#27917 Hash1(type#27917 hash) { }
	// RVA: -1
	private type#27917 Hash2(type#27917 hash) { }
	// RVA: -1
	private type#15313 IsSlotEmpty(type#27917 index) { }
	// RVA: -1
	public type#28660 InsertHash(type#27917 hash) { }
	// RVA: -1
	public type#28660 RemoveHash(type#27917 hash) { }
	// RVA: -1
	public type#15313 ContainsHash(type#27917 hash) { }
}
}
