Searched defs:SetCreationDate (Results 1 – 2 of 2) sorted by relevance
181 void SetCreationDate(const base::Time& date) { creation_date_ = date; } in SetCreationDate() function
75 func (p *Cartel) SetCreationDate(x time.Time) { p.creationDate = x } func