Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/
Dtime_util.cc77 result.set_seconds(seconds); in CreateNormalized()
100 result.set_seconds(seconds); in CreateNormalized()
235 duration->set_seconds(seconds); in FromString()
402 duration->set_seconds(seconds); in ToDuration()
Dtime_util.h221 result.set_seconds(-d.seconds());
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc1106 ts->set_seconds(kTimestampMinSeconds - 1); in TEST_P()
1117 ts->set_seconds(kTimestampMaxSeconds + 1); in TEST_P()
1128 dur->set_seconds(kDurationMinSeconds - 1); in TEST_P()
1139 dur->set_seconds(kDurationMaxSeconds + 1); in TEST_P()
1148 out.mutable_ts()->set_seconds(0); in TEST_P()
1149 out.mutable_dur()->set_seconds(0); in TEST_P()
Dprotostream_objectwriter_test.cc1205 ts->set_seconds(1448249855); in TEST_P()
1218 ts->set_seconds(-61665654145); in TEST_P()
1231 ts->set_seconds(-61665654145); in TEST_P()
1244 ts->set_seconds(1448249855); in TEST_P()
1257 ts->set_seconds(1448249855); in TEST_P()
1460 dur->set_seconds(1448216930); in TEST_P()
/third_party/protobuf/src/google/protobuf/
Dduration.pb.h188 void set_seconds(::PROTOBUF_NAMESPACE_ID::int64 value);
241 inline void Duration::set_seconds(::PROTOBUF_NAMESPACE_ID::int64 value) { in set_seconds() function
Dtimestamp.pb.h188 void set_seconds(::PROTOBUF_NAMESPACE_ID::int64 value);
241 inline void Timestamp::set_seconds(::PROTOBUF_NAMESPACE_ID::int64 value) { in set_seconds() function
Dtimestamp.proto62 // timestamp.set_seconds(time(NULL));
71 // timestamp.set_seconds(tv.tv_sec);
83 // timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));
/third_party/grpc/test/cpp/grpclb/
Dgrpclb_api_test.cc85 client_stats_report_interval->set_seconds(123); in TEST_F()
/third_party/grpc/test/cpp/end2end/
Dserver_load_reporting_end2end_test.cc136 ->set_seconds(5); in TEST_F()
Dgrpclb_end2end_test.cc254 ->set_seconds(client_load_reporting_interval_seconds_); in BalanceLoad()
Dxds_end2end_test.cc1006 response.mutable_load_reporting_interval()->set_seconds( in StreamLoadStats()
/third_party/grpc/src/cpp/server/load_reporter/
Dload_reporter.cc318 load->mutable_total_latency()->set_seconds( in GenerateLoads()