Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DCustomOptions.cs190 … public bool TryGetString(int field, out string value) => TryGetPrimitiveValue(field, out value); in TryGetString() method in Google.Protobuf.Reflection.CustomOptions
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs109 AssertOption("Hello, \"World\"", options.TryGetString, StringOpt); in ScalarOptions()