Home
last modified time | relevance | path

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

/external/protobuf/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
/external/v8/src/
Ddeoptimizer.h128 uint32_t uint32_value_; member
Ddeoptimizer.cc2358 slot.uint32_value_ = value; in NewUInt32()
2367 slot.uint32_value_ = value; in NewBool()
2404 return uint32_value_; in uint32_value()