Home
last modified time | relevance | path

Searched defs:GetEnd (Results 1 – 8 of 8) sorted by relevance

/external/image_io/includes/image_io/base/
Ddata_range.h32 size_t GetEnd() const { return end_; } in GetEnd() function
Ddata_segment.h62 size_t GetEnd() const { return data_range_.GetEnd(); } in GetEnd() function
/external/image_io/includes/image_io/jpeg/
Djpeg_segment.h47 size_t GetEnd() const { return data_range_.GetEnd(); } in GetEnd() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Diterator.h221 FilterIterator GetEnd() const { return FilterIterator(end_, predicate_); } in GetEnd() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Diterator.h221 FilterIterator GetEnd() const { return FilterIterator(end_, predicate_); } in GetEnd() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Diterator.h221 FilterIterator GetEnd() const { return FilterIterator(end_, predicate_); } in GetEnd() function
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go2891 func (x *DescriptorProto_ExtensionRange) GetEnd() int32 { func
2956 func (x *DescriptorProto_ReservedRange) GetEnd() int32 { func
3017 func (x *EnumDescriptorProto_EnumReservedRange) GetEnd() int32 { func
3322 func (x *GeneratedCodeInfo_Annotation) GetEnd() int32 { func
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1573 GetEndT &&GetEnd, GetNodeT &&GetNode, in buildGenericSCCs()