Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DValuePartial.cs63 public static Value ForBool(bool value) in ForBool() method in Google.Protobuf.WellKnownTypes.Value
/external/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs72 public static FieldCodec<bool> ForBool(uint tag) in ForBool() method in Google.Protobuf.FieldCodec
268 …{ typeof(bool), ForBool(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.…
/external/protobuf/csharp/src/Google.Protobuf.Test/
DFieldCodecTest.cs45 new FieldCodecTestData<bool>(FieldCodec.ForBool(100), true, "Bool"),
DJsonFormatterTest.cs419 { "b", Value.ForBool(false) }, in StructSample()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs332 … = new pbc::MapField<bool, bool>.Codec(pb::FieldCodec.ForBool(8), pb::FieldCodec.ForBool(16), 106);
1050 … = new pbc::MapField<bool, bool>.Codec(pb::FieldCodec.ForBool(8), pb::FieldCodec.ForBool(16), 106);
DUnittestProto3.cs663 = pb::FieldCodec.ForBool(346);
4720 = pb::FieldCodec.ForBool(818);
5080 = pb::FieldCodec.ForBool(816);
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1209 = pb::FieldCodec.ForBool(346);
1401 … = new pbc::MapField<bool, bool>.Codec(pb::FieldCodec.ForBool(8), pb::FieldCodec.ForBool(16), 546);