OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NamePoolTest
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/unittests/
NamePoolTest.h
1
//===-
NamePoolTest
.h ---------------------------------------------------===//
21
/** \class
NamePoolTest
26
class
NamePoolTest
: public ::testing::Test {
29
NamePoolTest
();
32
virtual ~
NamePoolTest
();
NamePoolTest.cpp
1
//===-
NamePoolTest
.cpp ---------------------------------------------------===//
9
#include "
NamePoolTest
.h"
23
NamePoolTest
::
NamePoolTest
() {
30
NamePoolTest
::~
NamePoolTest
() {
35
void
NamePoolTest
::SetUp() {
39
void
NamePoolTest
::TearDown() {
46
TEST_F(
NamePoolTest
, insertString) {
53
TEST_F(
NamePoolTest
, insertSameString)
[
all
...]
Completed in 65 milliseconds