Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h131 val_.int32_value_ = value; in SetInt32Value()
159 return val_.int32_value_; in GetInt32Value()
195 return val_.int32_value_ < other.val_.int32_value_;
223 return val_.int32_value_ == other.val_.int32_value_;
251 val_.int32_value_ = other.val_.int32_value_; in CopyFrom()
275 int32 int32_value_; member