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/
H A DValues.java42 Value.newBuilder().setNullValue(NullValue.NULL_VALUE).build();
/third_party/protobuf/php/src/Google/Protobuf/
H A DValue.php72 public function setNullValue($var) function
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
H A DValuesTest.java46 .isEqualTo(Value.newBuilder().setNullValue(NullValue.NULL_VALUE).build()); in testOfNull_IsNullValue()
H A 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/
H A DWellKnownTest.php276 $m->setNullValue(NullValue::NULL_VALUE);
H A DEncodeDecodeTest.php1015 $m->setNullValue(0);
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php1197 $this->setNullValue(0);
1316 $this->setNullValue(\Google\Protobuf\NullValue::NULL_VALUE);

Completed in 8 milliseconds