Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/
Dtime_util_test.cc80 EXPECT_EQ(100000000, TimeUtil::TimestampToNanoseconds(time)); in TEST()
82 EXPECT_EQ(100000, TimeUtil::TimestampToNanoseconds(time)); in TEST()
84 EXPECT_EQ(100, TimeUtil::TimestampToNanoseconds(time)); in TEST()
130 EXPECT_EQ(0, TimeUtil::TimestampToNanoseconds(TimeUtil::GetEpoch())); in TEST()
198 1, TimeUtil::TimestampToNanoseconds(TimeUtil::NanosecondsToTimestamp(1))); in TEST()
199 EXPECT_EQ(-1, TimeUtil::TimestampToNanoseconds( in TEST()
Dtime_util.h132 static int64 TimestampToNanoseconds(const Timestamp& timestamp);
Dtime_util.cc306 int64 TimeUtil::TimestampToNanoseconds(const Timestamp& timestamp) { in TimestampToNanoseconds() function in google::protobuf::util::TimeUtil
/external/protobuf/src/google/protobuf/
Dmap_test.cc306 return google::protobuf::util::TimeUtil::TimestampToNanoseconds( in Now()