Home
last modified time | relevance | path

Searched defs:GetRange (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/include/lldb/Target/
DMemoryRegionInfo.h33 RangeType &GetRange() { return m_range; } in GetRange() function
40 const RangeType &GetRange() const { return m_range; } in GetRange() function
/external/lzma/CPP/Windows/Control/
DProgressBar.h25 …INT GetRange(bool minValue, PPBRANGE range) { return (INT)SendMsg(PBM_GETRANGE, BoolToBOOL(minValu… in GetRange() function
/external/pdfium/core/fpdfapi/page/
Dcpdf_function.h41 float GetRange(int i) const { return m_Ranges[i]; } in GetRange() function
/external/image_io/includes/image_io/base/
Ddata_context.h45 const DataRange& GetRange() const { return range_; } in GetRange() function
/external/pdfium/xfa/fwl/
Dcfwl_scrollbar.h43 void GetRange(float* fMin, float* fMax) const { in GetRange() function
/external/perfetto/src/trace_processor/containers/
Drow_map.h645 PERFETTO_ALWAYS_INLINE uint32_t GetRange(uint32_t idx) const { in GetRange() function
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DCommon.h174 StrRange GetRange(size_t index) const in GetRange() function
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas488 function TList<T>.GetRange(const Index, Count: Integer): IList<T>; in GetRange() function
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp416 RangeConstraintManager::GetRange(ProgramStateRef state, SymbolRef sym) { in GetRange() function in RangeConstraintManager
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h457 VkDeviceSize GetRange() const { return range_; } in GetRange() function
/external/python/apitools/apitools/base/py/
Dtransfer.py445 def GetRange(self, start, end=None, additional_headers=None, member in Download