/third_party/flutter/engine/flutter/third_party/txt/src/txt/ |
D | paragraph.h | 85 struct Range { struct 86 Range() : start(), end() {} in Range() argument 87 Range(T s, T e) : start(s), end(e) {} in Range() function 91 bool operator==(const Range<T>& other) const { argument 95 T width() const { return end - start; } in width() 97 void Shift(T delta) { in Shift()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugAranges.h | 34 struct Range { struct 52 bool operator<(const Range &other) const { argument 74 using RangeColl = std::vector<Range>; argument
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/ |
D | token.go | 25 type Range struct { struct 26 FileSet *token.FileSet 27 Start token.Pos 28 End token.Pos 65 func (r Range) IsPoint() bool { 72 func (r Range) Span() (Span, error) { 107 func (s Span) Range(converter *TokenConverter) (Range, error) { func
|
/third_party/spirv-tools/utils/vscode/src/lsp/span/ |
D | token.go | 25 type Range struct { struct 26 FileSet *token.FileSet 27 Start token.Pos 28 End token.Pos 65 func (r Range) IsPoint() bool { 72 func (r Range) Span() (Span, error) { 107 func (s Span) Range(converter *TokenConverter) (Range, error) { func
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
D | token.go | 25 type Range struct { struct 26 FileSet *token.FileSet 27 Start token.Pos 28 End token.Pos 65 func (r Range) IsPoint() bool { 72 func (r Range) Span() (Span, error) { 107 func (s Span) Range(converter *TokenConverter) (Range, error) { func
|
/third_party/flutter/skia/modules/skshaper/include/ |
D | SkShaper.h | 141 struct Range { struct 142 constexpr Range() : fBegin(0), fSize(0) {} in Range() function 143 constexpr Range(size_t begin, size_t size) : fBegin(begin), fSize(size) {} in Range() function 156 Range utf8Range; argument
|
/third_party/skia/tools/ |
D | Registry.h | 45 struct Range { struct 46 struct Iterator { 52 Iterator begin() const { return Iterator{Registry::Head()}; } in begin() 53 Iterator end() const { return Iterator{nullptr}; } in end()
|
/third_party/flutter/skia/tools/ |
D | Registry.h | 45 struct Range { struct 46 struct Iterator { 52 Iterator begin() const { return Iterator{Registry::Head()}; } in begin() 53 Iterator end() const { return Iterator{nullptr}; } in end()
|
/third_party/skia/modules/skshaper/include/ |
D | SkShaper.h | 184 struct Range { struct 185 constexpr Range() : fBegin(0), fSize(0) {} in Range() argument 186 constexpr Range(size_t begin, size_t size) : fBegin(begin), fSize(size) {} in Range() function 199 Range utf8Range; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/ |
D | Annotations.h | 50 struct Range { struct 54 friend bool operator==(const Range &L, const Range &R) { argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.cpp | 67 MIToken &MIToken::reset(TokenKind Kind, StringRef Range) { in reset() 161 auto Range = C; in lexName() local 264 auto Range = C; in maybeLexIdentifier() local 278 auto Range = C; in maybeLexMachineBasicBlock() local 312 auto Range = C; in maybeLexIndex() local 325 auto Range = C; in maybeLexIndexAndName() local 398 auto Range = C; in lexVirtualRegister() local 414 Cursor Range = C; in lexNamedVirtualRegister() local 439 auto Range = C; in maybeLexRegister() local 455 auto Range = C; in maybeLexGlobalValue() local [all …]
|
/third_party/icu/docs/userguide/transforms/general/ |
D | rules.md | 137 ### Context 158 ### Range argument
|
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
D | FontCollection.h | 97 struct Range { struct 98 uint16_t start; 99 uint16_t end;
|
/third_party/boost/libs/graph/test/ |
D | test_iteration.hpp | 25 typedef std::pair< Iterator, Iterator > Range; in test_vertex_list_graph() typedef 46 typedef std::pair< Iterator, Iterator > Range; in test_edge_list_graph() typedef
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | span.go | 45 func (m *ColumnMapper) Range(s span.Span) (Range, error) { func 109 func IsPoint(r Range) bool { 113 func CompareRange(a, b Range) int {
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | span.go | 45 func (m *ColumnMapper) Range(s span.Span) (Range, error) { func 109 func IsPoint(r Range) bool { 113 func CompareRange(a, b Range) int {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | span.go | 45 func (m *ColumnMapper) Range(s span.Span) (Range, error) { func 109 func IsPoint(r Range) bool { 113 func CompareRange(a, b Range) int {
|
/third_party/spirv-tools/utils/vscode/src/parser/ |
D | parser.go | 68 Range Range member 77 type Range struct { struct 78 Start Position 79 End Position 82 func (r Range) String() string { return fmt.Sprintf("[%v %v]", r.Start, r.End) } 85 func (r Range) Text(lines []string) string { 109 func (r Range) Contains(p Position) bool { 113 func (r *Range) grow(o Range) { 783 Range Range // the textual range of the instruction member 815 Range Range member
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/ |
D | parser.go | 68 Range Range member 77 type Range struct { struct 78 Start Position 79 End Position 82 func (r Range) String() string { return fmt.Sprintf("[%v %v]", r.Start, r.End) } 85 func (r Range) Text(lines []string) string { 109 func (r Range) Contains(p Position) bool { 113 func (r *Range) grow(o Range) { 783 Range Range // the textual range of the instruction member 815 Range Range member
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/parser/ |
D | parser.go | 68 Range Range member 77 type Range struct { struct 78 Start Position 79 End Position 82 func (r Range) String() string { return fmt.Sprintf("[%v %v]", r.Start, r.End) } 85 func (r Range) Text(lines []string) string { 109 func (r Range) Contains(p Position) bool { 113 func (r *Range) grow(o Range) { 783 Range Range // the textual range of the instruction member 815 Range Range member
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/ |
D | val_layout_test.cpp | 55 struct Range { struct 56 explicit Range(bool inverse = false) : inverse_(inverse) {} in Range() function 57 spv_result_t operator()(int order) { in operator ()() 62 bool inverse_;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | Range.cpp | 20 void AddressRanges::insert(AddressRange Range) { in insert() 89 for (auto Range : Ranges) in encode() local 100 for (auto &Range : Ranges) in decode() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_colorlevels.c | 35 typedef struct Range { struct 38 } Range; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveIntervalUnion.cpp | 29 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify() 56 void LiveIntervalUnion::extract(LiveInterval &VirtReg, const LiveRange &Range) { in extract()
|
/third_party/mindspore/mindspore/core/ops/ |
D | range.h | 35 Range() : PrimitiveC(kNameRange) {} in Range() function
|