Home
last modified time | relevance | path

Searched refs:to_time (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/ruby/tests/
Dwell_known_types_test.rb10 assert_equal Time.at(0), ts.to_time
13 assert_equal Time.at(12345), ts.to_time
21 assert_equal time, ts.to_time
27 assert_equal time, ts.to_time
/external/grpc-grpc/src/ruby/spec/
Dtime_consts_spec.rb32 expect(m.const_get(c).to_time).to be_a(Time)
/external/protobuf/ruby/lib/google/protobuf/
Dwell_known_types.rb75 def to_time singletonMethod
/external/libcxx/src/filesystem/
Doperations.cpp774 auto to_time = detail::extract_mtime(to_stat_path); in __copy_file() local
775 if (from_time.tv_sec < to_time.tv_sec) in __copy_file()
777 if (from_time.tv_sec == to_time.tv_sec && in __copy_file()
778 from_time.tv_nsec <= to_time.tv_nsec) in __copy_file()