Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DCustomOptions.cs123 public bool TryGetSFixed32(int field, out int value) => TryGetInt32(field, out value); in TryGetSFixed32() method in Google.Protobuf.Reflection.CustomOptions

Completed in 2 milliseconds