Home | History | Annotate | Download | only in base

Lines Matching refs:Location

9 // to as its Location.  The Location is a file and line number, most
12 // do additonal things), its Location may be redefined to that later location.
34 // Location provides basic info where of an object was constructed, or was
37 class Location {
42 Location(const char* function_name, const char* file_name, int line_number)
48 Location()
59 bool operator < (const Location& other) const {
85 // Define a macro to record the current source location.
87 #define FROM_HERE tracked_objects::Location(__FUNCTION__, __FILE__, __LINE__)
100 // Used to record the FROM_HERE location of a caller.
101 void SetBirthPlace(const Location& from_here);
113 // Pointer to instance were counts of objects with the same birth location