OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionDataTest
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/unittests/
SectionDataTest.h
1
//===-
SectionDataTest
.h --------------------------------------------------===//
21
class
SectionDataTest
: public ::testing::Test
25
SectionDataTest
();
28
virtual ~
SectionDataTest
();
SectionDataTest.cpp
1
//===-
SectionDataTest
.cpp ------------------------------------------------===//
9
#include "
SectionDataTest
.h"
20
SectionDataTest
::
SectionDataTest
()
25
SectionDataTest
::~
SectionDataTest
()
30
void
SectionDataTest
::SetUp()
35
void
SectionDataTest
::TearDown()
43
TEST_F(
SectionDataTest
, constructor_and_trivial_func ) {
54
TEST_F(
SectionDataTest
, Fragment_list_and_iterator )
[
all
...]
Completed in 420 milliseconds