Home
last modified time | relevance | path

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

/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DValues.java42 Value.newBuilder().setNullValue(NullValue.NULL_VALUE).build();
/third_party/protobuf/php/src/Google/Protobuf/
DValue.php72 public function setNullValue($var) function in Google\\Protobuf\\Value
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DValuesTest.java46 .isEqualTo(Value.newBuilder().setNullValue(NullValue.NULL_VALUE).build()); in testOfNull_IsNullValue()
DJsonFormatTest.java1085 anyMessage = Any.pack(Value.newBuilder().setNullValue(NullValue.NULL_VALUE).build()); in testAnyFields()
1110 Value nullValue = Value.newBuilder().setNullValue(NullValue.NULL_VALUE).build(); in testAnyInMaps()
/third_party/protobuf/php/tests/
DWellKnownTest.php276 $m->setNullValue(NullValue::NULL_VALUE);
DEncodeDecodeTest.php1015 $m->setNullValue(0);
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php1197 $this->setNullValue(0);
1316 $this->setNullValue(\Google\Protobuf\NullValue::NULL_VALUE);