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

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
iterator_range.h 10 /// This provides a very simple, boring adaptor for a begin and end iterator
40 //TODO: Consider ADL/non-member begin/end calls.
41 : begin_iterator(c.begin()), end_iterator(c.end()) {}
46 IteratorT begin() const { return begin_iterator; } function in class:llvm::iterator_range
63 iterator_range<decltype(begin(std::declval<T>()))> drop_begin(T &&t, int n) {
64 return make_range(std::next(begin(t), n), end(t));
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
ValueSymbolTable.h 94 inline iterator begin() { return vmap.begin(); } function in class:llvm::ValueSymbolTable
97 inline const_iterator begin() const { return vmap.begin(); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
iterator_range.h 10 /// This provides a very simple, boring adaptor for a begin and end iterator
40 //TODO: Consider ADL/non-member begin/end calls.
41 : begin_iterator(c.begin()), end_iterator(c.end()) {}
46 IteratorT begin() const { return begin_iterator; } function in class:llvm::iterator_range
63 iterator_range<decltype(begin(std::declval<T>()))> drop_begin(T &&t, int n) {
64 return make_range(std::next(begin(t), n), end(t));
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
ValueSymbolTable.h 94 inline iterator begin() { return vmap.begin(); } function in class:llvm::ValueSymbolTable
97 inline const_iterator begin() const { return vmap.begin(); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
iterator_range.h 10 /// This provides a very simple, boring adaptor for a begin and end iterator
40 //TODO: Consider ADL/non-member begin/end calls.
41 : begin_iterator(c.begin()), end_iterator(c.end()) {}
46 IteratorT begin() const { return begin_iterator; } function in class:llvm::iterator_range
63 iterator_range<decltype(begin(std::declval<T>()))> drop_begin(T &&t, int n) {
64 return make_range(std::next(begin(t), n), end(t));
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
DebugSymbolRVASubsection.h 37 ArrayType::Iterator begin() const { return RVAs.begin(); } function in class:llvm::codeview::final
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
ValueSymbolTable.h 94 inline iterator begin() { return vmap.begin(); } function in class:llvm::ValueSymbolTable
97 inline const_iterator begin() const { return vmap.begin(); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
iterator_range.h 10 /// This provides a very simple, boring adaptor for a begin and end iterator
40 //TODO: Consider ADL/non-member begin/end calls.
41 : begin_iterator(c.begin()), end_iterator(c.end()) {}
46 IteratorT begin() const { return begin_iterator; } function in class:llvm::iterator_range
63 iterator_range<decltype(begin(std::declval<T>()))> drop_begin(T &&t, int n) {
64 return make_range(std::next(begin(t), n), end(t));
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
DebugSymbolRVASubsection.h 37 ArrayType::Iterator begin() const { return RVAs.begin(); } function in class:llvm::codeview::final
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
ValueSymbolTable.h 94 inline iterator begin() { return vmap.begin(); } function in class:llvm::ValueSymbolTable
97 inline const_iterator begin() const { return vmap.begin(); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
iterator_range.h 10 /// This provides a very simple, boring adaptor for a begin and end iterator
40 //TODO: Consider ADL/non-member begin/end calls.
41 : begin_iterator(c.begin()), end_iterator(c.end()) {}
46 IteratorT begin() const { return begin_iterator; } function in class:llvm::iterator_range
63 iterator_range<decltype(begin(std::declval<T>()))> drop_begin(T &&t, int n) {
64 return make_range(std::next(begin(t), n), end(t));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
DebugSymbolRVASubsection.h 37 ArrayType::Iterator begin() const { return RVAs.begin(); } function in class:llvm::codeview::final
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
ValueSymbolTable.h 94 inline iterator begin() { return vmap.begin(); } function in class:llvm::ValueSymbolTable
97 inline const_iterator begin() const { return vmap.begin(); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
iterator_range.h 10 /// This provides a very simple, boring adaptor for a begin and end iterator
40 //TODO: Consider ADL/non-member begin/end calls.
41 : begin_iterator(c.begin()), end_iterator(c.end()) {}
46 IteratorT begin() const { return begin_iterator; } function in class:llvm::iterator_range
63 iterator_range<decltype(begin(std::declval<T>()))> drop_begin(T &&t, int n) {
64 return make_range(std::next(begin(t), n), end(t));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
DebugSymbolRVASubsection.h 37 ArrayType::Iterator begin() const { return RVAs.begin(); } function in class:llvm::codeview::final
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
ValueSymbolTable.h 94 inline iterator begin() { return vmap.begin(); } function in class:llvm::ValueSymbolTable
97 inline const_iterator begin() const { return vmap.begin(); } function in class:llvm::ValueSymbolTable
  /system/core/init/
builtin_arguments.h 32 auto begin() const { return args.begin(); } function in struct:android::init::BuiltinArguments
  /system/core/libmemunreachable/
ProcessMappings.h 25 uintptr_t begin; member in struct:android::Mapping
  /art/libartbase/base/
bit_vector-inl.h 80 inline BitVector::IndexIterator BitVector::IndexContainer::begin() const { function in class:art::BitVector::IndexContainer
  /build/soong/cc/
lto.go 62 func (lto *lto) begin(ctx BaseModuleContext) { func
sabi.go 43 func (sabimod *sabi) begin(ctx BaseModuleContext) {} func
stl.go 54 func (stl *stl) begin(ctx BaseModuleContext) { func
  /device/google/cuttlefish_common/common/libs/fs/
shared_select.h 41 iterator begin() { return value_.begin(); } function in class:cvd::SharedFDSet
43 const_iterator begin() const { return value_.begin(); } function in class:cvd::SharedFDSet
  /device/google/cuttlefish_common/host/libs/usbip/
device_pool.h 55 MapType::const_iterator begin() const { return devices_.cbegin(); } function in class:vadb::usbip::DevicePool
  /external/clang/include/clang/Rewrite/Core/
RewriteBuffer.h 35 iterator begin() const { return Buffer.begin(); } function in class:clang::RewriteBuffer
45 Initialize(Input.begin(), Input.end());

Completed in 811 milliseconds

1 2 34 5 6 7 8 91011>>