Lines Matching refs:SourcePath
11 in SourcePath
15 {SourcePath{}, ""},
16 {SourcePath{0}, ".0"},
17 {SourcePath{1}, ".name"},
18 {SourcePath{1, 1}, ".name.1"},
19 {SourcePath{1, 1, -2, 3}, ".name.1.-2.3"},
20 {SourcePath{3}, ".dependency"},
21 {SourcePath{3, 0}, ".dependency[0]"},
22 {SourcePath{3, -1}, ".dependency.-1"},
23 {SourcePath{3, 1, 2}, ".dependency[1].2"},
24 {SourcePath{4}, ".message_type"},
25 {SourcePath{4, 0}, ".message_type[0]"},
26 {SourcePath{4, -1}, ".message_type.-1"},
27 {SourcePath{4, 1, 0}, ".message_type[1].0"},
28 {SourcePath{4, 1, 1}, ".message_type[1].name"},