| 183 | } |
| 184 | |
| 185 | std::string ConstructAllFieldMetaBegin() const { |
| 186 | std::string dst; |
| 187 | PutNamespace(&dst); |
| 188 | PutType(&dst, SearchSubkeyType::FIELD_META); |
| 189 | PutIndex(&dst); |
| 190 | PutFixed32(&dst, 0); |
| 191 | return dst; |
| 192 | } |
| 193 | |
| 194 | std::string ConstructAllFieldMetaEnd() const { |
| 195 | std::string dst; |