Home
last modified time | relevance | path

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

/external/image_io/includes/image_io/base/
Ddata_range.h29 size_t GetBegin() const { return begin_; } in GetBegin() function
Ddata_segment.h58 size_t GetBegin() const { return data_range_.GetBegin(); } in GetBegin() function
/external/image_io/includes/image_io/jpeg/
Djpeg_segment.h44 size_t GetBegin() const { return data_range_.GetBegin(); } in GetBegin() function
/external/llvm-project/llvm/lib/Analysis/
DLazyCallGraph.cpp1593 void LazyCallGraph::buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin, in buildGenericSCCs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1572 void LazyCallGraph::buildGenericSCCs(RootsT &&Roots, GetBeginT &&GetBegin, in buildGenericSCCs()
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2671 func (m *GeneratedCodeInfo_Annotation) GetBegin() int32 { func