Lines Matching refs:Value

1394       Value patch_value(  in PerformCommandDiff()
1395 Value::Type::BLOB, in PerformCommandDiff()
1626 static Value* PerformBlockImageUpdate(const char* name, State* state, in PerformBlockImageUpdate()
1644 std::vector<std::unique_ptr<Value>> args; in PerformBlockImageUpdate()
1654 const std::unique_ptr<Value>& blockdev_filename = args[0]; in PerformBlockImageUpdate()
1655 const std::unique_ptr<Value>& transfer_list_value = args[1]; in PerformBlockImageUpdate()
1656 const std::unique_ptr<Value>& new_data_fn = args[2]; in PerformBlockImageUpdate()
1657 const std::unique_ptr<Value>& patch_data_fn = args[3]; in PerformBlockImageUpdate()
1659 if (blockdev_filename->type != Value::Type::STRING) { in PerformBlockImageUpdate()
1663 if (transfer_list_value->type != Value::Type::BLOB) { in PerformBlockImageUpdate()
1667 if (new_data_fn->type != Value::Type::STRING) { in PerformBlockImageUpdate()
1671 if (patch_data_fn->type != Value::Type::STRING) { in PerformBlockImageUpdate()
2024 Value* BlockImageVerifyFn(const char* name, State* state, in BlockImageVerifyFn()
2047 Value* BlockImageUpdateFn(const char* name, State* state, in BlockImageUpdateFn()
2068 Value* RangeSha1Fn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv) { in RangeSha1Fn()
2074 std::vector<std::unique_ptr<Value>> args; in RangeSha1Fn()
2079 const std::unique_ptr<Value>& blockdev_filename = args[0]; in RangeSha1Fn()
2080 const std::unique_ptr<Value>& ranges = args[1]; in RangeSha1Fn()
2082 if (blockdev_filename->type != Value::Type::STRING) { in RangeSha1Fn()
2086 if (ranges->type != Value::Type::STRING) { in RangeSha1Fn()
2142 Value* CheckFirstBlockFn(const char* name, State* state, in CheckFirstBlockFn()
2150 std::vector<std::unique_ptr<Value>> args; in CheckFirstBlockFn()
2155 const std::unique_ptr<Value>& arg_filename = args[0]; in CheckFirstBlockFn()
2157 if (arg_filename->type != Value::Type::STRING) { in CheckFirstBlockFn()
2207 Value* BlockImageRecoverFn(const char* name, State* state, in BlockImageRecoverFn()
2215 std::vector<std::unique_ptr<Value>> args; in BlockImageRecoverFn()
2220 const std::unique_ptr<Value>& filename = args[0]; in BlockImageRecoverFn()
2221 const std::unique_ptr<Value>& ranges = args[1]; in BlockImageRecoverFn()
2223 if (filename->type != Value::Type::STRING) { in BlockImageRecoverFn()
2227 if (ranges->type != Value::Type::STRING) { in BlockImageRecoverFn()