Home
last modified time | relevance | path

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

/external/libchrome/base/debug/
Dactivity_tracker.cc297 return short_value_ != 0; in GetBool()
302 return static_cast<char>(short_value_); in GetChar()
307 return static_cast<int64_t>(short_value_); in GetInt()
312 return static_cast<uint64_t>(short_value_); in GetUint()
400 value.short_value_ = *reinterpret_cast<char*>(entry.second.memory); in CreateSnapshot()
404 value.short_value_ = *reinterpret_cast<uint64_t*>(entry.second.memory); in CreateSnapshot()
Dactivity_tracker.h397 uint64_t short_value_; // Used to hold copy of numbers, etc. variable