Home
last modified time | relevance | path

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

/third_party/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
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DCustomOptionsTest.cs107 …AssertOption(ByteString.CopyFromUtf8("Hello\0World"), customOptions.TryGetBytes, BytesOpt, d.GetOp… in ScalarOptions()