Home
last modified time | relevance | path

Searched refs:diff_type (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/os/support/
H A DDateTime.h23 enum diff_type { enum
67 diff_type type) const;
219 using BPrivate::diff_type;
/haiku/docs/user/support/
H A DDateTime.dox45 \enum BPrivate::diff_type
233 \fn bigtime_t BPrivate::BTime::Difference(const BTime &time, diff_type type) const
/haiku/src/kits/support/
H A DDateTime.cpp336 BTime::Difference(const BTime& time, diff_type type) const in Difference()