Lines Matching refs:start_pos
166 size_t start_pos = json_doc_.find(from); in SetUp() local
167 json_doc_.replace(start_pos, from.length(), files_[0 + 2]->path); in SetUp()
169 start_pos = json_doc_.find(from); in SetUp()
170 json_doc_.replace(start_pos, from.length(), files_[1 + 2]->path); in SetUp()
411 size_t start_pos = json_doc_.find(from); in TEST_F() local
412 json_doc_.replace(start_pos, from.length(), "CPUCluster1MinFreq"); in TEST_F()
420 size_t start_pos = json_doc_.find(from); in TEST_F() local
421 json_doc_.replace(start_pos, from.length(), "CPUCluster1MinFreq"); in TEST_F()
430 size_t start_pos = json_doc_.find(from); in TEST_F() local
431 json_doc_.replace(start_pos, from.length(), files_[1 + 2]->path); in TEST_F()
440 size_t start_pos = json_doc_.find(from); in TEST_F() local
441 json_doc_.replace(start_pos, from.length(), "1134000"); in TEST_F()
450 size_t start_pos = json_doc_.find(from); in TEST_F() local
451 json_doc_.replace(start_pos, from.length(), "LOW"); in TEST_F()
460 size_t start_pos = json_doc_.find(from); in TEST_F() local
461 json_doc_.replace(start_pos, from.length(), ""); in TEST_F()
470 size_t start_pos = json_doc_.find(from); in TEST_F() local
471 json_doc_.replace(start_pos, from.length(), ""); in TEST_F()
563 size_t start_pos = json_doc_.find(from); in TEST_F() local
564 json_doc_.replace(start_pos, from.length(), R"("Node": "CPUCluster1MinFreq")"); in TEST_F()
575 size_t start_pos = json_doc_.find(from); in TEST_F() local
576 json_doc_.replace(start_pos, from.length(), R"("Node": "ModeProperty")"); in TEST_F()