Searched defs:TryGetInt32 (Results 1 – 2 of 2) sorted by relevance
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
| D | CustomOptions.cs | 93 public bool TryGetInt32(int field, out int value) => TryGetPrimitiveValue(field, out value); in TryGetInt32() method in Google.Protobuf.Reflection.CustomOptions |
| /external/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
| D | CustomOptions.cs | 93 public bool TryGetInt32(int field, out int value) => TryGetPrimitiveValue(field, out value); in TryGetInt32() method in Google.Protobuf.Reflection.CustomOptions |