Searched defs:ArenaStringPtr (Results 1 – 1 of 1) sorted by relevance
68 struct PROTOBUF_EXPORT ArenaStringPtr { struct69 inline void Set(const ::std::string* default_value, in Set()78 inline void SetLite(const ::std::string* default_value, in SetLite()84 inline const ::std::string& Get() const { return *ptr_; } in Get()86 inline ::std::string* Mutable(const ::std::string* default_value, in Mutable()98 inline ::std::string* Release(const ::std::string* default_value, in Release()107 inline ::std::string* ReleaseNonDefault(const ::std::string* default_value, in ReleaseNonDefault()127 inline ::std::string* UnsafeArenaRelease(const ::std::string* default_value, in UnsafeArenaRelease()140 inline void SetAllocated(const ::std::string* default_value, in SetAllocated()172 PROTOBUF_ALWAYS_INLINE void Swap(ArenaStringPtr* other) { in Swap() argument[all …]