OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BirthOnThread
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/
tracked_objects.h
64
//
BirthOnThread
) references to the static data provided in a Location instance,
71
// Since the base class
BirthOnThread
contains only constant data, it can be
200
class BASE_EXPORT
BirthOnThread
{
202
BirthOnThread
(const Location& location, const ThreadData& current);
217
DISALLOW_COPY_AND_ASSIGN(
BirthOnThread
);
221
// A "snapshotted" representation of the
BirthOnThread
class.
225
explicit BirthOnThreadSnapshot(const
BirthOnThread
& birth);
235
class BASE_EXPORT Births: public
BirthOnThread
{
558
typedef std::map<const
BirthOnThread
*, int> BirthCountMap;
[
all
...]
tracked_objects.cc
243
BirthOnThread
::
BirthOnThread
(const Location& location,
253
BirthOnThreadSnapshot::BirthOnThreadSnapshot(const
BirthOnThread
& birth)
263
:
BirthOnThread
(location, current),
[
all
...]
Completed in 114 milliseconds