OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_seconds
(Results
1 - 4
of
4
) sorted by null
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
timestamp.proto
59
// timestamp.
set_seconds
(time(NULL));
68
// timestamp.
set_seconds
(tv.tv_sec);
80
// timestamp.
set_seconds
((INT64) ((ticks / 10000000) - 11644473600LL));
duration.pb.h
104
void
set_seconds
(::google::protobuf::int64 value);
143
inline void Duration::
set_seconds
(::google::protobuf::int64 value) {
function in class:google::protobuf::Duration
timestamp.pb.h
114
void
set_seconds
(::google::protobuf::int64 value);
156
inline void Timestamp::
set_seconds
(::google::protobuf::int64 value) {
function in class:google::protobuf::Timestamp
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
time_util.h
205
result.
set_seconds
(-d.seconds());
Completed in 72 milliseconds