Home
last modified time | relevance | path

Searched defs:TryGetFixed64 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DCustomOptions.cs122 public bool TryGetFixed64(int field, out ulong value) => TryGetUInt64(field, out value); in TryGetFixed64() method in Google.Protobuf.Reflection.CustomOptions
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DCustomOptions.cs122 public bool TryGetFixed64(int field, out ulong value) => TryGetUInt64(field, out value); in TryGetFixed64() method in Google.Protobuf.Reflection.CustomOptions