Searched refs:uidField (Results 1 – 5 of 5) sorted by relevance
115 int uidField; in mergeIsolatedUidsToHostUid() local121 uidField = it->second; // uidField is the field number in proto, in mergeIsolatedUidsToHostUid()136 if (uidField > 0 && (int)data[i]->getValues().size() >= uidField && in mergeIsolatedUidsToHostUid()137 (data[i]->getValues())[uidField - 1].mValue.getType() == INT) { in mergeIsolatedUidsToHostUid()138 uid = (*data[i]->getMutableValues())[uidField - 1].mValue.int_value; in mergeIsolatedUidsToHostUid()
50 uidField(that.uidField) {} in AtomDecl()272 if (atomDecl->uidField == 0) { in collate_atom()273 atomDecl->uidField = it->first; in collate_atom()
87 int uidField = 0; member
160 if (atom->uidField == 0) { in write_stats_log_cpp()168 make_constant_name(atom->name).c_str(), atom->uidField); in write_stats_log_cpp()
132 int uidField = it->second; // uidField is the field number in proto, in mapIsolatedUidToHostUidIfNecessaryLocked() local134 if (uidField > 0 && (int)event->getValues().size() >= uidField && in mapIsolatedUidToHostUidIfNecessaryLocked()135 (event->getValues())[uidField - 1].mValue.getType() == INT) { in mapIsolatedUidToHostUidIfNecessaryLocked()136 Value& value = (*event->getMutableValues())[uidField - 1].mValue; in mapIsolatedUidToHostUidIfNecessaryLocked()