Home
last modified time | relevance | path

Searched refs:IsFrozen (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h164 return IsFrozen.load(); in isFrozen()
169 return IsFrozen.exchange(true); in freeze()
211 std::atomic_bool IsFrozen; variable
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp349 BlockInfoRecordsMap() : IsFrozen(false) { in BlockInfoRecordsMap()
/external/protobuf/php/ext/google/protobuf/
Dupb.h1061 bool IsFrozen() const;
1157 bool IsFrozen() const { \
1158 return upb::upcast_to<const upb::RefCounted>(this)->IsFrozen(); \
1235 inline bool RefCounted::IsFrozen() const { in IsFrozen() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h1347 bool IsFrozen() const;
1445 bool IsFrozen() const { \
1446 return upb::upcast_to<const upb::RefCounted>(this)->IsFrozen(); \
1523 inline bool RefCounted::IsFrozen() const {