Searched refs:HasSize (Results 1 – 17 of 17) sorted by relevance
59 bool HasSize() const { return (Size != (UInt64)(Int64)-1); } in HasSize() function75 (!HasSize() || Size < ((UInt64)1 << 56)) in Parse()145 const UInt64 *Size = header.HasSize() ? &header.Size : NULL; in Code()162 if (header.HasSize()) in Code()303 case kpidSize: if (_stream && _header.HasSize()) prop = _header.Size; break; in GetProperty()
116 bool HasSize() const { return size_ != kEncodedUnknownSize; } in HasSize() function148 if (HasSize() && HasLaneSize()) { in GetLanes()201 return HasSize() ? kVRegister : kZRegister; in GetType()357 VIXL_ASSERT(HasSize()); in GetMaxSizeInBytes()369 VIXL_ASSERT(HasSize()); in GetMinSizeInBytes()
1972 VIXL_ASSERT(vt.HasSize() && vt.HasLaneSize()); in LoadStoreStructVerify()
56 using HasSize = variable
160 span_internal::HasSize<C>::value>::type;
161 span_internal::HasSize<C>::value>::type;
1142 TEST(StringLiteral, HasSize) { in TEST() argument
1898 TEST_P(ASTMatchersTest, HasSize) { in TEST_P() argument