HomeSort by relevance Sort by last modified time
    Searched full:set_seconds (Results 1 - 16 of 16) sorted by null

  /external/protobuf/objectivec/google/protobuf/
Timestamp.pbobjc.h 54 /// timestamp.set_seconds(time(NULL));
63 /// timestamp.set_seconds(tv.tv_sec);
75 /// timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));
  /external/protobuf/src/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
duration.pb.cc 342 set_seconds(from.seconds());
398 void Duration::set_seconds(::google::protobuf::int64 value) { function in class:google::protobuf::Duration
timestamp.pb.cc 356 set_seconds(from.seconds());
424 void Timestamp::set_seconds(::google::protobuf::int64 value) { function in class:google::protobuf::Timestamp
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/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));
  /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
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Timestamp.cs 58 /// timestamp.set_seconds(time(NULL));
67 /// timestamp.set_seconds(tv.tv_sec);
79 /// timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));
  /external/protobuf/src/google/protobuf/util/
time_util.cc 76 result.set_seconds(seconds);
99 result.set_seconds(seconds);
225 duration->set_seconds(seconds);
407 timestamp->set_seconds(seconds);
418 duration->set_seconds(seconds);
time_util.h 205 result.set_seconds(-d.seconds());
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource_test.cc 964 ts->set_seconds(kTimestampMinSeconds - 1);
975 ts->set_seconds(kTimestampMaxSeconds + 1);
986 dur->set_seconds(kDurationMinSeconds - 1);
997 dur->set_seconds(kDurationMaxSeconds + 1);
protostream_objectwriter_test.cc 886 ts->set_seconds(1448249855);
899 ts->set_seconds(-61665654145);
912 ts->set_seconds(-61665654145);
925 ts->set_seconds(1448249855);
938 ts->set_seconds(1448249855);
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
time_util.h 205 result.set_seconds(-d.seconds());

Completed in 1462 milliseconds