Home | History | Annotate | Download | only in cryptohome

Lines Matching refs:bytes

85   if (other.bytes)
86 bytes.reset(new std::string(*other.bytes));
95 const std::string& bytes)
97 bytes(new std::string(bytes)) {
103 bytes.reset(other.bytes ? new std::string(*other.bytes) : NULL);
112 const bool has_bytes = bytes;
113 const bool other_has_bytes = other.bytes;
118 (!has_bytes || (*bytes == *other.bytes));