/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
H A D | BenchmarkMessage1Proto3.cs | 1356 Field12 = input.ReadBool(); in MergeFrom() 1360 Field13 = input.ReadBool(); in MergeFrom() 1364 Field14 = input.ReadBool(); in MergeFrom() 1379 Field17 = input.ReadBool(); in MergeFrom() 1395 Field24 = input.ReadBool(); in MergeFrom() 1407 Field30 = input.ReadBool(); in MergeFrom() 1411 Field59 = input.ReadBool(); in MergeFrom() 1427 Field78 = input.ReadBool(); in MergeFrom() 1431 Field80 = input.ReadBool(); in MergeFrom() 1435 Field81 = input.ReadBool(); in MergeFrom() [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | Descriptor.cs | 2780 Proto3Optional = input.ReadBool(); in MergeFrom() 2841 Proto3Optional = input.ReadBool(); in IBufferMessage.InternalMergeFrom() 4646 ClientStreaming = input.ReadBool(); in MergeFrom() 4650 ServerStreaming = input.ReadBool(); in MergeFrom() 4687 ClientStreaming = input.ReadBool(); in IBufferMessage.InternalMergeFrom() 4691 ServerStreaming = input.ReadBool(); in IBufferMessage.InternalMergeFrom() 5779 JavaMultipleFiles = input.ReadBool(); in MergeFrom() 5787 CcGenericServices = input.ReadBool(); in MergeFrom() 5791 JavaGenericServices = input.ReadBool(); in MergeFrom() 5795 PyGenericServices = input.ReadBool(); in MergeFrom() [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | Api.cs | 805 RequestStreaming = input.ReadBool(); in MergeFrom() 813 ResponseStreaming = input.ReadBool(); in MergeFrom() 847 RequestStreaming = input.ReadBool(); in IBufferMessage.InternalMergeFrom() 855 ResponseStreaming = input.ReadBool(); in IBufferMessage.InternalMergeFrom()
|
H A D | Struct.cs | 616 BoolValue = input.ReadBool(); in MergeFrom() 665 BoolValue = input.ReadBool(); in IBufferMessage.InternalMergeFrom()
|
H A D | Wrappers.cs | 1287 Value = input.ReadBool(); in MergeFrom() 1305 Value = input.ReadBool(); in IBufferMessage.InternalMergeFrom()
|
H A D | Type.cs | 887 Packed = input.ReadBool(); in MergeFrom() 941 Packed = input.ReadBool(); in IBufferMessage.InternalMergeFrom()
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | ParseContext.cs | 212 public bool ReadBool() in ReadBool() method
|
H A D | CodedInputStream.cs | 413 public bool ReadBool()
in ReadBool() method in Google.Protobuf.CodedInputStream
|
H A D | FieldCodec.cs | 244 return new FieldCodec<bool>((ref ParseContext ctx) => ctx.ReadBool(), (ref WriteContext ctx, bool value) => ctx.WriteBool(value), CodedOutputStream.BoolSize, tag, defaultValue); in ForBool()
|
/third_party/gn/src/gn/ |
H A D | tool.cc | 89 bool Tool::ReadBool(Scope* scope, const char* var, bool* field, Err* err) { in ReadBool() function in Tool 211 !ReadBool(scope, "restat", &restat_, err) || in InitTool()
|
H A D | tool.h | 256 bool ReadBool(Scope* scope, const char* var, bool* field, Err* err);
|
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/ |
H A D | Conformance.cs | 744 PrintUnknownFields = input.ReadBool(); in MergeFrom() 797 PrintUnknownFields = input.ReadBool(); in IBufferMessage.InternalMergeFrom() 1471 UseJspbArrayAnyFormat = input.ReadBool(); in MergeFrom() 1489 UseJspbArrayAnyFormat = input.ReadBool(); in IBufferMessage.InternalMergeFrom()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestProto3Optional.cs | 1020 OptionalBool = input.ReadBool(); in MergeFrom() 1124 OptionalBool = input.ReadBool(); in IBufferMessage.InternalMergeFrom()
|
H A D | TestMessagesProto3.cs | 3796 OptionalBool = input.ReadBool(); in MergeFrom() 4185 OneofBool = input.ReadBool(); in MergeFrom() 4509 OptionalBool = input.ReadBool(); in IBufferMessage.InternalMergeFrom() 4898 OneofBool = input.ReadBool(); in IBufferMessage.InternalMergeFrom()
|
H A D | TestMessagesProto2.cs | 3663 OptionalBool = input.ReadBool(); in MergeFrom() 4048 OneofBool = input.ReadBool(); in MergeFrom() 4212 OptionalBool = input.ReadBool(); in IBufferMessage.InternalMergeFrom() 4597 OneofBool = input.ReadBool(); in IBufferMessage.InternalMergeFrom() 6330 OptionalBool = input.ReadBool(); in MergeFrom() 6375 OptionalBool = input.ReadBool(); in IBufferMessage.InternalMergeFrom()
|
H A D | UnittestProto3.cs | 1587 SingleBool = input.ReadBool(); in MergeFrom() 1826 SingleBool = input.ReadBool(); in IBufferMessage.InternalMergeFrom() 6729 Data = input.ReadBool(); in MergeFrom() 6747 Data = input.ReadBool(); in IBufferMessage.InternalMergeFrom()
|
H A D | Unittest.cs | 3746 OptionalBool = input.ReadBool(); in MergeFrom() 3984 DefaultBool = input.ReadBool(); in MergeFrom() 4099 OptionalBool = input.ReadBool(); in IBufferMessage.InternalMergeFrom() 4337 DefaultBool = input.ReadBool(); in IBufferMessage.InternalMergeFrom() 18995 Data = input.ReadBool(); in MergeFrom() 19013 Data = input.ReadBool(); in IBufferMessage.InternalMergeFrom() [all...] |