Lines Matching refs:start_pos
168 size_t start_pos = json_doc_.find(from); in SetUp() local
169 json_doc_.replace(start_pos, from.length(), files_[0 + 2]->path); in SetUp()
171 start_pos = json_doc_.find(from); in SetUp()
172 json_doc_.replace(start_pos, from.length(), files_[1 + 2]->path); in SetUp()
305 size_t start_pos = json_doc_.find(from); in TEST_F() local
306 json_doc_.replace(start_pos, from.length(), "CPUCluster1MinFreq"); in TEST_F()
314 size_t start_pos = json_doc_.find(from); in TEST_F() local
315 json_doc_.replace(start_pos, from.length(), "CPUCluster1MinFreq"); in TEST_F()
324 size_t start_pos = json_doc_.find(from); in TEST_F() local
325 json_doc_.replace(start_pos, from.length(), files_[1 + 2]->path); in TEST_F()
334 size_t start_pos = json_doc_.find(from); in TEST_F() local
335 json_doc_.replace(start_pos, from.length(), "1134000"); in TEST_F()
344 size_t start_pos = json_doc_.find(from); in TEST_F() local
345 json_doc_.replace(start_pos, from.length(), "LOW"); in TEST_F()
354 size_t start_pos = json_doc_.find(from); in TEST_F() local
355 json_doc_.replace(start_pos, from.length(), ""); in TEST_F()
364 size_t start_pos = json_doc_.find(from); in TEST_F() local
365 json_doc_.replace(start_pos, from.length(), ""); in TEST_F()
446 size_t start_pos = json_doc_.find(from); in TEST_F() local
447 json_doc_.replace(start_pos, from.length(), in TEST_F()
460 size_t start_pos = json_doc_.find(from); in TEST_F() local
461 json_doc_.replace(start_pos, from.length(), "\"Node\":\"ModeProperty\""); in TEST_F()