OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogHandler
(Results
1 - 10
of
10
) sorted by null
/external/protobuf/src/google/protobuf/testing/
googletest.h
89
LogHandler
* old_handler_;
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
logging.h
203
typedef void
LogHandler
(LogLevel level, const char* filename, int line,
219
LIBPROTOBUF_EXPORT
LogHandler
* SetLogHandler(
LogHandler
* new_func);
223
// log messages will be discarded (the current
LogHandler
will *not*
/external/protobuf/src/google/protobuf/stubs/
common.cc
123
static
LogHandler
* log_handler_ = &DefaultLogHandler;
208
LogHandler
* SetLogHandler(
LogHandler
* new_func) {
209
LogHandler
* old = internal::log_handler_;
common_unittest.cc
104
LogHandler
* old_handler = SetLogHandler(NULL);
120
LogHandler
* old_handler = SetLogHandler(&CaptureLog);
140
LogHandler
* old_handler = SetLogHandler(&CaptureLog);
common.h
762
typedef void
LogHandler
(LogLevel level, const char* filename, int line,
778
LIBPROTOBUF_EXPORT
LogHandler
* SetLogHandler(
LogHandler
* new_func);
782
// log messages will be discarded (the current
LogHandler
will *not*
[
all
...]
/external/deqp/executor/tools/
xeMergeTestLogs.cpp
61
class
LogHandler
: public xe::TestLogHandler
64
LogHandler
(xe::BatchResult* batchResult, deUint32 flags)
126
LogHandler
resultHandler (dstResult, flags);
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h
759
typedef void
LogHandler
(LogLevel level, const char* filename, int line,
775
LIBPROTOBUF_EXPORT
LogHandler
* SetLogHandler(
LogHandler
* new_func);
779
// log messages will be discarded (the current
LogHandler
will *not*
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h
759
typedef void
LogHandler
(LogLevel level, const char* filename, int line,
775
LIBPROTOBUF_EXPORT
LogHandler
* SetLogHandler(
LogHandler
* new_func);
779
// log messages will be discarded (the current
LogHandler
will *not*
[
all
...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h
759
typedef void
LogHandler
(LogLevel level, const char* filename, int line,
775
LIBPROTOBUF_EXPORT
LogHandler
* SetLogHandler(
LogHandler
* new_func);
779
// log messages will be discarded (the current
LogHandler
will *not*
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h
759
typedef void
LogHandler
(LogLevel level, const char* filename, int line,
775
LIBPROTOBUF_EXPORT
LogHandler
* SetLogHandler(
LogHandler
* new_func);
779
// log messages will be discarded (the current
LogHandler
will *not*
[
all
...]
Completed in 462 milliseconds