OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedDisableExitOnDFatal
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/test/
scoped_disable_exit_on_dfatal.h
16
// The
ScopedDisableExitOnDFatal
class is used to disable exiting the
20
class
ScopedDisableExitOnDFatal
{
22
ScopedDisableExitOnDFatal
();
23
~
ScopedDisableExitOnDFatal
();
27
static
ScopedDisableExitOnDFatal
* g_instance_;
33
DISALLOW_COPY_AND_ASSIGN(
ScopedDisableExitOnDFatal
);
scoped_disable_exit_on_dfatal.cc
13
ScopedDisableExitOnDFatal
*
ScopedDisableExitOnDFatal
::g_instance_ = NULL;
15
ScopedDisableExitOnDFatal
::
ScopedDisableExitOnDFatal
() {
21
ScopedDisableExitOnDFatal
::~
ScopedDisableExitOnDFatal
() {
28
void
ScopedDisableExitOnDFatal
::LogAssertHandler(const std::string& str) {
gtest_util.h
24
::net::test::
ScopedDisableExitOnDFatal
gtest_disable_exit; \
Completed in 48 milliseconds