Home
last modified time | relevance | path

Searched refs:Words2 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/unittests/ADT/
DArrayRefTest.cpp40 static const uint16_t Words2[] = { 11, 4003, 67, 64000, 13 }; in TEST() local
41 ArrayRef<uint16_t> Array2 = makeArrayRef(Words2, 5); in TEST()
/external/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc1377 TEST_F(RepeatedFieldInsertionIteratorsTest, Words2) { in TEST_F() argument