Searched refs:patches (Results 1 – 3 of 3) sorted by relevance
136 std::vector<std::unique_ptr<Value>> patches; in PatchMode() local138 patches.push_back(std::make_unique<Value>( in PatchMode()141 return applypatch(argv[1], argv[2], argv[3], target_size, sha1s, patches, &bonus); in PatchMode()
146 patches.push_back( in SetUpTestCase()150 patches.push_back( in SetUpTestCase()156 patches.clear(); in TearDownTestCase()159 static std::vector<std::unique_ptr<Value>> patches; member in ApplyPatchFullTest187 std::vector<std::unique_ptr<Value>> ApplyPatchFullTest::patches; member in ApplyPatchFullTest
662 std::vector<std::unique_ptr<Value>> patches; in ApplyPatchFn() local665 patches.push_back(std::move(arg_values[i * 2 + 1])); in ApplyPatchFn()670 patch_sha_str, patches, nullptr); in ApplyPatchFn()