Lines Matching defs:num_matches
1275 uint32_t num_matches = 0;
1278 num_matches = module->ResolveSymbolContextsForFileSpec(
1299 return num_matches;
1559 uint32_t num_matches = 0;
1562 num_matches = symtab->AppendSymbolIndexesMatchingRegExAndType(
1565 num_matches =
1569 if (num_matches > 0) {
1571 strm.Printf("%u symbols match %s'%s' in ", num_matches,
1579 for (uint32_t i = 0; i < num_matches; ++i) {
1611 return num_matches;
1642 size_t num_matches = 0;
1651 num_matches = sc_list.GetSize();
1652 if (num_matches) {
1654 strm.Printf("%" PRIu64 " match%s found in ", (uint64_t)num_matches,
1655 num_matches > 1 ? "es" : "");
1662 return num_matches;
1686 const uint64_t num_matches = type_list.GetSize();
1689 strm.Printf("%" PRIu64 " match%s found in ", num_matches,
1690 num_matches > 1 ? "es" : "");
1769 const uint32_t num_matches = module->ResolveSymbolContextsForFileSpec(
1771 if (num_matches > 0) {
1773 strm.Printf("%u match%s found in ", num_matches,
1774 num_matches > 1 ? "es" : "");
1784 return num_matches;
1817 const size_t num_matches = module_list.GetSize();
1821 if (num_matches == 0) {
2045 const size_t num_matches =
2047 if (num_matches > 0) {
2056 num_dumped, num_matches))
2134 const size_t num_matches =
2136 if (num_matches > 0) {
2137 for (size_t i = 0; i < num_matches; ++i) {
2140 i, num_matches))
2266 const size_t num_matches =
2268 if (num_matches == 0) {
2278 for (size_t i = 0; i < num_matches; ++i) {
2281 i, num_matches))
2345 const size_t num_matches =
2347 if (num_matches > 0) {
2348 for (size_t i = 0; i < num_matches; ++i) {
2351 i, num_matches))
2572 const size_t num_matches =
2574 if (num_matches > 0) {
2575 for (size_t i = 0; i < num_matches; ++i) {
2579 i, num_matches))
2904 const size_t num_matches = FindModulesByName(
2906 if (num_matches == 1) {
2909 } else if (num_matches > 1) {
2929 const size_t num_matches = matching_modules.GetSize();
2932 if (num_matches == 1) {
3076 if (num_matches > 1) {
3080 for (size_t i = 0; i < num_matches; ++i) {
3221 const size_t num_matches = FindModulesByName(
3223 if (num_matches == 0) {
4105 const size_t num_matches =
4107 if (num_matches > 0) {
4108 for (size_t j = 0; j < num_matches; ++j) {