Searched refs:duplicated (Results 1 – 9 of 9) sorted by relevance
45 bool duplicated; member49 CallChainRoot() : duplicated(false), children_period(0) {} in CallChainRoot()
63 BUILD_COMPARE_VALUE_FUNCTION(CompareCallGraphDuplicated, callchain.duplicated);
257 sample->callchain.duplicated = true; in AddCallChainDuplicateInfo()
121 if (brief_callgraph_ && sample->callchain.duplicated) { in operator()
28 * Developer confusion about missing and de-duplicated logs40 * No gaps in logs, no de-duplicated logs => no developer confusion
1267 bool duplicated = !nested_type_names.emplace(t->GetName()).second; in CheckValidWithMembers() local1268 if (duplicated) { in CheckValidWithMembers()1301 bool duplicated = !fieldnames.emplace(v->GetName()).second; in CheckValidWithMembers() local1302 if (duplicated) { in CheckValidWithMembers()1356 bool duplicated = !getters.emplace(v->GetCapitalizedName()).second; in CheckValidForGetterNames() local1357 if (duplicated) { in CheckValidForGetterNames()
381 // Definition has been duplicated from390 // Definition has been duplicated from
878 std::cerr << "ERROR: duplicated argument or result name "887 std::cerr << "ERROR: duplicated argument or result name "