OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_verbose
(Results
1 - 2
of
2
) sorted by null
/external/gmock/test/
gmock_test.cc
50
const ::std::string
old_verbose
= GMOCK_FLAG(verbose);
local
61
GMOCK_FLAG(verbose) =
old_verbose
; // Restores the gmock_verbose flag.
/external/google-breakpad/src/testing/test/
gmock_test.cc
50
const ::std::string
old_verbose
= GMOCK_FLAG(verbose);
local
61
GMOCK_FLAG(verbose) =
old_verbose
; // Restores the gmock_verbose flag.
Completed in 75 milliseconds