Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp162 struct Times { struct
166 Times GetTimes(path const& p) { in GetTimes() argument
/llvm-project/third-party/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h935 TypedExpectation& Times(const Cardinality& a_cardinality) { in Times() function
941 TypedExpectation& Times(int n) { return Times(Exactly(n)); } in Times() function