Searched refs:PerThreadAssertType (Results 1 – 2 of 2) sorted by relevance
49 bool Get(PerThreadAssertType type) const { return assert_states_[type]; } in Get()50 void Set(PerThreadAssertType type, bool x) { assert_states_[type] = x; } in Set()71 template <PerThreadAssertType kType, bool kAllow>84 template <PerThreadAssertType kType, bool kAllow>96 template <PerThreadAssertType kType, bool kAllow>
19 enum PerThreadAssertType { enum37 template <PerThreadAssertType kType, bool kAllow>71 template <PerThreadAssertType type, bool allow>