Searched refs:OptionalStringPieceDefaultValue (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ | ||
H A D | TestMessagesProto2.cs | 863 private readonly static string OptionalStringPieceDefaultValue = ""; field in ProtobufTestMessages.Proto2.TestAllTypesProto2 868 get { return optionalStringPiece_ ?? OptionalStringPieceDefaultValue; } |
H A D | Unittest.cs | 1739 private readonly static string OptionalStringPieceDefaultValue = ""; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes 1744 get { return optionalStringPiece_ ?? OptionalStringPieceDefaultValue; } [all...] |
Completed in 49 milliseconds