| 2187 | } |
| 2188 | |
| 2189 | void FileMetaDataBuilder::SetIndexLocations(IndexKind kind, |
| 2190 | const IndexLocations& locations) { |
| 2191 | impl_->SetIndexLocations(kind, locations); |
| 2192 | } |
| 2193 | |
| 2194 | std::unique_ptr<FileMetaData> FileMetaDataBuilder::Finish( |
| 2195 | const std::shared_ptr<const KeyValueMetadata>& key_value_metadata) { |
no outgoing calls
no test coverage detected