Home
last modified time | relevance | path

Searched refs:ForString (Results 1 – 13 of 13) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DValuePartial.cs42 public static Value ForString(string value) in ForString() method in Google.Protobuf.WellKnownTypes.Value
DFieldMask.cs276 = pb::FieldCodec.ForString(10);
DStruct.cs113 …ing, global::Google.Protobuf.WellKnownTypes.Value>.Codec(pb::FieldCodec.ForString(10), pb::FieldCo…
DType.cs161 = pb::FieldCodec.ForString(26);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs423 { "d", Value.ForString("text") }, in StructSample()
424 { "e", Value.ForList(Value.ForString("t1"), Value.ForNumber(5)) }, in StructSample()
425 … { "f", Value.ForStruct(new Struct { Fields = { { "nested", Value.ForString("value") } } }) } in StructSample()
DJsonParserTest.cs695 …Assert.AreEqual(Value.ForList(Value.ForNumber(1), Value.ForString("x")), Value.Parser.ParseJson("[… in StructValue_List()
701 …Assert.AreEqual(new ListValue { Values = { Value.ForNumber(1), Value.ForString("x") } }, ListValue… in ParseListValue()
708 ….ForStruct(new Struct { Fields = { { "x", Value.ForNumber(1) }, { "y", Value.ForString("z") } } }), in StructValue_Struct()
715 …rt.AreEqual(new Struct { Fields = { { "x", Value.ForNumber(1) }, { "y", Value.ForString("z") } } }, in ParseStruct()
DFieldCodecTest.cs47 new FieldCodecTestData<string>(FieldCodec.ForString(100), "sample", "String"),
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DFieldCodec.cs52 public static FieldCodec<string> ForString(uint tag) in ForString() method in Google.Protobuf.FieldCodec
275 …{ typeof(string), ForString(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFor…
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1296 = pb::FieldCodec.ForString(354);
1356 = pb::FieldCodec.ForString(434);
1366 = pb::FieldCodec.ForString(442);
1509 …= new pbc::MapField<string, string>.Codec(pb::FieldCodec.ForString(10), pb::FieldCodec.ForString(1…
1519 …= new pbc::MapField<string, pb::ByteString>.Codec(pb::FieldCodec.ForString(10), pb::FieldCodec.For…
1529 …bal::Conformance.TestAllTypes.Types.NestedMessage>.Codec(pb::FieldCodec.ForString(10), pb::FieldCo…
1539 …pField<string, global::Conformance.ForeignMessage>.Codec(pb::FieldCodec.ForString(10), pb::FieldCo…
1549 …global::Conformance.TestAllTypes.Types.NestedEnum>.Codec(pb::FieldCodec.ForString(10), pb::FieldCo…
1559 …= new pbc::MapField<string, global::Conformance.ForeignEnum>.Codec(pb::FieldCodec.ForString(10), p…
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs378 field.AddEntriesFrom(input, FieldCodec.ForString(tag)); in AddEntriesFrom_String()
456 field.WriteTo(output, FieldCodec.ForString(tag)); in WriteTo_String()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs358 …= new pbc::MapField<string, string>.Codec(pb::FieldCodec.ForString(10), pb::FieldCodec.ForString(1…
DUnittestProto3.cs711 = pb::FieldCodec.ForString(354);
3042 = pb::FieldCodec.ForString(66);
3875 = pb::FieldCodec.ForString(10);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs363 = pb::FieldCodec.ForString(26);
840 = pb::FieldCodec.ForString(82);
5521 = pb::FieldCodec.ForString(50);