Lines Matching refs:name
50 int32_t DoLookupAndUpdate(const std::string &name, CloudDiskMetaFileCallBack updateFunc);
83 int32_t DoLookupAndUpdate(const std::string &name, CloudDiskMetaFileCallBack updateFunc);
84 int32_t DoChildUpdate(const std::string &name, CloudDiskMetaFileCallBack updateFunc);
144 const std::string &name, const std::string &parentCloudId, int64_t rowId);
146 const std::string &name, const std::string &parentCloudId, int64_t rowId);
162 MetaBase(const std::string &name) : name(name) {}
163 MetaBase(const std::string &name, const std::string &cloudId) : name(name), cloudId(cloudId) {}
171 return other.cloudId == cloudId && other.name == name && other.size == size;
180 std::string name{};