Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h135 val_.uint32_value_ = value; in SetUInt32Value()
164 return val_.uint32_value_; in GetUInt32Value()
199 return val_.uint32_value_ < other.val_.uint32_value_;
227 return val_.uint32_value_ == other.val_.uint32_value_;
257 val_.uint32_value_ = other.val_.uint32_value_; in CopyFrom()
277 uint32 uint32_value_; member