Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DCustomOptions.cs102 … public bool TryGetInt64(int field, out long value) => TryGetPrimitiveValue(field, out value); in TryGetInt64() method in Google.Protobuf.Reflection.CustomOptions
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DCustomOptions.cs102 … public bool TryGetInt64(int field, out long value) => TryGetPrimitiveValue(field, out value); in TryGetInt64() method in Google.Protobuf.Reflection.CustomOptions