| 192 | } |
| 193 | |
| 194 | std::string ConstructAllFieldMetaEnd() const { |
| 195 | std::string dst; |
| 196 | PutNamespace(&dst); |
| 197 | PutType(&dst, SearchSubkeyType::FIELD_META); |
| 198 | PutIndex(&dst); |
| 199 | PutFixed32(&dst, (uint32_t)(-1)); |
| 200 | return dst; |
| 201 | } |
| 202 | |
| 203 | std::string ConstructAllFieldDataBegin() const { |
| 204 | std::string dst; |