Searched refs:TryGetFixed32 (Results 1 – 2 of 2) sorted by relevance
105 public bool TryGetFixed32(int field, out uint value) => TryGetUInt32(field, out value); in TryGetFixed32() method in Google.Protobuf.Reflection.CustomOptions
188 AssertOption(uint.MaxValue, options.TryGetFixed32, Fixed32Opt); in MaxValues()