Searched refs:section_metadata_cache (Results 1 – 2 of 2) sorted by relevance
136 std::vector<std::vector<SectionMetadata>> section_metadata_cache( in BuildSectionMetadataCache() local151 section_metadata_cache[schema_type_id] = std::move(metadata_list); in BuildSectionMetadataCache()153 return section_metadata_cache; in BuildSectionMetadataCache()172 std::vector<std::vector<SectionMetadata>>&& section_metadata_cache) in SectionManager() argument174 section_metadata_cache_(std::move(section_metadata_cache)) {} in SectionManager()182 std::vector<std::vector<SectionMetadata>> section_metadata_cache, in Create()185 schema_type_mapper, std::move(section_metadata_cache))); in Create()
109 std::vector<std::vector<SectionMetadata>>&& section_metadata_cache);