HomeSort by relevance Sort by last modified time
    Searched refs:StringMapTest (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/unittests/ADT/
StringMapTest.cpp 18 class StringMapTest : public testing::Test {
70 const char StringMapTest::testKey[] = "key";
71 const uint32_t StringMapTest::testValue = 1u;
72 const char* StringMapTest::testKeyFirst = testKey;
73 size_t StringMapTest::testKeyLength = sizeof(testKey) - 1;
74 const std::string StringMapTest::testKeyStr(testKey);
77 TEST_F(StringMapTest, EmptyMapTest) {
83 TEST_F(StringMapTest, ConstEmptyMapTest) {
104 TEST_F(StringMapTest, SingleEntryMapTest) {
111 TEST_F(StringMapTest, ClearTest)
    [all...]
  /external/llvm/unittests/ADT/
StringMapTest.cpp 20 class StringMapTest : public testing::Test {
72 const char StringMapTest::testKey[] = "key";
73 const uint32_t StringMapTest::testValue = 1u;
74 const char* StringMapTest::testKeyFirst = testKey;
75 size_t StringMapTest::testKeyLength = sizeof(testKey) - 1;
76 const std::string StringMapTest::testKeyStr(testKey);
79 TEST_F(StringMapTest, EmptyMapTest) {
84 TEST_F(StringMapTest, ConstEmptyMapTest) {
105 TEST_F(StringMapTest, SingleEntryMapTest) {
111 TEST_F(StringMapTest, ClearTest)
    [all...]

Completed in 64 milliseconds