Searched refs:IsFrozen (Results 1 – 3 of 3) sorted by relevance
161 bool isFrozen() const { return IsFrozen.load(); } in isFrozen()164 bool freeze() { return IsFrozen.exchange(true); } in freeze()207 std::atomic_bool IsFrozen; variable
346 : IsFrozen(false) { in BlockInfoRecordsMap()
1447 bool IsFrozen() const;1545 bool IsFrozen() const { \1546 return upb::upcast_to<const upb::RefCounted>(this)->IsFrozen(); \1623 inline bool RefCounted::IsFrozen() const {