Home
last modified time | relevance | path

Searched refs:setListValue (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DValuesTest.java81 .isEqualTo(Value.newBuilder().setListValue(builder.build()).build()); in testOfListValue_ConstructsInstance()
89 builder.addValues(Value.newBuilder().setListValue(builder.build()).build()); in testOfIterable_ReturnsTheValue()
98 assertThat(Values.of(list)).isEqualTo(Value.newBuilder().setListValue(builder).build()); in testOfIterable_ReturnsTheValue()
100 .isEqualTo(Value.newBuilder().setListValue(ListValue.getDefaultInstance()).build()); in testOfIterable_ReturnsTheValue()
DJsonFormatTest.java830 "list_value", Value.newBuilder().setListValue(listBuilder.build()).build()); in testStruct()
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DValues.java70 return Value.newBuilder().setListValue(value).build(); in of()
/third_party/protobuf/php/src/Google/Protobuf/
DValue.php227 public function setListValue($var) function in Google\\Protobuf\\Value
/third_party/protobuf/php/tests/
DWellKnownTest.php296 $m->setListValue(new ListValue());
DEncodeDecodeTest.php1039 $m->setFields(['test' => (new Value())->setListValue(new ListValue())]);
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php1219 $this->setListValue($list_value);