Searched defs:PreviousValue (Results 1 – 1 of 1) sorted by relevance
135 struct PreviousValue { struct136 PreviousValue() : count_(0), method_size_(0), context_map_(nullptr) {} in PreviousValue() argument137 PreviousValue(uint32_t count, uint32_t method_size, PreviousContextMap* context_map) in PreviousValue() function144 typedef std::map<std::string, PreviousValue> PreviousProfile; argument