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

Completed in 9 milliseconds