Searched refs:coded_string_type (Results 1 – 2 of 2) sorted by relevance
326 auto coded_string_type = std::make_unique<coded::StringType>(std::move(name), max_size, in CompileType() local328 string_type_map_[string_type] = coded_string_type.get(); in CompileType()329 coded_types_.push_back(std::move(coded_string_type)); in CompileType()
370 auto coded_string_type = std::make_unique<coded::StringType>(std::move(name), max_size, in CompileType() local372 string_type_map_[string_type] = coded_string_type.get(); in CompileType()373 coded_types_.push_back(std::move(coded_string_type)); in CompileType()
Completed in 33 milliseconds