Home
last modified time | relevance | path

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

/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 {