OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:birth_counts
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/
tracked_objects.cc
441
BirthCountMap
birth_counts
;
local
446
&
birth_counts
);
454
for (const auto& birth_count :
birth_counts
) {
611
BirthCountMap*
birth_counts
) {
619
(*
birth_counts
)[birth.second] += birth.second->birth_count();
623
(*
birth_counts
)[death.first] -= death.first->birth_count();
[
all
...]
tracked_objects.h
594
// Also updates the |
birth_counts
| tally for each task to keep track of the
599
BirthCountMap*
birth_counts
);
[
all
...]
Completed in 893 milliseconds