• Home
  • Raw
  • Download

Lines Matching refs:UInt32Value

79 class UInt32Value;  variable
94 … PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::UInt32Value* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_…
871 class PROTOBUF_EXPORT UInt32Value :
874 UInt32Value();
875 virtual ~UInt32Value();
877 UInt32Value(const UInt32Value& from);
878 UInt32Value(UInt32Value&& from) noexcept in UInt32Value() function
879 : UInt32Value() { in UInt32Value()
883 inline UInt32Value& operator=(const UInt32Value& from) {
887 inline UInt32Value& operator=(UInt32Value&& from) noexcept {
911 static const UInt32Value& default_instance();
914 static inline const UInt32Value* internal_default_instance() { in internal_default_instance()
915 return reinterpret_cast<const UInt32Value*>( in internal_default_instance()
921 friend void swap(UInt32Value& a, UInt32Value& b) { in swap()
924 inline void Swap(UInt32Value* other) { in Swap()
932 void UnsafeArenaSwap(UInt32Value* other) { in UnsafeArenaSwap()
940 inline UInt32Value* New() const final { in New()
941 return CreateMaybeMessage<UInt32Value>(nullptr); in New()
944 UInt32Value* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New()
945 return CreateMaybeMessage<UInt32Value>(arena); in New()
949 void CopyFrom(const UInt32Value& from);
950 void MergeFrom(const UInt32Value& from);
971 void InternalSwap(UInt32Value* other);
977 explicit UInt32Value(::PROTOBUF_NAMESPACE_ID::Arena* arena);
1617 inline void UInt32Value::clear_value() { in clear_value()
1620 inline ::PROTOBUF_NAMESPACE_ID::uint32 UInt32Value::value() const { in value()
1624 inline void UInt32Value::set_value(::PROTOBUF_NAMESPACE_ID::uint32 value) { in set_value()