Home
last modified time | relevance | path

Searched refs:clearEnd (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
DReservedRange.php104 public function clearEnd() function in Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange
DExtensionRange.php105 public function clearEnd() function in Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange
/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
DEnumReservedRange.php106 public function clearEnd() function in Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
DAnnotation.php192 public function clearEnd() function in Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCopyTests.cpp578 uint64_t clearEnd = clearOffset + clearSize; in DoTest() local
579 EXPECT_BUFFER_U32_RANGE_EQ(bufferData.data() + clearEnd / sizeof(uint32_t), buffer, in DoTest()
580 clearEnd, (bufferSize - clearEnd) / sizeof(uint32_t)); in DoTest()