Lines Matching refs:pref
58 path& pref = (p = S); in RunTestCase() local
59 assert(&pref == &p); in RunTestCase()
70 path& pref = p.assign(S); in RunTestCase() local
71 assert(&pref == &p); in RunTestCase()
84 path& pref = (p = S); in RunTestCase() local
85 assert(&pref == &p); in RunTestCase()
96 path& pref = p.assign(S); in RunTestCase() local
97 assert(&pref == &p); in RunTestCase()
111 path& pref = (p = TestPath); in RunTestCase() local
112 assert(&pref == &p); in RunTestCase()
121 path& pref = p.assign(TestPath); in RunTestCase() local
122 assert(&pref == &p); in RunTestCase()
131 path& pref = p.assign(TestPath, TestPathEnd); in RunTestCase() local
132 assert(&pref == &p); in RunTestCase()
146 path& pref = (p = it); in RunTestCase() local
147 assert(&pref == &p); in RunTestCase()
157 path& pref = p.assign(it); in RunTestCase() local
158 assert(&pref == &p); in RunTestCase()
169 path& pref = p.assign(it, e); in RunTestCase() local
170 assert(&pref == &p); in RunTestCase()