Home
last modified time | relevance | path

Searched refs:set_seconds (Results 1 – 17 of 17) sorted by relevance

/external/protobuf/src/google/protobuf/util/
Dtime_util.cc76 result.set_seconds(seconds); in CreateNormalized()
99 result.set_seconds(seconds); in CreateNormalized()
225 duration->set_seconds(seconds); in FromString()
407 timestamp->set_seconds(seconds); in ToTimestamp()
418 duration->set_seconds(seconds); in ToDuration()
Dtime_util.h205 result.set_seconds(-d.seconds());
/external/protobuf/src/google/protobuf/
Dduration.pb.h104 void set_seconds(::google::protobuf::int64 value);
143 inline void Duration::set_seconds(::google::protobuf::int64 value) { in set_seconds() function
Dtimestamp.proto59 // timestamp.set_seconds(time(NULL));
68 // timestamp.set_seconds(tv.tv_sec);
80 // timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));
Dtimestamp.pb.h114 void set_seconds(::google::protobuf::int64 value);
156 inline void Timestamp::set_seconds(::google::protobuf::int64 value) { in set_seconds() function
Dduration.pb.cc342 set_seconds(from.seconds()); in MergeFrom()
398 void Duration::set_seconds(::google::protobuf::int64 value) { in set_seconds() function in google::protobuf::Duration
Dtimestamp.pb.cc356 set_seconds(from.seconds()); in MergeFrom()
424 void Timestamp::set_seconds(::google::protobuf::int64 value) { in set_seconds() function in google::protobuf::Timestamp
/external/golang-protobuf/ptypes/timestamp/
Dtimestamp.proto60 // timestamp.set_seconds(time(NULL));
69 // timestamp.set_seconds(tv.tv_sec);
81 // timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));
/external/syzkaller/vendor/github.com/golang/protobuf/ptypes/timestamp/
Dtimestamp.proto60 // timestamp.set_seconds(time(NULL));
69 // timestamp.set_seconds(tv.tv_sec);
81 // timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));
/external/tensorflow/tensorflow/core/util/proto/
Dproto_utils.h66 proto.set_seconds(absl::IDivDuration(duration, absl::Seconds(1), &duration)); in ToDurationProto()
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc964 ts->set_seconds(kTimestampMinSeconds - 1); in TEST_P()
975 ts->set_seconds(kTimestampMaxSeconds + 1); in TEST_P()
986 dur->set_seconds(kDurationMinSeconds - 1); in TEST_P()
997 dur->set_seconds(kDurationMaxSeconds + 1); in TEST_P()
Dprotostream_objectwriter_test.cc886 ts->set_seconds(1448249855); in TEST_P()
899 ts->set_seconds(-61665654145); in TEST_P()
912 ts->set_seconds(-61665654145); in TEST_P()
925 ts->set_seconds(1448249855); in TEST_P()
938 ts->set_seconds(1448249855); in TEST_P()
1141 dur->set_seconds(1448216930); in TEST_P()
/external/grpc-grpc/test/cpp/grpclb/
Dgrpclb_api_test.cc74 client_stats_report_interval->set_seconds(123); in TEST_F()
/external/grpc-grpc/test/cpp/end2end/
Dserver_load_reporting_end2end_test.cc137 ->set_seconds(5); in TEST_F()
Dgrpclb_end2end_test.cc220 ->set_seconds(client_load_reporting_interval_seconds_); in BalanceLoad()
/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_reporter.cc316 load->mutable_total_latency()->set_seconds( in GenerateLoads()
/external/tensorflow/tensorflow/contrib/fused_conv/kernels/
Dfused_conv2d_bias_activation_op.cc290 proto.set_seconds(absl::IDivDuration(duration, absl::Seconds(1), &duration)); in ToDurationProto()