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 --------------------------------------------------===//
20
class
SectionDataTest
: public ::testing::Test {
23
SectionDataTest
();
26
virtual ~
SectionDataTest
();
SectionDataTest.cpp
1
//===-
SectionDataTest
.cpp ------------------------------------------------===//
9
#include "
SectionDataTest
.h"
19
SectionDataTest
::
SectionDataTest
() {
23
SectionDataTest
::~
SectionDataTest
() {
27
void
SectionDataTest
::SetUp() {
31
void
SectionDataTest
::TearDown() {
38
TEST_F(
SectionDataTest
, constructor_and_trivial_func) {
48
TEST_F(
SectionDataTest
, Fragment_list_and_iterator)
[
all
...]
Completed in 93 milliseconds