Home
last modified time | relevance | path

Searched refs:setBoolValue (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DValuesTest.java50 assertThat(Values.of(true)).isEqualTo(Value.newBuilder().setBoolValue(true).build()); in testOfBoolean_ConstructsValue()
51 assertThat(Values.of(false)).isEqualTo(Value.newBuilder().setBoolValue(false).build()); in testOfBoolean_ConstructsValue()
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DValues.java50 return Value.newBuilder().setBoolValue(value).build(); in of()
/third_party/protobuf/php/src/Google/Protobuf/
DValue.php165 public function setBoolValue($var) function in Google\\Protobuf\\Value
/third_party/protobuf/php/tests/
DWellKnownTest.php288 $m->setBoolValue(true);
DEncodeDecodeTest.php1011 $m->setBoolValue(true);
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php1193 $this->setBoolValue($array);