Home
last modified time | relevance | path

Searched defs:IsNormalized (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
Dformat.h79 static bool IsNormalized(FormatMode mode) { in IsNormalized() function
133 bool IsNormalized() const { in IsNormalized() function
/third_party/protobuf/third_party/abseil-cpp/absl/crc/internal/
Dcrc_cord_state.h110 bool IsNormalized() const { return rep().removed_prefix.length == 0; } in IsNormalized() function
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DDurationPartial.cs42 internal static bool IsNormalized(long seconds, int nanoseconds) in IsNormalized() method in Google.Protobuf.WellKnownTypes.Duration
DTimestampPartial.cs25 private static bool IsNormalized(long seconds, int nanoseconds) => in IsNormalized() method in Google.Protobuf.WellKnownTypes.Timestamp