Home
last modified time | relevance | path

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

/build/soong/finder/fs/
Dfs.go150 type Clock struct { struct
151 time time.Time
159 func (c *Clock) Tick() {
163 func (c *Clock) Time() time.Time {
184 Clock *Clock member