Searched refs:CreateFromHere (Results 1 – 5 of 5) sorted by relevance
71 static Location CreateFromHere(const char* file_name);72 static Location CreateFromHere(const char* function_name,91 ::base::Location::CreateFromHere(function_name, __FILE__, __LINE__)96 #define FROM_HERE ::base::Location::CreateFromHere(__FILE__)98 ::base::Location::CreateFromHere(function_name, __FILE__, -1)
61 NOINLINE Location Location::CreateFromHere(const char* file_name) { in CreateFromHere() function in base::Location66 NOINLINE Location Location::CreateFromHere(const char* function_name, in CreateFromHere() function in base::Location
48 static Location CreateFromHere();56 #define CURRENT_LOCATION ::openscreen::Location::CreateFromHere()
41 OSP_NOINLINE Location Location::CreateFromHere() { in CreateFromHere() function in openscreen::Location
29 const Location loc_from_here = openscreen::Location::CreateFromHere(); in TEST()