Searched refs:TryGetFixed64 (Results 1 – 2 of 2) sorted by relevance
140 AssertOption(8765432109UL, fieldOptions.TryGetFixed64, FieldOpt1); in OptionLocations()189 AssertOption(ulong.MaxValue, options.TryGetFixed64, Fixed64Opt); in MaxValues()
114 public bool TryGetFixed64(int field, out ulong value) => TryGetUInt64(field, out value); in TryGetFixed64() method in Google.Protobuf.Reflection.CustomOptions