Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_tree_views.cpp24 struct SourceRangeFactory { struct
25 SourceRangeFactory( in SourceRangeFactory() argument
36 SourceRange create(int line, int start_col, int end_col) { in create()
44 std::tuple<size_t, size_t> line_col_to_byte_offs( in line_col_to_byte_offs()
55 std::shared_ptr<Source> source_;
56 std::vector<size_t> line_len_prefix_sum_;
57 size_t leading_whitespace_chars_;