Searched refs:ToInt64 (Results 1 – 10 of 10) sorted by relevance
178 snprintf(buffer, sizeof(buffer), "%" B_PRId64, value.ToInt64()); in PrepareField()187 int64 diff = a.ToInt64() - b.ToInt64(); in CompareValues()211 bigtime_t time = value.ToInt64(); in PrepareField()227 bigtime_t a = _a.ToInt64(); in CompareValues()228 bigtime_t b = _b.ToInt64(); in CompareValues()259 nanotime_t time = value.ToInt64(); in PrepareField()275 nanotime_t a = _a.ToInt64(); in CompareValues()276 nanotime_t b = _b.ToInt64(); in CompareValues()
19 int64 ToInt64() const in ToInt64() function20 { return fValue.ToInt64(); } in ToInt64()
388 fPrimitive.SetTo(fPrimitive.ToInt64() in operator +=()389 + temp.fPrimitive.ToInt64()); in operator +=()468 fPrimitive.SetTo(fPrimitive.ToInt64() in operator -=()469 - temp.fPrimitive.ToInt64()); in operator -=()548 fPrimitive.SetTo(fPrimitive.ToInt64() in operator /=()549 / temp.fPrimitive.ToInt64()); in operator /=()628 fPrimitive.SetTo(fPrimitive.ToInt64() in operator *=()629 * temp.fPrimitive.ToInt64()); in operator *=()708 fPrimitive.SetTo(fPrimitive.ToInt64() in operator %=()709 % temp.fPrimitive.ToInt64()); in operator %=()[all …]
59 ? upper.ToInt64() - lower.ToInt64() + 1 in CountElements()
39 string << fValue.ToInt64(); in ToString()
157 return ToInt64() == other.ToInt64(); in operator ==()290 BVariant::ToInt64() const in ToInt64() function in BVariant
117 value.ToInt64()); in FormatValue()
1061 bitStride = value.ToInt64(); in ResolveElementLocation()1099 dimensionStride = value.ToInt64(); in ResolveElementLocation()1118 dimensionStride = value.ToInt64() * 8; in ResolveElementLocation()
1120 upperBound.SetTo(lowerBound.ToInt64() + count.ToInt64() - 1); in _CreateSubrangeType()
97 int64 ToInt64() const;