/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Struct.cs | 45 …typeof(global::Google.Protobuf.WellKnownTypes.ListValue), global::Google.Protobuf.WellKnownTypes.L… in StructReflection() 238 case KindOneofCase.ListValue: in Value() 239 ListValue = other.ListValue.Clone(); in Value() 326 public global::Google.Protobuf.WellKnownTypes.ListValue ListValue { property in Google.Protobuf.WellKnownTypes.Value 327 …get { return kindCase_ == KindOneofCase.ListValue ? (global::Google.Protobuf.WellKnownTypes.ListVa… 330 kindCase_ = value == null ? KindOneofCase.None : KindOneofCase.ListValue; 343 ListValue = 6, enumerator 375 if (!object.Equals(ListValue, other.ListValue)) return false; in Equals() 388 if (kindCase_ == KindOneofCase.ListValue) hash ^= ListValue.GetHashCode(); in GetHashCode() 420 if (kindCase_ == KindOneofCase.ListValue) { in WriteTo() [all …]
|
D | ValuePartial.cs | 85 return new Value { ListValue = new ListValue { Values = { values } } }; in ForList()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | struct.pb.cc | 38 const ::google::protobuf::ListValue* list_value_; 96 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ListValue, values_), in protobuf_AssignDesc_google_2fprotobuf_2fstruct_2eproto() 101 ListValue::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fstruct_2eproto() 106 sizeof(ListValue), in protobuf_AssignDesc_google_2fprotobuf_2fstruct_2eproto() 107 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ListValue, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fstruct_2eproto() 108 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ListValue, _is_default_instance_)); in protobuf_AssignDesc_google_2fprotobuf_2fstruct_2eproto() 137 ListValue_descriptor_, &ListValue::default_instance()); in protobuf_RegisterTypes() 148 delete ListValue::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fstruct_2eproto() 182 ListValue::default_instance_ = new ListValue(); in protobuf_AddDesc_google_2fprotobuf_2fstruct_2eproto() 185 ListValue::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fstruct_2eproto() [all …]
|
D | struct.pb.h | 43 class ListValue; variable 289 const ::google::protobuf::ListValue& list_value() const; 290 ::google::protobuf::ListValue* mutable_list_value(); 291 ::google::protobuf::ListValue* release_list_value(); 292 void set_allocated_list_value(::google::protobuf::ListValue* list_value); 317 ::google::protobuf::ListValue* list_value_; 331 class LIBPROTOBUF_EXPORT ListValue : public ::google::protobuf::Message /* @@protoc_insertion_point… 333 ListValue(); 334 virtual ~ListValue(); 336 ListValue(const ListValue& from); [all …]
|
D | struct.proto | 77 ListValue list_value = 6; 90 // `ListValue` is a wrapper around a repeated field of values. 92 // The JSON representation for `ListValue` is JSON array. 93 message ListValue { message
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Reflection/ |
D | TypeRegistryTest.cs | 47 AssertDescriptorPresent(registry, ListValue.Descriptor); in CreateWithFileDescriptor()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/ |
D | default_value.proto | 64 google.protobuf.ListValue top_level_listvalue = 219; 107 google.protobuf.ListValue shopping_list = 1;
|
D | oneofs.proto | 51 google.protobuf.ListValue list_value_data = 7;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | json_format_proto3.proto | 166 google.protobuf.ListValue value = 1; 167 repeated google.protobuf.ListValue repeated_value = 2;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ |
D | JsonFormatter.cs | 516 if (descriptor.FullName == ListValue.Descriptor.FullName) in WriteWellKnownTypeValue() 518 var fieldAccessor = descriptor.Fields[ListValue.ValuesFieldNumber].Accessor; in WriteWellKnownTypeValue()
|
D | JsonParser.cs | 77 { ListValue.Descriptor.FullName, (parser, message, tokenizer) => 78 …parser.MergeRepeatedField(message, message.Descriptor.Fields[ListValue.ValuesFieldNumber], tokeniz…
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | well_known_types.py | 684 class ListValue(object): class 721 'google.protobuf.ListValue': ListValue,
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/java/com/google/protobuf/util/ |
D | JsonFormatTest.java | 42 import com.google.protobuf.ListValue; 759 ListValue.Builder listBuilder = ListValue.newBuilder(); in testStruct()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/ |
D | JsonParserTest.cs | 701 …Assert.AreEqual(new ListValue { Values = { Value.ForNumber(1), Value.ForString("x") } }, ListValue… in ParseListValue()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/ |
D | Makefile.am | 46 com/google/protobuf/ListValue.java \
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/proto/com/google/protobuf/util/ |
D | json_test.proto | 193 google.protobuf.ListValue list_value = 3;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/ |
D | JsonFormat.java | 60 import com.google.protobuf.ListValue; 620 ListValue.getDescriptor().getFullName(), in buildWellKnownTypePrinters() 1132 ListValue.getDescriptor().getFullName(), in buildWellKnownTypeParsers()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 192 * Added JSON format for Any, Struct, Value and ListValue 279 - Fixed wire-format for google.protobuf.Value/ListValue.
|