Home
last modified time | relevance | path

Searched refs:static_variable_to_make_this_function_unique (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/debug/
H A Ddebugger_fuchsia.cc34 static int static_variable_to_make_this_function_unique = 0; in BreakDebuggerAsyncSafe() local
35 Alias(&static_variable_to_make_this_function_unique); in BreakDebuggerAsyncSafe()
H A Ddebugger_posix.cc313 static int static_variable_to_make_this_function_unique = 0; in BreakDebuggerAsyncSafe() local
314 Alias(&static_variable_to_make_this_function_unique); in BreakDebuggerAsyncSafe()
/aosp_15_r20/external/libchrome/base/debug/
H A Ddebugger_posix.cc255 static int static_variable_to_make_this_function_unique = 0; in BreakDebugger() local
256 base::debug::Alias(&static_variable_to_make_this_function_unique); in BreakDebugger()