Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/src/
Dlegacy_debug_handler.cpp49 bool __libcpp_set_debug_function(__libcpp_debug_function_type __func) { in __libcpp_set_debug_function() function
/external/libcxx/include/
D__debug88 /// __libcpp_set_debug_function - Set the debug handler to the specified
91 bool __libcpp_set_debug_function(__libcpp_debug_function_type __func);
98 static bool __init_dummy = __libcpp_set_debug_function(__libcpp_throw_debug_function);
/external/libcxx/src/
Ddebug.cpp33 bool __libcpp_set_debug_function(__libcpp_debug_function_type __func) { in __libcpp_set_debug_function() function