Home
last modified time | relevance | path

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

12

/external/golang-protobuf/types/known/structpb/
Dstruct.pb.go389 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/
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 …]
/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/libchrome/components/json_schema/
Djson_schema_validator_unittest_base.h12 class ListValue; variable
Djson_schema_validator.h17 class ListValue; variable
/external/libchrome/base/test/
Dvalues_test_util.h15 class ListValue; variable
/external/protobuf/php/src/Google/Protobuf/
DListValue.php17 class ListValue extends \Google\Protobuf\Internal\Message class
/external/libchrome/components/policy/core/common/
Dconfiguration_policy_provider_test.h23 class ListValue; variable
/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.proto20 message ListValue { message
/external/libchrome/ipc/
Dipc_message_utils.h49 class ListValue; variable
Dipc_message_unittest.cc68 TEST(IPCMessageTest, ListValue) { in TEST() argument
/external/llvm/lib/TableGen/
DTGParser.h49 ListInit *ListValue; member
/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/tensorflow/tensorflow/core/protobuf/
Dstruct.proto82 message ListValue { message
/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-10.0/llvm/lib/TableGen/
DTGParser.h66 Init *ListValue; member
/external/auto/value/src/test/java/com/google/auto/value/extension/memoized/
DMemoizedTest.java165 abstract static class ListValue<T extends Number, K> { class in MemoizedTest
/external/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php47 use Google\Protobuf\ListValue; alias

12