Searched refs:isUidField (Results 1 – 3 of 3) sorted by relevance
124 bool isUid = isAttributionUidField(value) || isUidField(value); in getUidIfExists()136 bool isUidField(const FieldValue& fieldValue) { in isUidField() function137 return fieldValue.mAnnotations.isUidField(); in isUidField()
394 inline bool isUidField() const { return getValueFromBitmask(UID_POS); } in isUidField() function452 bool isUidField(const FieldValue& fieldValue);
86 if (isAttributionUidField(fieldValue) || isUidField(fieldValue)) { in tryMatchString()