OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScopedMemoryLog
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
googletest.h
64
// For use with
ScopedMemoryLog
::GetMessages(). Inside Google the LogLevel
66
//
ScopedMemoryLog
refers to LOGLEVEL_ERROR as just ERROR.
73
//
ScopedMemoryLog
log; // constructor registers object as a log sink
79
class
ScopedMemoryLog
{
81
ScopedMemoryLog
();
82
virtual ~
ScopedMemoryLog
();
94
static
ScopedMemoryLog
* active_log_;
96
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
ScopedMemoryLog
);
googletest.cc
213
ScopedMemoryLog
*
ScopedMemoryLog
::active_log_ = NULL;
215
ScopedMemoryLog
::
ScopedMemoryLog
() {
221
ScopedMemoryLog
::~
ScopedMemoryLog
() {
226
const vector<string>&
ScopedMemoryLog
::GetMessages(LogLevel level) {
232
void
ScopedMemoryLog
::HandleLog(LogLevel level, const char* filename,
/external/protobuf/src/google/protobuf/testing/
googletest.h
58
// For use with
ScopedMemoryLog
::GetMessages(). Inside Google the LogLevel
60
//
ScopedMemoryLog
refers to LOGLEVEL_ERROR as just ERROR.
66
//
ScopedMemoryLog
log; // constructor registers object as a log sink
72
class
ScopedMemoryLog
{
74
ScopedMemoryLog
();
75
virtual ~
ScopedMemoryLog
();
90
static
ScopedMemoryLog
* active_log_;
92
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
ScopedMemoryLog
);
googletest.cc
213
ScopedMemoryLog
*
ScopedMemoryLog
::active_log_ = NULL;
215
ScopedMemoryLog
::
ScopedMemoryLog
() {
221
ScopedMemoryLog
::~
ScopedMemoryLog
() {
226
const vector<string>&
ScopedMemoryLog
::GetMessages(LogLevel dummy) const {
231
void
ScopedMemoryLog
::HandleLog(LogLevel level, const char* filename,
Completed in 124 milliseconds