Home
last modified time | relevance | path

Searched defs:ListValue (Results 1 – 19 of 19) sorted by relevance

/external/golang-protobuf/ptypes/struct/
Dstruct.pb.go176 ListValue *ListValue `protobuf:"bytes,6,opt,name=list_value,json=listValue,proto3,oneof"` member
255 type ListValue struct { struct
257 Values []*Value `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
258 XXX_NoUnkeyedLiteral struct{} `json:"-"`
259 XXX_unrecognized []byte `json:"-"`
260 XXX_sizecache int32 `json:"-"`
263 func (m *ListValue) Reset() { *m = ListValue{} }
264 func (m *ListValue) String() string { return proto.CompactTextString(m) }
265 func (*ListValue) ProtoMessage() {}
266 func (*ListValue) Descriptor() ([]byte, []int) {
[all …]
Dstruct.proto93 message ListValue { message
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs302 public global::Google.Protobuf.WellKnownTypes.ListValue ListValue { property in Google.Protobuf.WellKnownTypes.Value
319 ListValue = 6, enumerator
499 public sealed partial class ListValue : pb::IMessage<ListValue> { class
511 public ListValue() { in ListValue() method in Google.Protobuf.WellKnownTypes.ListValue
517 public ListValue(ListValue other) : this() { in ListValue() method in Google.Protobuf.WellKnownTypes.ListValue
/external/protobuf/src/google/protobuf/
Dstruct.proto93 message ListValue { message
Dstruct.pb.cc1248 ListValue::ListValue() in ListValue() function in google::protobuf::ListValue
1258 ListValue::ListValue(const ListValue& from) in ListValue() function in google::protobuf::ListValue
Dstruct.pb.h43 class ListValue; variable
/external/tensorflow/tensorflow/core/framework/
Dattr_value.proto18 message ListValue { message
/external/tensorflow/tensorflow/core/protobuf/
Dstruct.proto75 message ListValue { message
/external/libchrome/ipc/
Dipc_message_utils.h49 class ListValue; variable
Dipc_message_unittest.cc68 TEST(IPCMessageTest, ListValue) { in TEST() argument
/external/llvm/lib/TableGen/
DTGParser.h49 ListInit *ListValue; member
DTGParser.cpp2061 ListInit *ListValue = nullptr; in ParseForeach() local
/external/libchrome/base/
Dvalues.h45 class ListValue; variable
Dvalues.cc1166 ListValue::ListValue() : Value(Type::LIST) {} in ListValue() function in base::ListValue
1167 ListValue::ListValue(const ListStorage& in_list) : Value(in_list) {} in ListValue() function in base::ListValue
1168 ListValue::ListValue(ListStorage&& in_list) noexcept in ListValue() function in base::ListValue
/external/libchrome/base/metrics/
Dhistogram_base.h27 class ListValue; variable
/external/libchrome/mojo/public/cpp/base/
Dvalues_unittest.cc120 TEST(ValuesStructTraitsTest, ListValue) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGParser.h63 Init *ListValue; member
DTGParser.cpp2598 Init *ListValue = nullptr; in ParseForeach() local
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types.py684 class ListValue(object): class