OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StaticResolverTest
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/unittests/
StaticResolverTest.h
25
/** \class
StaticResolverTest
30
class
StaticResolverTest
: public ::testing::Test {
33
StaticResolverTest
();
36
virtual ~
StaticResolverTest
();
StaticResolverTest.cpp
9
#include "
StaticResolverTest
.h"
21
//
StaticResolverTest
24
StaticResolverTest
::
StaticResolverTest
() : m_pResolver(NULL), m_pConfig(NULL) {
32
StaticResolverTest
::~
StaticResolverTest
() {
38
void
StaticResolverTest
::SetUp() {
42
void
StaticResolverTest
::TearDown() {
48
TEST_F(
StaticResolverTest
, MDEF) {
63
TEST_F(
StaticResolverTest
, DynDefAfterDynUndef)
[
all
...]
Completed in 118 milliseconds