Home
last modified time | relevance | path

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

/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DValues.java65 return Value.newBuilder().setStructValue(value).build(); in of()
/third_party/protobuf/php/src/Google/Protobuf/
DValue.php196 public function setStructValue($var) function in Google\\Protobuf\\Value
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DValuesTest.java72 .isEqualTo(Value.newBuilder().setStructValue(builder.build()).build()); in testOfStruct_ConstructsValue()
DJsonFormatTest.java825 "struct_value", Value.newBuilder().setStructValue(subStructBuilder.build()).build()); in testStruct()
/third_party/protobuf/php/tests/
DWellKnownTest.php292 $m->setStructValue(new Struct());
DEncodeDecodeTest.php1065 $m->setFields(['test' => (new Value())->setStructValue(new Struct())]);
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php1206 $this->setStructValue($struct_value);