Method
dd_size
repeated double dd = 1;
Source from the content-addressed store, hash-verified
| 1870 | |
| 1871 | // repeated double dd = 1; |
| 1872 | inline int DashDotProto::dd_size() const { |
| 1873 | return dd_.size(); |
| 1874 | } |
| 1875 | inline void DashDotProto::clear_dd() { |
| 1876 | dd_.Clear(); |
| 1877 | } |