Searched refs:clearEnd (Results 1 – 5 of 5) sorted by relevance
104 public function clearEnd() function in Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange
105 public function clearEnd() function in Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange
106 public function clearEnd() function in Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange
192 public function clearEnd() function in Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation
578 uint64_t clearEnd = clearOffset + clearSize; in DoTest() local579 EXPECT_BUFFER_U32_RANGE_EQ(bufferData.data() + clearEnd / sizeof(uint32_t), buffer, in DoTest()580 clearEnd, (bufferSize - clearEnd) / sizeof(uint32_t)); in DoTest()