Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h123 val_.int64_value_ = value; in SetInt64Value()
149 return val_.int64_value_; in GetInt64Value()
193 return val_.int64_value_ < other.val_.int64_value_;
221 return val_.int64_value_ == other.val_.int64_value_;
248 val_.int64_value_ = other.val_.int64_value_; in CopyFrom()
274 int64 int64_value_; member