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