Searched refs:kValue (Results 1 – 7 of 7) sorted by relevance
96 return &ptr[length_of<TItem>::kValue]; in GetDataForItem()100 return &ptr[length_of<TItem>::kValue]; in GetDataForItem()105 enum { kValue = (sizeof(TItem) + sizeof(TAlign) - 1) / sizeof(TAlign) }; enumerator120 sk_malloc_throw(sizeof(TAlign) * (length_of<MemBlock>::kValue + length))); in Alloc()146 return reinterpret_cast<TAlign*>(this)[length_of<MemBlock>::kValue + i];175 reinterpret_cast<TAlign*>(fLastItem) - length_of<Header>::kValue); in pop_back()194 &(*fTailBlock)[fTailBlock->fBack - lastItemLength + length_of<Header>::kValue]); in pop_back()205 reinterpret_cast<TAlign*>(fLastItem) - length_of<Header>::kValue); in alloc_back()209 const int totalLength = length_of<Header>::kValue + length_of<TItem>::kValue + dataLength; in alloc_back()225 &(*fTailBlock)[fTailBlock->fBack + length_of<Header>::kValue]); in alloc_back()[all …]
160 static const float kValue = 5632.34f; in TEST() local161 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue))); in TEST()165 static const double kValue = 87987234.983498; in TEST() local166 EXPECT_FLOAT_EQ(kValue, BitsToDouble(DoubleToBits(kValue))); in TEST()
285 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue()340 : AstContext(owner, Expression::kValue) {} in AstValueContext()
166 kValue, enumerator
465 template <bool kValue>
764 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue()836 : AstContext(owner, Expression::kValue), flag_(flag) { in ValueContext()
320 kValue, enumerator