/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | Struct.cs | 46 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Value), global::Google.Protobuf.WellKnownTypes.Value.Parser, new[]{ "NullValue", "NumberValue", "StringValue", "BoolValue", "StructValue", "ListValue" }, new[]{ "Kind" }, null, null, null), in StructReflection() 47 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.ListValue), global::Google.Protobuf.WellKnownTypes.ListValue.Parser, new[]{ "Values" }, null, null, null, null) in StructReflection() 297 case KindOneofCase.ListValue: in Value() 298 ListValue = other.ListValue.Clone(); in Value() 386 public global::Google.Protobuf.WellKnownTypes.ListValue ListValue { property in Google.Protobuf.WellKnownTypes.Value 387 get { return kindCase_ == KindOneofCase.ListValue ? (global::Google.Protobuf.WellKnownTypes.ListValue) kind 403 ListValue = 6, global() enumerator 698 public sealed partial class ListValue : pb::IMessage<ListValue> global() class 719 public ListValue() { ListValue() method in Google.Protobuf.WellKnownTypes.ListValue 726 public ListValue(ListValue other) : this() { ListValue() method in Google.Protobuf.WellKnownTypes.ListValue [all...] |
H A D | ValuePartial.cs | 85 return new Value { ListValue = new ListValue { Values = { values } } }; in ForList()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | struct.pb.h | 62 class ListValue; 76 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::ListValue* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::ListValue>(Arena*); 495 // .google.protobuf.ListValue list_value = 6; 501 const PROTOBUF_NAMESPACE_ID::ListValue& list_value() const; 502 PROTOBUF_NAMESPACE_ID::ListValue* release_list_value(); 503 PROTOBUF_NAMESPACE_ID::ListValue* mutable_list_value(); 504 void set_allocated_list_value(PROTOBUF_NAMESPACE_ID::ListValue* list_value); 506 const PROTOBUF_NAMESPACE_ID::ListValue& _internal_list_value() const; 507 PROTOBUF_NAMESPACE_ID::ListValue* _internal_mutable_list_valu 550 inline ListValue() : ListValue(nullptr) {} ListValue() function in PROTOBUF_FINAL 555 : ListValue() { ListValue() function in PROTOBUF_FINAL [all...] |
H A D | struct.pb.cc | 35 const PROTOBUF_NAMESPACE_ID::ListValue* list_value_; 39 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<ListValue> _instance; 61 new (ptr) PROTOBUF_NAMESPACE_ID::ListValue(); in InitDefaultsscc_info_ListValue_google_2fprotobuf_2fstruct_2eproto() 67 PROTOBUF_NAMESPACE_ID::ListValue::InitAsDefaultInstance(); in InitDefaultsscc_info_ListValue_google_2fprotobuf_2fstruct_2eproto() 106 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ListValue, _internal_metadata_), 110 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ListValue, values_), 116 { 27, -1, sizeof(PROTOBUF_NAMESPACE_ID::ListValue)}, 440 PROTOBUF_NAMESPACE_ID::_Value_default_instance_.list_value_ = const_cast< PROTOBUF_NAMESPACE_ID::ListValue*>( in InitAsDefaultInstance() 441 PROTOBUF_NAMESPACE_ID::ListValue::internal_default_instance()); in InitAsDefaultInstance() 446 static const PROTOBUF_NAMESPACE_ID::ListValue 895 ListValue::ListValue(::PROTOBUF_NAMESPACE_ID::Arena* arena) ListValue() function in ListValue 902 ListValue::ListValue(const ListValue& from) ListValue() function in ListValue [all...] |
/third_party/gn/src/base/ |
H A D | values.cc | 66 return CopyListWithoutEmptyChildren(static_cast<const ListValue&>(node)); in CopyWithoutEmptyChildren() 473 bool Value::GetAsList(ListValue** out_value) { in GetAsList() 475 *out_value = static_cast<ListValue*>(this); in GetAsList() 481 bool Value::GetAsList(const ListValue** out_value) const { in GetAsList() 483 *out_value = static_cast<const ListValue*>(this); in GetAsList() 528 // TODO(crbug.com/646113): Clean this up when DictionaryValue and ListValue in operator ==() 565 // TODO(crbug.com/646113): Clean this up when DictionaryValue and ListValue in operator <() 730 ListValue* DictionaryValue::SetList(std::string_view path, 731 std::unique_ptr<ListValue> in_value) { 732 return static_cast<ListValue*>(Se [all...] |
H A D | values.h | 41 class ListValue; 67 // use heap allocated values. The DictionaryValue and ListValue subclasses 311 // ListValue::From is the equivalent for std::unique_ptr conversions. 313 bool GetAsList(ListValue** out_value); 314 bool GetAsList(const ListValue** out_value) const; 351 // ListValue are properly inlined. 424 ListValue* SetList(std::string_view path, 425 std::unique_ptr<ListValue> in_value); 470 bool GetList(std::string_view path, const ListValue** out_value) const; 472 bool GetList(std::string_view path, ListValue** out_valu 580 class ListValue : public Value { global() class [all...] |
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
H A D | ValuesTest.java | 35 import com.google.protobuf.ListValue; 76 ListValue.Builder builder = ListValue.newBuilder(); in testOfListValue_ConstructsInstance() 85 ListValue.Builder builder = ListValue.newBuilder(); in testOfIterable_ReturnsTheValue() 100 .isEqualTo(Value.newBuilder().setListValue(ListValue.getDefaultInstance()).build()); in testOfIterable_ReturnsTheValue()
|
/third_party/gn/src/gn/ |
H A D | desc_builder.cc | 136 auto res = std::make_unique<base::ListValue>(); in RenderValue() 168 base::ListValue res; in ToBaseValue() 203 void FillInConfigVector(base::ListValue* out, in FillInConfigVector() 252 auto configs = std::make_unique<base::ListValue>(); in BuildDescription() 305 auto res = std::make_unique<base::ListValue>(); in render_config_value_array() 385 auto labels = std::make_unique<base::ListValue>(); in BuildDescription() 429 auto configs = std::make_unique<base::ListValue>(); in BuildDescription() 435 auto configs = std::make_unique<base::ListValue>(); in BuildDescription() 443 auto configs = std::make_unique<base::ListValue>(); in BuildDescription() 457 auto args = std::make_unique<base::ListValue>(); in BuildDescription() [all...] |
H A D | commands.cc | 230 base::ListValue* out) { in PrintTargetsAsBuildfiles() 242 base::ListValue* out) { in PrintTargetsAsLabels() 259 base::ListValue* out) { in PrintTargetsAsOutputs() 683 base::ListValue* out) { in FilterAndPrintTargets() 710 base::ListValue tmp; in FilterAndPrintTargets() 727 void FilterAndPrintTargetSet(const TargetSet& targets, base::ListValue* out) { in FilterAndPrintTargetSet()
|
H A D | commands.h | 350 base::ListValue* out); 353 void FilterAndPrintTargetSet(const TargetSet& targets, base::ListValue* out);
|
H A D | command_desc.cc | 40 const base::ListValue* list_value = nullptr; in PrintDictValue() 85 const base::ListValue* list_value = nullptr; in PrintValue() 174 const base::ListValue* list; in VisibilityHandler() 235 base::ListValue* patterns = nullptr; in ProcessOutputs() 236 base::ListValue* outputs = nullptr; in ProcessOutputs()
|
H A D | analyzer.cc | 65 const base::ListValue* lst; in GetStringVector() 99 auto value = std::make_unique<base::ListValue>(); in WriteLabels() 216 auto compile_targets = std::make_unique<base::ListValue>(); in OutputsToJSON()
|
H A D | visibility.cc | 86 auto res = std::make_unique<base::ListValue>(); in AsValue()
|
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
H A D | Values.java | 33 import com.google.protobuf.ListValue; 68 /** Returns a Value with ListValue set to value. */ 69 public static Value of(ListValue value) { in of() 74 * Returns a Value with ListValue set to the appending the result of calling {@link #of} on each 79 ListValue.Builder listValue = valueBuilder.getListValueBuilder(); in of()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-webdriver-serializer.cc | 111 std::unique_ptr<protocol::ListValue> result_value = in _serializeArrayValue() 112 protocol::ListValue::create(); in _serializeArrayValue() 157 std::unique_ptr<protocol::ListValue> result_value = in _serializeMap() 158 protocol::ListValue::create(); in _serializeMap() 187 std::unique_ptr<protocol::ListValue> value_list = in _serializeMap() 188 protocol::ListValue::create(); in _serializeMap() 222 std::unique_ptr<protocol::ListValue> result_list = in _serializeObjectValue() 223 protocol::ListValue::create(); in _serializeObjectValue() 259 std::unique_ptr<protocol::ListValue> value_list = in _serializeObjectValue() 260 protocol::ListValue in _serializeObjectValue() [all...] |
/third_party/protobuf/ruby/tests/ |
H A D | well_known_types_test.rb | 60 assert_equal(Google::Protobuf::ListValue.from_a(sublist), 80 list.is_a?(Google::Protobuf::ListValue) 91 # Test that we can assign Struct and ListValue directly. 93 struct["sublist"] = Google::Protobuf::ListValue.from_a(sublist)
|
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | ListValue.php | 12 * `ListValue` is a wrapper around a repeated field of values. 13 * The JSON representation for `ListValue` is JSON array. 15 * Generated from protobuf message <code>google.protobuf.ListValue</code> 17 class ListValue extends \Google\Protobuf\Internal\Message class
|
H A D | Value.php | 40 * @type \Google\Protobuf\ListValue $list_value 207 * Generated from protobuf field <code>.google.protobuf.ListValue list_value = 6;</code> 208 * @return \Google\Protobuf\ListValue 223 * Generated from protobuf field <code>.google.protobuf.ListValue list_value = 6;</code> 224 * @param \Google\Protobuf\ListValue $var 229 GPBUtil::checkMessage($var, \Google\Protobuf\ListValue::class);
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | well_known_types.py | 732 elif isinstance(value, (list, ListValue)): 810 class ListValue(object): class 811 """Class for ListValue message type.""" 853 collections_abc.MutableSequence.register(ListValue) 860 'google.protobuf.ListValue': ListValue,
|
/third_party/protobuf/php/tests/ |
H A D | WellKnownTest.php | 24 use Google\Protobuf\ListValue; 270 $m = new ListValue(); 296 $m->setListValue(new ListValue());
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/ |
H A D | TypeRegistryTest.cs | 47 AssertDescriptorPresent(registry, ListValue.Descriptor); in CreateWithFileDescriptor()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
H A D | TypeRegistryTest.cs | 47 AssertDescriptorPresent(registry, ListValue.Descriptor); in CreateWithFileDescriptor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | TGParser.h | 66 Init *ListValue; member 72 : Loc(Loc), IterVar(IVar), ListValue(LValue) {} in ForeachLoop()
|
/third_party/gn/src/base/json/ |
H A D | json_value_converter.h | 262 const base::ListValue* list = NULL; 298 const base::ListValue* list = NULL; 335 const base::ListValue* list = NULL;
|
H A D | json_writer.cc | 92 const ListValue* list = nullptr; in BuildJSONString()
|