Searched defs:IsNormalized (Results 1 – 3 of 3) sorted by relevance
| /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ | ||
| D | TimestampPartial.cs | 48 private static bool IsNormalized(long seconds, int nanoseconds) => in IsNormalized() method in Google.Protobuf.WellKnownTypes.Timestamp |
| D | DurationPartial.cs | 65 internal static bool IsNormalized(long seconds, int nanoseconds) in IsNormalized() method in Google.Protobuf.WellKnownTypes.Duration |
| /external/v8/src/ | ||
| D | objects-inl.h | 2476 bool Foreign::IsNormalized(Object* value) { in IsNormalized() function |