Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/src/
Dbenchmark_register.h9 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { in AddRange() function
/external/google-benchmark/src/
Dbenchmark_register.h58 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { in AddRange() function
/external/protobuf/csharp/src/Google.Protobuf/
DExtensionRegistry.cs88 public void AddRange(IEnumerable<Extension> extensions) in AddRange() method in Google.Protobuf.ExtensionRegistry
/external/llvm/lib/CodeGen/
DSafeStackColoring.h52 void AddRange(unsigned start, unsigned end) { bv.set(start, end); } in AddRange() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStackColoring.h63 void AddRange(unsigned start, unsigned end) { bv.set(start, end); } in AddRange() function
/external/libbrillo/brillo/http/
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
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs303 public void AddRange(IEnumerable<T> values) in AddRange() method in Google.Protobuf.Collections.RepeatedField
/external/tensorflow/tensorflow/core/platform/default/
Dtest_benchmark.cc69 void AddRange(std::vector<int>* dst, int lo, int hi, int mult) { in AddRange() function
/external/v8/src/profiler/
Dallocation-tracker.cc105 void AddressToTraceMap::AddRange(Address start, int size, in AddRange() function in v8::internal::AddressToTraceMap
/external/compiler-rt/lib/ubsan/
Dubsan_diag.h189 Diag &AddRange(Range A) { in AddRange() function
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas463 procedure TList<T>.AddRange(const List: IList<T>); procedure
/external/v8/src/ast/
Dast-source-ranges.h274 void AddRange(const SourceRange& range) { ranges_.push_back(range); } in AddRange() function
/external/v8/src/compiler/backend/
Dmid-tier-register-allocator.cc234 void AddRange(const Range& other) { in AddRange() function in v8::internal::compiler::Range
3023 void AddRange(const Range& range) { range_.AddRange(range); } in AddRange() function in v8::internal::compiler::MidTierSpillSlotAllocator::SpillSlot
/external/v8/src/regexp/
Dregexp-compiler-tonode.cc140 void UnicodeRangeSplitter::AddRange(CharacterRange range) { in AddRange() function in v8::internal::UnicodeRangeSplitter
Dregexp-compiler.cc2645 ContainedInLattice AddRange(ContainedInLattice containment, const int* ranges, in AddRange() function