Searched refs:IsNormalized (Results 1 – 8 of 8) sorted by relevance
79 static bool IsNormalized(FormatMode mode) { in IsNormalized() function133 bool IsNormalized() const { in IsNormalized() function134 if (type_->IsNumber() && IsNormalized(type_->AsNumber()->GetFormatMode())) in IsNormalized()139 if (!IsNormalized(member.mode)) { in IsNormalized()
483 float scale = fmt->IsNormalized() ? 255.f : 1.f; in Probe()
65 internal static bool IsNormalized(long seconds, int nanoseconds) in IsNormalized() method in Google.Protobuf.WellKnownTypes.Duration89 if (!IsNormalized(Seconds, Nanos)) in ToTimeSpan()199 if (IsNormalized(seconds, nanoseconds)) in ToJson()
48 private static bool IsNormalized(long seconds, int nanoseconds) => in IsNormalized() method in Google.Protobuf.WellKnownTypes.Timestamp116 if (!IsNormalized(Seconds, Nanos)) in ToDateTime()201 if (IsNormalized(seconds, nanoseconds)) in ToJson()
32 Foreign::IsNormalized(value)) in TQ_OBJECT_CONSTRUCTORS_IMPL()34 Foreign::IsNormalized(value)) in TQ_OBJECT_CONSTRUCTORS_IMPL()
25 bool Foreign::IsNormalized(Object value) { in TQ_OBJECT_CONSTRUCTORS_IMPL()
24 static inline bool IsNormalized(Object object);
908 if (!Duration.IsNormalized(seconds, nanos)) in MergeDuration()