Searched refs:uIntDest (Results 1 – 1 of 1) sorted by relevance
309 if (uint64_t uIntDest = DEFAULT_UINT_VALUE; builder_->ParseValueByKey(key, uIntDest) && in GetEventIntValue() local310 (uIntDest <= static_cast<uint64_t>(std::numeric_limits<int64_t>::max()))) { in GetEventIntValue()311 return static_cast<int64_t>(uIntDest); in GetEventIntValue()326 if (uint64_t uIntDest = DEFAULT_UINT_VALUE; builder_->ParseValueByKey(key, uIntDest)) { in GetEventUintValue() local327 return uIntDest; in GetEventUintValue()352 if (uint64_t uIntDest = DEFAULT_UINT_VALUE; builder_->ParseValueByKey(key, uIntDest)) { in GetEventDoubleValue() local353 return static_cast<double>(uIntDest); in GetEventDoubleValue()