Home
last modified time | relevance | path

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

/third_party/protobuf/examples/
Dlist_people.cc45 cout << " Updated: " << TimeUtil::ToString(person.last_updated()) << endl; in ListPeople()
Daddressbook.proto44 google.protobuf.Timestamp last_updated = 5; field
/third_party/nghttp2/src/
Dshrpx_tls.h61 std::chrono::steady_clock::time_point last_updated; member
Dshrpx_tls.cc2432 if (cache->last_updated + 1min > t) { in try_cache_tls_session()
2445 cache->last_updated = t; in try_cache_tls_session()
/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.cc334 int last_updated = 0; in AssembleCode() local
367 last_updated = safepoints()->UpdateDeoptimizationInfo( in AssembleCode()
368 exit->pc_offset(), trampoline_pc, last_updated, in AssembleCode()
/third_party/ffmpeg/fftools/
Dffplay.c146 double last_updated; member
1371 return c->pts_drift + time - (time - c->last_updated) * (1.0 - c->speed); in get_clock()
1378 c->last_updated = time; in set_clock_at()
1478 is->frame_timer += av_gettime_relative() / 1000000.0 - is->vidclk.last_updated; in stream_toggle_pause()