/aosp_15_r20/external/golang-protobuf/types/known/structpb/ |
H A D | struct.pb.go | 388 func NewListValue(v *ListValue) *Value { 554 ListValue *ListValue `protobuf:"bytes,6,opt,name=list_value,json=listValue,proto3,oneof"` member 572 type ListValue struct { struct 573 state protoimpl.MessageState 574 sizeCache protoimpl.SizeCache 575 unknownFields protoimpl.UnknownFields 578 Values []*Value `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` 597 func (x *ListValue) AsSlice() []interface{} { 606 func (x *ListValue) MarshalJSON() ([]byte, error) { 610 func (x *ListValue) UnmarshalJSON(b []byte) error { [all …]
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/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 …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/well_known_types/ |
D | struct_.rs | 377 pub fn list_value(&self) -> &ListValue { in list_value() 396 pub fn set_list_value(&mut self, v: ListValue) { in set_list_value() 401 pub fn mut_list_value(&mut self) -> &mut ListValue { in mut_list_value() 413 pub fn take_list_value(&mut self) -> ListValue { in take_list_value() 641 ListValue(super::ListValue), enumerator 666 pub struct ListValue { struct 672 // @@protoc_insertion_point(special_field:google.protobuf.ListValue.special_fields) argument 676 impl<'a> ::std::default::Default for &'a ListValue { implementation 682 impl ListValue { implementation 703 impl crate::Message for ListValue { implementation [all …]
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | Struct.cs | 415 public global::Google.Protobuf.WellKnownTypes.ListValue ListValue { property in Google.Protobuf.WellKnownTypes.Value 432 ListValue = 6, enumerator 739 public sealed partial class ListValue : pb::IMessage<ListValue> class 764 public ListValue() { in ListValue() method in Google.Protobuf.WellKnownTypes.ListValue 772 public ListValue(ListValue other) : this() { in ListValue() method in Google.Protobuf.WellKnownTypes.ListValue
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | Struct.cs | 415 public global::Google.Protobuf.WellKnownTypes.ListValue ListValue { property in Google.Protobuf.WellKnownTypes.Value 432 ListValue = 6, enumerator 739 public sealed partial class ListValue : pb::IMessage<ListValue> class 764 public ListValue() { in ListValue() method in Google.Protobuf.WellKnownTypes.ListValue 772 public ListValue(ListValue other) : this() { in ListValue() method in Google.Protobuf.WellKnownTypes.ListValue
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | struct.pb.h | 52 class ListValue; variable 560 inline ListValue() : ListValue(nullptr) {} in ListValue() function 565 ListValue(ListValue&& from) noexcept in ListValue() function
|
H A D | struct.pb.cc | 62 PROTOBUF_CONSTEXPR ListValue::ListValue( in ListValue() function in ListValue 856 ListValue::ListValue(::PROTOBUF_NAMESPACE_ID::Arena* arena, in ListValue() function in ListValue 862 ListValue::ListValue(const ListValue& from) in ListValue() function in ListValue
|
H A D | struct.proto | 92 message ListValue { message
|
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/google/protobuf/ |
D | struct.pb.h | 50 class ListValue; variable 522 inline ListValue() : ListValue(nullptr) {} in ListValue() function 527 ListValue(ListValue&& from) noexcept in ListValue() function
|
D | struct.pb.cc | 60 PROTOBUF_CONSTEXPR ListValue::ListValue( in ListValue() function in ListValue 792 ListValue::ListValue(::PROTOBUF_NAMESPACE_ID::Arena* arena, in ListValue() function in ListValue 798 ListValue::ListValue(const ListValue& from) in ListValue() function in ListValue
|
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/google/protobuf/ |
D | struct.pb.cc | 60 PROTOBUF_CONSTEXPR ListValue::ListValue( in ListValue() function in ListValue 792 ListValue::ListValue(::PROTOBUF_NAMESPACE_ID::Arena* arena, in ListValue() function in ListValue 798 ListValue::ListValue(const ListValue& from) in ListValue() function in ListValue
|
D | struct.pb.h | 50 class ListValue; variable 522 inline ListValue() : ListValue(nullptr) {} in ListValue() function 527 ListValue(ListValue&& from) noexcept in ListValue() function
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | struct.pb.h | 52 class ListValue; variable 560 inline ListValue() : ListValue(nullptr) {} in ListValue() function 565 ListValue(ListValue&& from) noexcept in ListValue() function
|
H A D | struct.pb.cc | 62 PROTOBUF_CONSTEXPR ListValue::ListValue( in ListValue() function in ListValue 856 ListValue::ListValue(::PROTOBUF_NAMESPACE_ID::Arena* arena, in ListValue() function in ListValue 862 ListValue::ListValue(const ListValue& from) in ListValue() function in ListValue
|
H A D | struct.proto | 92 message ListValue { message
|
/aosp_15_r20/external/libchrome/components/json_schema/ |
H A D | json_schema_validator_unittest_base.h | 12 class ListValue; variable
|
/aosp_15_r20/external/libchrome/base/test/ |
H A D | values_test_util.h | 15 class ListValue; variable
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | ListValue.php | 17 class ListValue extends \Google\Protobuf\Internal\Message class
|
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/ |
H A D | ListValue.php | 17 class ListValue extends \Google\Protobuf\Internal\Message class
|
/aosp_15_r20/external/libchrome/components/policy/core/common/ |
H A D | configuration_policy_provider_test.h | 23 class ListValue; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/ |
D | struct.proto | 92 message ListValue { message
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | attr_value.proto | 20 message ListValue { message
|
/aosp_15_r20/external/googleapis/google/api/expr/v1beta1/ |
H A D | value.proto | 87 message ListValue { message
|
/aosp_15_r20/external/googleapis/google/api/expr/v1alpha1/ |
H A D | value.proto | 88 message ListValue { message
|
/aosp_15_r20/external/libchrome/base/ |
H A 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
|