Home
last modified time | relevance | path

Searched refs:ListValue (Results 1 – 18 of 18) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs45 …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 …]
DValuePartial.cs85 return new Value { ListValue = new ListValue { Values = { values } } }; in ForList()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dstruct.pb.cc38 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 …]
Dstruct.pb.h43 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 …]
Dstruct.proto77 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/
DTypeRegistryTest.cs47 AssertDescriptorPresent(registry, ListValue.Descriptor); in CreateWithFileDescriptor()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/
Ddefault_value.proto64 google.protobuf.ListValue top_level_listvalue = 219;
107 google.protobuf.ListValue shopping_list = 1;
Doneofs.proto51 google.protobuf.ListValue list_value_data = 7;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Djson_format_proto3.proto166 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/
DJsonFormatter.cs516 if (descriptor.FullName == ListValue.Descriptor.FullName) in WriteWellKnownTypeValue()
518 var fieldAccessor = descriptor.Fields[ListValue.ValuesFieldNumber].Accessor; in WriteWellKnownTypeValue()
DJsonParser.cs77 { 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/
Dwell_known_types.py684 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/
DJsonFormatTest.java42 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/
DJsonParserTest.cs701 …Assert.AreEqual(new ListValue { Values = { Value.ForNumber(1), Value.ForString("x") } }, ListValue in ParseListValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
DMakefile.am46 com/google/protobuf/ListValue.java \
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto193 google.protobuf.ListValue list_value = 3;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java60 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/
DCHANGES.txt192 * Added JSON format for Any, Struct, Value and ListValue
279 - Fixed wire-format for google.protobuf.Value/ListValue.