Lines Matching refs:Generate
91 Generate(collection[i]); in GenerateArray()
100 void TablesGenerator::Generate(const coded::StructType& struct_type) { in Generate() function in fidl::TablesGenerator
120 void TablesGenerator::Generate(const coded::TableType& table_type) { in Generate() function in fidl::TablesGenerator
138 void TablesGenerator::Generate(const coded::UnionType& union_type) { in Generate() function in fidl::TablesGenerator
160 void TablesGenerator::Generate(const coded::MessageType& message_type) { in Generate() function in fidl::TablesGenerator
184 void TablesGenerator::Generate(const coded::HandleType& handle_type) { in Generate() function in fidl::TablesGenerator
194 void TablesGenerator::Generate(const coded::RequestHandleType& request_type) { in Generate() function in fidl::TablesGenerator
204 void TablesGenerator::Generate(const coded::InterfaceHandleType& interface_type) { in Generate() function in fidl::TablesGenerator
214 void TablesGenerator::Generate(const coded::ArrayType& array_type) { in Generate() function in fidl::TablesGenerator
226 void TablesGenerator::Generate(const coded::StringType& string_type) { in Generate() function in fidl::TablesGenerator
236 void TablesGenerator::Generate(const coded::VectorType& vector_type) { in Generate() function in fidl::TablesGenerator
255 void TablesGenerator::Generate(const coded::Type* type) { in Generate() function in fidl::TablesGenerator
264 void TablesGenerator::Generate(const coded::StructField& field) { in Generate() function in fidl::TablesGenerator
272 void TablesGenerator::Generate(const coded::TableField& field) { in Generate() function in fidl::TablesGenerator
741 Generate(*static_cast<const coded::MessageType*>(coded_type.get())); in Produce()
744 Generate(*static_cast<const coded::HandleType*>(coded_type.get())); in Produce()
747 Generate(*static_cast<const coded::InterfaceHandleType*>(coded_type.get())); in Produce()
750 Generate(*static_cast<const coded::RequestHandleType*>(coded_type.get())); in Produce()
753 Generate(*static_cast<const coded::ArrayType*>(coded_type.get())); in Produce()
756 Generate(*static_cast<const coded::StringType*>(coded_type.get())); in Produce()
759 Generate(*static_cast<const coded::VectorType*>(coded_type.get())); in Produce()
779 Generate(*static_cast<const coded::StructType*>(coded_type)); in Produce()
782 Generate(*static_cast<const coded::TableType*>(coded_type)); in Produce()
785 Generate(*static_cast<const coded::UnionType*>(coded_type)); in Produce()