Searched refs:ParsingPrimitivesMessages (Results 1 - 9 of 9) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | CodedInputStream.cs | 292 ParsingPrimitivesMessages.CheckReadEndOfStreamTag(ref state);
in CheckReadEndOfStreamTag() 340 ParsingPrimitivesMessages.SkipLastField(ref span, ref state);
in SkipLastField() 349 ParsingPrimitivesMessages.SkipGroup(ref span, ref state, startGroupTag);
in SkipGroup() 442 ParsingPrimitivesMessages.ReadMessage(ref ctx, builder);
in ReadMessage() 458 ParsingPrimitivesMessages.ReadGroup(ref ctx, builder);
in ReadGroup() 690 ParsingPrimitivesMessages.ReadRawMessage(ref ctx, message);
in ReadRawMessage()
|
H A D | ParsingPrimitivesWrappers.cs | 97 ParsingPrimitivesMessages.SkipLastField(ref buffer, ref state); in ReadFloatWrapperSlow() 149 ParsingPrimitivesMessages.SkipLastField(ref buffer, ref state); in ReadDoubleWrapperSlow() 219 ParsingPrimitivesMessages.SkipLastField(ref buffer, ref state); in ReadUInt32WrapperSlow() 291 ParsingPrimitivesMessages.SkipLastField(ref buffer, ref state); in ReadUInt64WrapperSlow()
|
H A D | ParseContext.cs | 231 ParsingPrimitivesMessages.ReadMessage(ref this, message); in ReadMessage() 240 ParsingPrimitivesMessages.ReadGroup(ref this, message); in ReadGroup()
|
H A D | MessageExtensions.cs | 293 ParsingPrimitivesMessages.ReadRawMessage(ref ctx, message); in MergeFrom() 294 ParsingPrimitivesMessages.CheckReadEndOfStreamTag(ref ctx.state); in MergeFrom()
|
H A D | UnknownFieldSet.cs | 237 ParsingPrimitivesMessages.ReadGroup(ref ctx, number, set); in MergeFieldFrom() 304 ParsingPrimitivesMessages.SkipLastField(ref ctx.buffer, ref ctx.state); in MergeFieldFrom()
|
H A D | ParsingPrimitivesMessages.cs | 45 internal static class ParsingPrimitivesMessages class
|
H A D | FieldCodec.cs | 609 ParsingPrimitivesMessages.SkipLastField(ref ctx.buffer, ref ctx.state); 613 ParsingPrimitivesMessages.CheckReadEndOfStreamTag(ref ctx.state);
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | LegacyGeneratedCodeTest.cs | 93 ParsingPrimitivesMessages.ReadRawMessage(ref parseCtx, parsed); in LegacyGeneratedCodeThrowsWithReadOnlySequence()
|
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | MapField.cs | 710 ParsingPrimitivesMessages.SkipLastField(ref ctx.buffer, ref ctx.state);
in InternalMergeFrom()
|
Completed in 8 milliseconds