| 210 | } |
| 211 | |
| 212 | std::string ConstructAllFieldDataEnd() const { |
| 213 | std::string dst; |
| 214 | PutNamespace(&dst); |
| 215 | PutType(&dst, SearchSubkeyType::FIELD); |
| 216 | PutIndex(&dst); |
| 217 | PutFixed32(&dst, (uint32_t)(-1)); |
| 218 | return dst; |
| 219 | } |
| 220 | |
| 221 | std::string ConstructTagFieldData(std::string_view tag, std::string_view key) const { |
| 222 | std::string dst; |