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

  /external/gemmlowp/test/
test.h 55 typedef MatrixMap<const tScalar, tOrder> ConstMap;
94 ConstMap const_map() const { return ConstMap(data_, rows_, cols_, stride_); }
  /external/llvm/unittests/ADT/
DenseMapTest.cpp 138 const TypeParam &ConstMap = this->Map;
139 EXPECT_EQ(0u, ConstMap.size());
140 EXPECT_TRUE(ConstMap.empty());
141 EXPECT_TRUE(ConstMap.begin() == ConstMap.end());

Completed in 1590 milliseconds