Home
last modified time | relevance | path

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

12

/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.cs342 public global::Google.Protobuf.WellKnownTypes.ListValue ListValue { property in Google.Protobuf.WellKnownTypes.Value
359 ListValue = 6, enumerator
564 public sealed partial class ListValue : pb::IMessage<ListValue> { class
581 public ListValue() { in ListValue() method in Google.Protobuf.WellKnownTypes.ListValue
588 public ListValue(ListValue other) : this() { in ListValue() method in Google.Protobuf.WellKnownTypes.ListValue
/external/protobuf/php/src/Google/Protobuf/
DListValue.php17 class ListValue extends \Google\Protobuf\Internal\Message class
/external/protobuf/src/google/protobuf/
Dstruct.proto92 message ListValue { message
Dstruct.pb.cc1172 ListValue::ListValue() in ListValue() function in ListValue
1177 ListValue::ListValue(::PROTOBUF_NAMESPACE_ID::Arena* arena) in ListValue() function in ListValue
1185 ListValue::ListValue(const ListValue& from) in ListValue() function in ListValue
Dstruct.pb.h62 class ListValue; variable
565 ListValue(ListValue&& from) noexcept in ListValue() function
/external/tensorflow/tensorflow/core/framework/
Dattr_value.proto18 message ListValue { message
/external/libchrome/components/json_schema/
Djson_schema_validator.h17 class ListValue; variable
/external/libchrome/ipc/
Dipc_message_utils.h49 class ListValue; variable
Dipc_message_unittest.cc68 TEST(IPCMessageTest, ListValue) { in TEST() argument
/external/tensorflow/tensorflow/core/protobuf/
Dstruct.proto79 message ListValue { message
/external/llvm/lib/TableGen/
DTGParser.h49 ListInit *ListValue; member
DTGParser.cpp2061 ListInit *ListValue = nullptr; in ParseForeach() local
/external/protobuf/php/tests/
Dwell_known_test.php23 use Google\Protobuf\ListValue; alias
Dencode_decode_test.php27 use Google\Protobuf\ListValue; alias
/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/php/src/Google/Protobuf/Internal/
DMessage.php47 use Google\Protobuf\ListValue; alias
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types.py806 class ListValue(object): class
/external/protobuf/php/ext/google/protobuf/
Dmessage.c2199 PHP_METHOD(ListValue, __construct) { argument

12