Home
last modified time | relevance | path

Searched defs:FromInt64 (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dtime.h1449 constexpr Duration FromInt64(int64_t v, std::ratio<1, N>) { in FromInt64() function
1455 constexpr Duration FromInt64(int64_t v, std::ratio<60>) { in FromInt64() function
1461 constexpr Duration FromInt64(int64_t v, std::ratio<3600>) { in FromInt64() function
/third_party/node/deps/v8/src/objects/
Dbigint.cc1449 Handle<BigInt> BigInt::FromInt64(Isolate* isolate, int64_t n) { in FromInt64() function in v8::internal::BigInt