Home
last modified time | relevance | path

Searched defs:GetBegin (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/libultrahdr/third_party/image_io/includes/image_io/base/
H A Ddata_range.h29 size_t GetBegin() const { return begin_; } in GetBegin() function
H A Ddata_segment.h59 size_t GetBegin() const { return data_range_.GetBegin(); } in GetBegin() function
/aosp_15_r20/external/image_io/includes/image_io/base/
H A Ddata_range.h29 size_t GetBegin() const { return begin_; } in GetBegin() function
H A Ddata_segment.h59 size_t GetBegin() const { return data_range_.GetBegin(); } in GetBegin() function
/aosp_15_r20/external/libultrahdr/third_party/image_io/includes/image_io/jpeg/
H A Djpeg_segment.h44 size_t GetBegin() const { return data_range_.GetBegin(); } in GetBegin() function
/aosp_15_r20/external/image_io/includes/image_io/jpeg/
H A Djpeg_segment.h44 size_t GetBegin() const { return data_range_.GetBegin(); } in GetBegin() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1572 void LazyCallGraph::buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin, in buildGenericSCCs()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1796 void LazyCallGraph::buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin, in buildGenericSCCs()
/aosp_15_r20/external/golang-protobuf/types/descriptorpb/
H A Ddescriptor.pb.go3315 func (x *GeneratedCodeInfo_Annotation) GetBegin() int32 { func