Searched defs:in_blob (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/base/
H A Dvalues.cc167 Value::Value(const std::vector<char>& in_blob) : type_(Type::BINARY) { argument
168 binary_value_.Init(in_blob);
171 Value::Value(std::vector<char>&& in_blob) noexcept : type_(Type::BINARY) {
172 binary_value_.Init(std::move(in_blob));

Completed in 91 milliseconds