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
187 …AssertOption(uint.MaxValue, customOptions.TryGetFixed32, Fixed32Opt, d.GetOption, d.GetOptions().G… in MaxValues()