Lines Matching defs:timestamp
835 $timestamp = GPBUtil::parseTimestamp($value);
838 "Invalid RFC 3339 timestamp: ".$e->getMessage());
841 $submsg->setSeconds($timestamp->getSeconds());
842 $submsg->setNanos($timestamp->getNanos());
1497 $timestamp = GPBUtil::formatTimestamp($this);
1498 $timestamp = json_encode($timestamp);
1499 $output->writeRaw($timestamp, strlen($timestamp));
1981 $timestamp = GPBUtil::formatTimestamp($this);
1982 $timestamp = json_encode($timestamp);
1983 $size += strlen($timestamp);