OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestSupportImpl
(Results
1 - 2
of
2
) sorted by null
/external/libmojo/mojo/edk/test/
test_support_impl.h
17
class
TestSupportImpl
: public mojo::test::TestSupport {
19
TestSupportImpl
();
20
~
TestSupportImpl
() override;
31
DISALLOW_COPY_AND_ASSIGN(
TestSupportImpl
);
test_support_impl.cc
44
TestSupportImpl
::
TestSupportImpl
() {
47
TestSupportImpl
::~
TestSupportImpl
() {
50
void
TestSupportImpl
::LogPerfResult(const char* test_name,
63
FILE*
TestSupportImpl
::OpenSourceRootRelativeFile(const char* relative_path) {
67
char**
TestSupportImpl
::EnumerateSourceRootRelativeDirectory(
Completed in 172 milliseconds