Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DCustomOptions.cs105 public bool TryGetFixed32(int field, out uint value) => TryGetUInt32(field, out value); in TryGetFixed32() method in Google.Protobuf.Reflection.CustomOptions

Completed in 1 milliseconds