Searched refs:BoundsCheck (Results 1 – 4 of 4) sorted by relevance
31 BoundsCheck=0
62 CHECK(BoundsCheck(ref.offset(), ref.length())); in GetName()76 CHECK(BoundsCheck(ref.offset(), ref.length())); in GetNameOrNull()
196 bool BoundsCheck(uint32_t offset, uint32_t length) const { in BoundsCheck() function
418 TEST_F(ValidationTest, BoundsCheck) { in TEST_F() argument