/external/golang-protobuf/ptypes/struct/ |
D | struct.pb.go | 127 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 {
|
D | struct.proto | 93 message ListValue { message
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Struct.cs | 302 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/ |
D | struct.proto | 93 message ListValue { message
|
D | struct.pb.cc | 1248 ListValue::ListValue() in ListValue() function in google::protobuf::ListValue 1258 ListValue::ListValue(const ListValue& from) in ListValue() function in google::protobuf::ListValue
|
D | struct.pb.h | 43 class ListValue; variable
|
/external/tensorflow/tensorflow/core/framework/ |
D | attr_value.proto | 18 message ListValue { message
|
/external/libmojo/ipc/ |
D | ipc_message_utils.h | 37 class ListValue; variable
|
/external/libchrome/base/ |
D | values.h | 40 class ListValue; variable
|
D | values.cc | 1078 ListValue::ListValue() : Value(Type::LIST) {} in ListValue() function in base::ListValue
|
/external/llvm/lib/TableGen/ |
D | TGParser.h | 49 ListInit *ListValue; member
|
D | TGParser.cpp | 2061 ListInit *ListValue = nullptr; in ParseForeach() local
|
/external/libchrome/base/metrics/ |
D | histogram_base.h | 27 class ListValue; variable
|
/external/protobuf/python/google/protobuf/internal/ |
D | well_known_types.py | 684 class ListValue(object): class
|