Home
last modified time | relevance | path

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

/external/golang-protobuf/ptypes/struct/
Dstruct.pb.go127 ListValue *ListValue `protobuf:"bytes,6,opt,name=list_value,json=listValue,oneof"` member
324 type ListValue struct { struct
326 Values []*Value `protobuf:"bytes,1,rep,name=values" json:"values,omitempty"`
329 func (m *ListValue) Reset() { *m = ListValue{} }
330 func (m *ListValue) String() string { return proto.CompactTextString(m) }
331 func (*ListValue) ProtoMessage() {}
332 func (*ListValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
333 func (*ListValue) XXX_WellKnownType() string { return "ListValue" }
335 func (m *ListValue) GetValues() []*Value {
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/libmojo/ipc/
Dipc_message_utils.h37 class ListValue; variable
/external/libchrome/base/
Dvalues.h40 class ListValue; variable
Dvalues.cc1078 ListValue::ListValue() : Value(Type::LIST) {} in ListValue() function in base::ListValue
/external/llvm/lib/TableGen/
DTGParser.h49 ListInit *ListValue; member
DTGParser.cpp2061 ListInit *ListValue = nullptr; in ParseForeach() local
/external/libchrome/base/metrics/
Dhistogram_base.h27 class ListValue; variable
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types.py684 class ListValue(object): class