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

  /external/libchrome/base/
guid_unittest.cc 58 std::string guid2 = GenerateGUID(); local
60 EXPECT_EQ(36U, guid2.length());
61 EXPECT_NE(guid1, guid2);
64 EXPECT_TRUE(IsGUIDv4(guid2));
  /external/libweave/third_party/chromium/base/
guid_unittest.cc 83 std::string guid2 = GenerateGUID(); local
85 EXPECT_EQ(36U, guid2.length());
86 EXPECT_NE(guid1, guid2);
89 EXPECT_TRUE(IsGUIDv4(guid2));

Completed in 2984 milliseconds