Lines Matching refs:Bb
53 Bb = new ParseContextEnabledMessageB { OptionalInt32 = 12345 } in IntermixingOfNewAndLegacyGeneratedCodeWorksWithCodedInputStream()
67 Assert.AreEqual(12345, parsed.A.Bb.OptionalInt32); in IntermixingOfNewAndLegacyGeneratedCodeWorksWithCodedInputStream()
78 Bb = new ParseContextEnabledMessageB { OptionalInt32 = 12345 } in LegacyGeneratedCodeThrowsWithReadOnlySequence()
110 Bb = new ParseContextEnabledMessageB { OptionalInt32 = 12345 } in IntermixingOfNewAndLegacyGeneratedCodeWorksWithCodedOutputStream()
122 Assert.AreEqual(12345, parsed.A.Bb.OptionalInt32); in IntermixingOfNewAndLegacyGeneratedCodeWorksWithCodedOutputStream()
138 Bb = new ParseContextEnabledMessageB { OptionalInt32 = 12345 } in LegacyGeneratedCodeThrowsWithIBufferWriter()
160 public ParseContextEnabledMessageB Bb { property in Google.Protobuf.LegacyGeneratedCodeTest.LegacyGeneratedCodeMessageA
170 output.WriteMessage(Bb); in WriteTo()
180 size += 1 + pb::CodedOutputStream.ComputeMessageSize(Bb); in CalculateSize()
197 Bb = new ParseContextEnabledMessageB(); in MergeFrom()
199 input.ReadMessage(Bb); in MergeFrom()