Home
last modified time | relevance | path

Searched defs:SetCreationDate (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/cookies/
H A Dcookie_base.h181 void SetCreationDate(const base::Time& date) { creation_date_ = date; } in SetCreationDate() function
/aosp_15_r20/external/go-cmp/cmp/internal/teststructs/
H A Dproject4.go75 func (p *Cartel) SetCreationDate(x time.Time) { p.creationDate = x } func