Lines Matching refs:HashableDimensionKey
105 StatsDimensionsValueParcel HashableDimensionKey::toStatsDimensionsValueParcel() const { in toStatsDimensionsValueParcel()
123 android::hash_t hashDimension(const HashableDimensionKey& value) { in hashDimension()
166 HashableDimensionKey* output) { in filterValues()
183 bool filterPrimaryKey(const std::vector<FieldValue>& values, HashableDimensionKey* output) { in filterPrimaryKey()
213 HashableDimensionKey* conditionDimension) { in getDimensionForCondition()
231 HashableDimensionKey* statePrimaryKey) { in getDimensionForState()
250 bool containsLinkedStateValues(const HashableDimensionKey& whatKey, in containsLinkedStateValues()
251 const HashableDimensionKey& primaryKey, in containsLinkedStateValues()
305 bool HashableDimensionKey::operator!=(const HashableDimensionKey& that) const { in operator !=()
309 bool HashableDimensionKey::operator==(const HashableDimensionKey& that) const { in operator ==()
322 bool HashableDimensionKey::operator<(const HashableDimensionKey& that) const { in operator <()
326 bool HashableDimensionKey::contains(const HashableDimensionKey& that) const { in contains()
351 string HashableDimensionKey::toString() const { in toString()