Searched defs:HasSize (Results 1 – 11 of 11) sorted by relevance
56 using HasSize = variable
57 using HasSize = variable
59 using HasSize = variable
702 pub unsafe trait HasSize<'btf>: Deref<Target = BtfType<'btf>> + sealed::Sealed { interface
59 bool HasSize() const { return (Size != (UInt64)(Int64)-1); } in HasSize() function
116 bool HasSize() const { return size_ != kEncodedUnknownSize; } in HasSize() function
1142 TEST(StringLiteral, HasSize) { in TEST() argument