Home
last modified time | relevance | path

Searched refs:ForBool (Results 1 – 12 of 12) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DValuePartial.cs63 public static Value ForBool(bool value) in ForBool() method in Google.Protobuf.WellKnownTypes.Value
/third_party/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs74 public static FieldCodec<bool> ForBool(uint tag) in ForBool() method in Google.Protobuf.FieldCodec
76 return FieldCodec.ForBool(tag, false); in ForBool()
242 public static FieldCodec<bool> ForBool(uint tag, bool defaultValue) in ForBool() method in Google.Protobuf.FieldCodec
532 …{ typeof(bool), ForBool(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.…
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DFieldCodecTest.cs46 new FieldCodecTestData<bool>(FieldCodec.ForBool(100), true, "FixedBool"),
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DFieldCodecTest.cs46 new FieldCodecTestData<bool>(FieldCodec.ForBool(100), true, "FixedBool"),
DJsonFormatterTest.cs523 { "b", Value.ForBool(false) }, in StructSample()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DMapUnittestProto3.cs356 …= new pbc::MapField<bool, bool>.Codec(pb::FieldCodec.ForBool(8, false), pb::FieldCodec.ForBool(16,…
1446 …= new pbc::MapField<bool, bool>.Codec(pb::FieldCodec.ForBool(8, false), pb::FieldCodec.ForBool(16,…
DTestMessagesProto3.cs851 = pb::FieldCodec.ForBool(346);
1064 = pb::FieldCodec.ForBool(698);
1207 = pb::FieldCodec.ForBool(808);
1350 …= new pbc::MapField<bool, bool>.Codec(pb::FieldCodec.ForBool(8, false), pb::FieldCodec.ForBool(16,…
DTestMessagesProto2.cs1044 = pb::FieldCodec.ForBool(344);
1257 = pb::FieldCodec.ForBool(698);
1400 = pb::FieldCodec.ForBool(808);
1543 …= new pbc::MapField<bool, bool>.Codec(pb::FieldCodec.ForBool(8, false), pb::FieldCodec.ForBool(16,…
DUnittestProto3.cs727 = pb::FieldCodec.ForBool(346);
7225 = pb::FieldCodec.ForBool(818);
7743 = pb::FieldCodec.ForBool(816);
DUnittest.cs781 …Google.Protobuf.TestProtos.Proto2.TestAllExtensions, bool>(13, pb::FieldCodec.ForBool(104, false));
836 …lobal::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, bool>(43, pb::FieldCodec.ForBool(344));
889 …:Google.Protobuf.TestProtos.Proto2.TestAllExtensions, bool>(73, pb::FieldCodec.ForBool(584, true));
944 …l::Google.Protobuf.TestProtos.Proto2.TestPackedExtensions, bool>(102, pb::FieldCodec.ForBool(818));
972 …:Google.Protobuf.TestProtos.Proto2.TestUnpackedExtensions, bool>(102, pb::FieldCodec.ForBool(816));
1934 = pb::FieldCodec.ForBool(344);
22811 = pb::FieldCodec.ForBool(818);
23329 = pb::FieldCodec.ForBool(816);
DUnittestCustomOptionsProto3.cs186 …Google.Protobuf.Reflection.MessageOptions, bool>(7706090, pb::FieldCodec.ForBool(61648720, false));
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DControl.cs5924 = pb::FieldCodec.ForBool(58);
5937 = pb::FieldCodec.ForBool(66);