Searched refs:setStructValue (Results 1 – 9 of 9) sorted by relevance
65 return Value.newBuilder().setStructValue(value).build(); in of()
171 public function setStructValue($var) function in Google\\Protobuf\\Value
72 .isEqualTo(Value.newBuilder().setStructValue(builder.build()).build()); in testOfStruct_ConstructsValue()
814 "struct_value", Value.newBuilder().setStructValue(subStructBuilder.build()).build()); in testStruct()
291 $m->setStructValue(new Struct());
982 $m->setFields(['test' => (new Value())->setStructValue(new Struct())]);
1140 $this->setStructValue($struct_value);
1415 PHP_METHOD(Value, setStructValue);
2539 PHP_ME(Value, setStructValue, NULL, ZEND_ACC_PUBLIC)