Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/golang-protobuf/types/known/structpb/
H A Dstruct.pb.go388 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/
Dstruct_pb.rs389 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/
Dstruct_.rs377 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 DStruct.cs415 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 DStruct.cs415 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 Dstruct.pb.h52 class ListValue; variable
560 inline ListValue() : ListValue(nullptr) {} in ListValue() function
565 ListValue(ListValue&& from) noexcept in ListValue() function
H A Dstruct.pb.cc62 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 Dstruct.proto92 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/
Dstruct.pb.h50 class ListValue; variable
522 inline ListValue() : ListValue(nullptr) {} in ListValue() function
527 ListValue(ListValue&& from) noexcept in ListValue() function
Dstruct.pb.cc60 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/
Dstruct.pb.cc60 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
Dstruct.pb.h50 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 Dstruct.pb.h52 class ListValue; variable
560 inline ListValue() : ListValue(nullptr) {} in ListValue() function
565 ListValue(ListValue&& from) noexcept in ListValue() function
H A Dstruct.pb.cc62 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 Dstruct.proto92 message ListValue { message
/aosp_15_r20/external/libchrome/components/json_schema/
H A Djson_schema_validator_unittest_base.h12 class ListValue; variable
/aosp_15_r20/external/libchrome/base/test/
H A Dvalues_test_util.h15 class ListValue; variable
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/
H A DListValue.php17 class ListValue extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/
H A DListValue.php17 class ListValue extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dconfiguration_policy_provider_test.h23 class ListValue; variable
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Dstruct.proto92 message ListValue { message
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dattr_value.proto20 message ListValue { message
/aosp_15_r20/external/googleapis/google/api/expr/v1beta1/
H A Dvalue.proto87 message ListValue { message
/aosp_15_r20/external/googleapis/google/api/expr/v1alpha1/
H A Dvalue.proto88 message ListValue { message
/aosp_15_r20/external/libchrome/base/
H A 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

123456789