Home
last modified time | relevance | path

Searched defs:RangeTable (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/profiler/unwind/
H A Drange_table.h10 struct RangeTable { struct
11 RangeTable() { in RangeTable() function
16 void add(uint64_t address, std::optional<T> payload, bool sorted) { in add()
24 std::optional<T> find(uint64_t address) { in find()
29 void dump() { in dump()
34 size_t size() const { in size()
37 uint64_t back() { in back()
43 void maybeSort() { in maybeSort()
69 bool sorted_ = true;
70 std::vector<uint64_t> addresses_;
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/unicode/
Dletter.go21 type RangeTable struct { struct
22 R16 []Range16
23 R32 []Range32
24 LatinOffset int // number of entries in R16 with Hi <= MaxLatin1
157 func Is(rangeTab *RangeTable, r rune) bool {
170 func isExcludingLatin(rangeTab *RangeTable, r rune) bool {
Dgraphic.go59 func IsOneOf(ranges []*RangeTable, r rune) bool {
69 func In(r rune, ranges ...*RangeTable) bool {
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/syntax/
Dparse.go1986 func appendTable(r []rune, x *unicode.RangeTable) []rune {
2011 func appendNegatedTable(r []rune, x *unicode.RangeTable) []rune {