OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestConsumer
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/win/
event_trace_consumer_unittest.cc
31
class
TestConsumer
: public EtwTraceConsumerBase<
TestConsumer
> {
33
TestConsumer
() {
38
~
TestConsumer
() {
72
DISALLOW_COPY_AND_ASSIGN(
TestConsumer
);
75
base::win::ScopedHandle
TestConsumer
::sank_event_;
76
EventQueue
TestConsumer
::events_;
91
TestConsumer
consumer_;
95
TestConsumer
consumer_;
101
TestConsumer
consumer_
[
all
...]
/external/chromium_org/base/win/
event_trace_consumer_unittest.cc
33
class
TestConsumer
: public EtwTraceConsumerBase<
TestConsumer
> {
35
TestConsumer
() {
40
~
TestConsumer
() {
74
DISALLOW_COPY_AND_ASSIGN(
TestConsumer
);
77
ScopedHandle
TestConsumer
::sank_event_;
78
EventQueue
TestConsumer
::events_;
110
TestConsumer
consumer_;
114
TestConsumer
consumer_;
121
TestConsumer
consumer_
[
all
...]
/external/clang/unittests/Tooling/
ToolingTest.cpp
29
/// Takes ownership of
TestConsumer
.
30
explicit TestAction(clang::ASTConsumer *
TestConsumer
)
31
:
TestConsumer
(
TestConsumer
) {}
36
///
TestConsumer
will be deleted by the framework calling us.
37
return
TestConsumer
;
41
clang::ASTConsumer * const
TestConsumer
;
Completed in 2480 milliseconds