Searched defs:SubsecondScalingFactors (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
H A DJsonParser.cs64 private static readonly int[] SubsecondScalingFactors = { 0, 100000000, 100000000, 10000000, 1000000, 100000, 10000, 1000, 100, 10, 1 }; field in class:Google.Protobuf.JsonParser
811 nanosToAdd = parsedFraction * SubsecondScalingFactors[subseconds.Length];
887 nanos = parsedFraction * SubsecondScalingFactors[subseconds.Length] * multiplier;

Completed in 101 milliseconds