| 201 | } |
| 202 | |
| 203 | std::string ConstructAllFieldDataBegin() const { |
| 204 | std::string dst; |
| 205 | PutNamespace(&dst); |
| 206 | PutType(&dst, SearchSubkeyType::FIELD); |
| 207 | PutIndex(&dst); |
| 208 | PutFixed32(&dst, 0); |
| 209 | return dst; |
| 210 | } |
| 211 | |
| 212 | std::string ConstructAllFieldDataEnd() const { |
| 213 | std::string dst; |