Home
last modified time | relevance | path

Searched defs:AddRange (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas143 procedure AddRange(const Values: array of T); overload; procedure
144 procedure AddRange(const Collection: IEnumerable<T>); overload; procedure
145 procedure AddRange(Collection: TEnumerable<T>); overload; procedure
146 procedure AddRange(const List: IList<T>); overload; procedure
229 procedure AddRange(const List: IList<T>); overload; procedure
463 procedure TList<T>.AddRange(const List: IList<T>); procedure
/aosp_15_r20/system/update_engine/common/
H A Dmulti_range_http_fetcher.h60 void AddRange(off_t offset, size_t size) { in AddRange() function
65 void AddRange(off_t offset) { ranges_.push_back(Range(offset)); } in AddRange() function
/aosp_15_r20/external/libbrillo/brillo/http/
H A Dhttp_request.cc120 void Request::AddRange(int64_t bytes) { in AddRange() function in brillo::http::Request
129 void Request::AddRange(uint64_t from_byte, uint64_t to_byte) { in AddRange() function in brillo::http::Request
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A Dbenchmark_register.h9 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { in AddRange() function
/aosp_15_r20/external/google-breakpad/src/common/
H A Ddwarf_range_list_handler.cc45 void DwarfRangeListHandler::AddRange(uint64_t begin, uint64_t end) { in AddRange() function in google_breakpad::DwarfRangeListHandler
/aosp_15_r20/external/google-benchmark/src/
H A Dbenchmark_register.h60 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { in AddRange() function
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/
H A Dbenchmark_register.h60 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { in AddRange() function
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DExtensionRegistry.cs101 public void AddRange(IEnumerable<Extension> extensions) in AddRange() method in Google.Protobuf.ExtensionRegistry
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DExtensionRegistry.cs101 public void AddRange(IEnumerable<Extension> extensions) in AddRange() method in Google.Protobuf.ExtensionRegistry
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
H A Dquic_ack_frame.cc81 void PacketNumberQueue::AddRange(QuicPacketNumber lower, in AddRange() function in quic::PacketNumberQueue
H A Dquic_frames_test.cc665 TEST_F(PacketNumberQueueTest, AddRange) { in TEST_F() argument
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DSafeStackColoring.h52 void AddRange(unsigned start, unsigned end) { bv.set(start, end); } in AddRange() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSafeStackColoring.h62 void AddRange(unsigned start, unsigned end) { bv.set(start, end); } in AddRange() function
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Collections/
H A DRepeatedField.cs402 public void AddRange(IEnumerable<T> values) in AddRange() method in Google.Protobuf.Collections.RepeatedField
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DRepeatedField.cs402 public void AddRange(IEnumerable<T> values) in AddRange() method in Google.Protobuf.Collections.RepeatedField
/aosp_15_r20/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h189 Diag &AddRange(Range A) { in AddRange() function
/aosp_15_r20/external/regex-re2/re2/
H A Dregexp.cc741 bool CharClassBuilder::AddRange(Rune lo, Rune hi) { in AddRange() function in re2::CharClassBuilder
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.cc757 bool CharClassBuilder::AddRange(Rune lo, Rune hi) { in AddRange() function in re2::CharClassBuilder
/aosp_15_r20/external/coreboot/util/x86/
H A Dx86_page_tables.go626 func (as *addressSpace) AddRange(r *addressRange) { func
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dregexp.cc773 bool CharClassBuilder::AddRange(Rune lo, Rune hi) { in AddRange() function in re2::CharClassBuilder
/aosp_15_r20/art/compiler/optimizing/
H A Dssa_liveness_analysis.h406 ALWAYS_INLINE void AddRange(size_t start, size_t end) { in AddRange() function
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.h246 virtual void AddRange(uint64_t begin, uint64_t end) { }; in AddRange() function
/aosp_15_r20/system/extras/simpleperf/
H A Dcmd_inject.cpp68 void AddRange(uint64_t begin, uint64_t end) { in AddRange() function