Home
last modified time | relevance | path

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

/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
DValues.java65 return Value.newBuilder().setStructValue(value).build(); in of()
/external/protobuf/php/src/Google/Protobuf/
DValue.php171 public function setStructValue($var) function in Google\\Protobuf\\Value
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DValuesTest.java72 .isEqualTo(Value.newBuilder().setStructValue(builder.build()).build()); in testOfStruct_ConstructsValue()
DJsonFormatTest.java814 "struct_value", Value.newBuilder().setStructValue(subStructBuilder.build()).build()); in testStruct()
/external/protobuf/php/tests/
Dwell_known_test.php291 $m->setStructValue(new Struct());
Dencode_decode_test.php982 $m->setFields(['test' => (new Value())->setStructValue(new Struct())]);
/external/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php1140 $this->setStructValue($struct_value);
/external/protobuf/php/ext/google/protobuf/
Dprotobuf.h1415 PHP_METHOD(Value, setStructValue);
Dmessage.c2539 PHP_ME(Value, setStructValue, NULL, ZEND_ACC_PUBLIC)