Searched refs:TryGetBytes (Results 1 – 2 of 2) sorted by relevance
198 …public bool TryGetBytes(int field, out ByteString value) => TryGetPrimitiveValue(field, out value); in TryGetBytes() method in Google.Protobuf.Reflection.CustomOptions
107 …AssertOption(ByteString.CopyFromUtf8("Hello\0World"), customOptions.TryGetBytes, BytesOpt, d.GetOp… in ScalarOptions()