/external/golang-protobuf/types/known/structpb/ |
D | struct.pb.go | 389 func NewListValue(v *ListValue) *Value { 555 ListValue *ListValue `protobuf:"bytes,6,opt,name=list_value,json=listValue,proto3,oneof"` member 573 type ListValue struct { struct 574 state protoimpl.MessageState 575 sizeCache protoimpl.SizeCache 576 unknownFields protoimpl.UnknownFields 579 Values []*Value `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` 598 func (x *ListValue) AsSlice() []interface{} { 606 func (x *ListValue) MarshalJSON() ([]byte, error) { 610 func (x *ListValue) UnmarshalJSON(b []byte) error { [all …]
|
/external/rust/crates/protobuf/src/well_known_types/ |
D | struct_pb.rs | 389 pub fn get_list_value(&self) -> &ListValue { in get_list_value() 407 pub fn set_list_value(&mut self, v: ListValue) { in set_list_value() 412 pub fn mut_list_value(&mut self) -> &mut ListValue { in mut_list_value() 424 pub fn take_list_value(&mut self) -> ListValue { in take_list_value() 667 pub struct ListValue { struct 677 impl<'a> ::std::default::Default for &'a ListValue { argument 683 impl ListValue { impl 714 impl crate::Message for ListValue { implementation 815 impl crate::Clear for ListValue { implementation 822 impl ::std::fmt::Debug for ListValue { implementation [all …]
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Struct.cs | 342 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/libchrome/components/json_schema/ |
D | json_schema_validator_unittest_base.h | 12 class ListValue; variable
|
D | json_schema_validator.h | 17 class ListValue; variable
|
/external/libchrome/base/test/ |
D | values_test_util.h | 15 class ListValue; variable
|
/external/protobuf/php/src/Google/Protobuf/ |
D | ListValue.php | 17 class ListValue extends \Google\Protobuf\Internal\Message class
|
/external/libchrome/components/policy/core/common/ |
D | configuration_policy_provider_test.h | 23 class ListValue; variable
|
/external/protobuf/src/google/protobuf/ |
D | struct.proto | 92 message ListValue { message
|
D | struct.pb.cc | 1172 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
|
D | struct.pb.h | 62 class ListValue; variable 565 ListValue(ListValue&& from) noexcept in ListValue() function
|
/external/tensorflow/tensorflow/core/framework/ |
D | attr_value.proto | 20 message ListValue { message
|
/external/libchrome/ipc/ |
D | ipc_message_utils.h | 49 class ListValue; variable
|
D | ipc_message_unittest.cc | 68 TEST(IPCMessageTest, ListValue) { in TEST() argument
|
/external/llvm/lib/TableGen/ |
D | TGParser.h | 49 ListInit *ListValue; member
|
/external/protobuf/php/tests/ |
D | well_known_test.php | 23 use Google\Protobuf\ListValue; alias
|
D | encode_decode_test.php | 27 use Google\Protobuf\ListValue; alias
|
/external/libchrome/base/ |
D | values.h | 45 class ListValue; variable
|
D | values.cc | 1166 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/tensorflow/tensorflow/core/protobuf/ |
D | struct.proto | 82 message ListValue { message
|
/external/libchrome/base/metrics/ |
D | histogram_base.h | 27 class ListValue; variable
|
/external/libchrome/mojo/public/cpp/base/ |
D | values_unittest.cc | 120 TEST(ValuesStructTraitsTest, ListValue) { in TEST() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGParser.h | 66 Init *ListValue; member
|
/external/auto/value/src/test/java/com/google/auto/value/extension/memoized/ |
D | MemoizedTest.java | 165 abstract static class ListValue<T extends Number, K> { class in MemoizedTest
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | Message.php | 47 use Google\Protobuf\ListValue; alias
|