Searched defs:SBAddFullHash (Results 1 – 1 of 1) sorted by relevance
68 struct SBAddFullHash { struct73 SBAddFullHash(int32 id, base::Time r, const SBFullHash& h) in SBAddFullHash() function81 SBAddFullHash(int32 id, int32 r, const SBFullHash& h) in SBAddFullHash() function84 SBAddFullHash() : chunk_id(), received(), full_hash() {} in SBAddFullHash() argument86 int32 GetAddChunkId() const { return chunk_id; } in GetAddChunkId()87 SBPrefix GetAddPrefix() const { return full_hash.prefix; } in GetAddPrefix()