Lines Matching defs:Generate

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