Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DCustomOptions.cs198 …public bool TryGetBytes(int field, out ByteString value) => TryGetPrimitiveValue(field, out value); in TryGetBytes() method in Google.Protobuf.Reflection.CustomOptions
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs110 AssertOption(ByteString.CopyFromUtf8("Hello\0World"), options.TryGetBytes, BytesOpt); in ScalarOptions()