Home
last modified time | relevance | path

Searched refs:GetCurrentTime (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dtime.h57 void LIBPROTOBUF_EXPORT GetCurrentTime(int64* seconds, int32* nanos);
Dtime.cc264 void GetCurrentTime(int64* seconds, int32* nanos) { in GetCurrentTime() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtime_util.h91 #ifdef GetCurrentTime
92 #undef GetCurrentTime // Visual Studio has macro GetCurrentTime
95 static Timestamp GetCurrentTime();
Dtime_util.cc125 return ::google::protobuf::internal::GetCurrentTime(seconds, nanos); in CurrentTime()
166 Timestamp TimeUtil::GetCurrentTime() { in GetCurrentTime() function in google::protobuf::util::TimeUtil
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dwell_known_types.py184 def GetCurrentTime(self): member in Timestamp
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test.cc308 google::protobuf::util::TimeUtil::GetCurrentTime()); in Now()