Home
last modified time | relevance | path

Searched refs:Exceeds (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dhistogram.cc118 double value = static_cast<double>((*histogram)->Exceeds()); in GetExceeds()
127 BigInt::NewFromUnsigned(env->isolate(), (*histogram)->Exceeds())); in GetExceedsBigInt()
555 double value = static_cast<double>((*histogram)->Exceeds()); in GetExceeds()
565 BigInt::New(env->isolate(), (*histogram)->Exceeds())); in GetExceedsBigInt()
H A Dhistogram.h43 inline size_t Exceeds() const { return exceeds_; } in Exceeds() function in node::Histogram

Completed in 4 milliseconds