Searched refs:iValue (Results 1 – 1 of 1) sorted by relevance
150 const int64_t* iValue = entry.get_ptr<const int64_t*>(); in operator ()() 151 if (iValue != nullptr) in operator ()() 153 return {*iValue}; in operator ()() 146 const int64_t* iValue = entry->get_ptr<const int64_t*>(); operator ()() local