Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h127 val_.uint64_value_ = value; in SetUInt64Value()
154 return val_.uint64_value_; in GetUInt64Value()
197 return val_.uint64_value_ < other.val_.uint64_value_;
225 return val_.uint64_value_ == other.val_.uint64_value_;
254 val_.uint64_value_ = other.val_.uint64_value_; in CopyFrom()
276 uint64 uint64_value_; member