Home
last modified time | relevance | path

Searched refs:TryGetBool (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs164 AssertOption(false, options.TryGetBool, BoolOpt); in MinValues()
181 AssertOption(true, options.TryGetBool, BoolOpt); in MaxValues()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DCustomOptions.cs80 public bool TryGetBool(int field, out bool value) => TryGetPrimitiveValue(field, out value); in TryGetBool() method in Google.Protobuf.Reflection.CustomOptions