Searched refs:uidField (Results 1 – 6 of 6) sorted by relevance
91 int uidField = it->second; // uidField is the field number in proto, in mapAndMergeIsolatedUidsToHostUid() local93 if (uidField > 0 && (int)event->getValues().size() >= uidField && in mapAndMergeIsolatedUidsToHostUid()94 (event->getValues())[uidField - 1].mValue.getType() == INT) { in mapAndMergeIsolatedUidsToHostUid()95 Value& value = (*event->getMutableValues())[uidField - 1].mValue; in mapAndMergeIsolatedUidsToHostUid()
50 uidField(that.uidField), in AtomDecl()313 if (atomDecl->uidField == 0) { in collate_atom()314 atomDecl->uidField = it->first; in collate_atom()
105 if (atom->uidField == 0) { in write_atoms_info_cpp_body()113 make_constant_name(atom->name).c_str(), atom->uidField); in write_atoms_info_cpp_body()
90 int uidField = 0; member
153 int uidField = it->second; // uidField is the field number in proto, in mapIsolatedUidToHostUidIfNecessaryLocked() local155 if (uidField > 0 && (int)event->getValues().size() >= uidField && in mapIsolatedUidToHostUidIfNecessaryLocked()156 (event->getValues())[uidField - 1].mValue.getType() == INT) { in mapIsolatedUidToHostUidIfNecessaryLocked()157 Value& value = (*event->getMutableValues())[uidField - 1].mValue; in mapIsolatedUidToHostUidIfNecessaryLocked()
135 int uidField = it->second; // uidField is the field number in proto in getUidIfExists() local136 isUid = value.mField.getDepth() == 0 && value.mField.getPosAtDepth(0) == uidField && in getUidIfExists()