Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/
DValue.php159 public function getStructValue() function in Google\\Protobuf\\Value
/external/protobuf/php/tests/
Dwell_known_test.php292 $this->assertFalse(is_null($m->getStructValue()));
Dencode_decode_test.php965 ->getStructValue()
/external/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php1137 $struct_value = $this->getStructValue();
/external/protobuf/php/ext/google/protobuf/
Dprotobuf.h1414 PHP_METHOD(Value, getStructValue);
Dmessage.c2538 PHP_ME(Value, getStructValue, NULL, ZEND_ACC_PUBLIC)