HomeSort by relevance Sort by last modified time
    Searched defs:begin (Results 301 - 325 of 3803) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
DebugFrameDataSubsection.h 30 FixedStreamArray<FrameData>::Iterator begin() const { return Frames.begin(); } function in class:llvm::codeview::final
DebugStringTableSubsection.h 76 StringMap<uint32_t>::const_iterator begin() const { return Strings.begin(); } function in class:llvm::codeview::DebugStringTableSubsection
DebugSymbolsSubsection.h 30 CVSymbolArray::Iterator begin() const { return Records.begin(); } function in class:llvm::codeview::final
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugAbbrev.h 43 const_iterator begin() const { function in class:llvm::DWARFAbbreviationDeclarationSet
44 return Decls.begin();
73 DWARFAbbreviationDeclarationSetMap::const_iterator begin() const { function in class:llvm::DWARFDebugAbbrev
75 return AbbrDeclSets.begin();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
TypeFinder.h 50 iterator begin() { return StructTypes.begin(); } function in class:llvm::TypeFinder
53 const_iterator begin() const { return StructTypes.begin(); } function in class:llvm::TypeFinder
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/XRay/
Trace.h 59 citerator begin() const { return Records.begin(); } function in class:llvm::xray::Trace
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Rewrite/Core/
RewriteBuffer.h 35 iterator begin() const { return Buffer.begin(); } function in class:clang::RewriteBuffer
45 Initialize(Input.begin(), Input.end());
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SetVector.h 83 iterator begin() { function in class:llvm::SetVector
84 return vector_.begin();
88 const_iterator begin() const { function in class:llvm::SetVector
89 return vector_.begin();
180 auto NI = vector_.begin();
249 for (typename STy::const_iterator SI = S.begin(), SE = S.end(); SI != SE;
262 for (typename STy::const_iterator SI = S.begin(), SE = S.end(); SI != SE;
UniqueVector.h 76 iterator begin() { return Vector.begin(); } function in class:llvm::UniqueVector
79 const_iterator begin() const { return Vector.begin(); } function in class:llvm::UniqueVector
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LivePhysRegs.h 148 const_iterator begin() const { return LiveRegs.begin(); } function in class:llvm::LivePhysRegs
LiveStackAnalysis.h 55 const_iterator begin() const { return S2IMap.begin(); } function in class:llvm::LiveStacks
57 iterator begin() { return S2IMap.begin(); } function in class:llvm::LiveStacks
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
DebugCrossExSubsection.h 40 Iterator begin() const { return References.begin(); } function in class:llvm::codeview::final
DebugFrameDataSubsection.h 30 FixedStreamArray<FrameData>::Iterator begin() const { return Frames.begin(); } function in class:llvm::codeview::final
DebugStringTableSubsection.h 76 StringMap<uint32_t>::const_iterator begin() const { return Strings.begin(); } function in class:llvm::codeview::DebugStringTableSubsection
DebugSymbolsSubsection.h 30 CVSymbolArray::Iterator begin() const { return Records.begin(); } function in class:llvm::codeview::final
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugAbbrev.h 43 const_iterator begin() const { function in class:llvm::DWARFAbbreviationDeclarationSet
44 return Decls.begin();
73 DWARFAbbreviationDeclarationSetMap::const_iterator begin() const { function in class:llvm::DWARFDebugAbbrev
75 return AbbrDeclSets.begin();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
TypeFinder.h 50 iterator begin() { return StructTypes.begin(); } function in class:llvm::TypeFinder
53 const_iterator begin() const { return StructTypes.begin(); } function in class:llvm::TypeFinder
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/XRay/
Trace.h 59 citerator begin() const { return Records.begin(); } function in class:llvm::xray::Trace
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/benchmarks/
ContainerBenchmarks.hpp 14 const auto begin = in.begin(); local
18 Container c(begin, end);
29 for (auto it = in.begin(); it != end; ++it) {
43 for (auto it = in.begin(); it != end; ++it) {
55 c.insert(in.begin(), in.end());
59 for (auto it = in.begin(); it != end; ++it) {
71 c.insert(in.begin(), in.end());
75 for (auto it = in.begin(); it != end; ++it) {
85 c.insert(in.begin(), in.end())
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/iterator.range/
begin-end.fail.cpp 17 // template <class C> auto begin(C& c) -> decltype(c.begin());
18 // template <class C> auto begin(const C& c) -> decltype(c.begin());
32 FakeIter begin(const FakeContainer &) { return 1; } function in namespace:Foo
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
type_manager.h 57 IdToTypeMap::const_iterator begin() const { return id_to_type_.cbegin(); } function in class:spvtools::opt::analysis::TypeManager
  /system/core/adb/
range.h 54 std::string::iterator begin() { function in struct:Range
55 return data_.begin() + begin_offset_;
  /system/tools/hidl/
Location.cpp 59 Location::Location(const Position& begin, const Position& end)
60 : mIsValid(true), mBegin(begin), mEnd(end) {}
62 void Location::setLocation(const Position& begin, const Position& end) {
64 mBegin = begin;
72 const Position& Location::begin() const { function in class:android::Location
102 ostr << loc.begin();
103 if (loc.begin().filename() != last.filename()) {
105 } else if (loc.begin().line() != last.line()) {
107 } else if (loc.begin().column() != last.column()) {
  /system/update_engine/payload_consumer/
cached_file_descriptor.cc 85 size_t begin = 0; local
86 while (begin < bytes_cached_) {
87 auto bytes_wrote = fd_->Write(cache_.data() + begin, bytes_cached_ - begin);
92 begin += bytes_wrote;
  /external/guice/extensions/persist/src/com/google/inject/persist/jpa/
JpaLocalTxnInterceptor.java 53 emProvider.begin();
66 txn.begin();

Completed in 488 milliseconds

<<11121314151617181920>>