Lines Matching refs:n
97 %destructor { std::cout << "DESTROYING STRING " << *$$ << "\n"; delete $$; } IDENTIFIER STRING SIZE…
119 DEBUG() << "FOUND ENUM\n\n";
124 DEBUG() << "FOUND PACKET\n\n";
130 DEBUG() << "FOUND STRUCT\n\n";
150 << " size=" << $4 << "\n";
163 DEBUG() << "Enumerator with comma\n";
170 DEBUG() << "Enumerator with list\n";
180 << " value=" << $3 << "\n";
195 DEBUG() << "Checksum field defined\n";
236 DEBUG() << "Struct " << struct_name << " with parent " << parent_struct_name << "\n";
237 DEBUG() << "STRUCT FIELD LIST SIZE: " << field_definition_list.size() << "\n";
312 DEBUG() << "Packet " << packet_name << " with parent " << parent_packet_name << "\n";
313 DEBUG() << "PACKET FIELD LIST SIZE: " << field_definition_list.size() << "\n";
336 DEBUG() << "Packet " << packet_name << " with parent " << parent_packet_name << "\n";
337 DEBUG() << "PACKET FIELD LIST SIZE: " << field_definition_list.size() << "\n";
338 DEBUG() << "CONSTRAINT LIST SIZE: " << constraints.size() << "\n";
367 DEBUG() << "Empty Field definition\n";
372 DEBUG() << "Field definition\n";
389 DEBUG() << "Field definition with list\n";
413 DEBUG() << "Field with a pre-defined type\n";
418 DEBUG() << "Scalar field\n";
423 DEBUG() << "Checksum start field\n";
428 DEBUG() << "Padding field\n";
433 DEBUG() << "Size field\n";
438 DEBUG() << "Body field\n";
443 DEBUG() << "Payload field\n";
448 DEBUG() << "Fixed field\n";
453 DEBUG() << "Reserved field\n";
458 DEBUG() << "ARRAY field\n";
477 DEBUG() << "Group with fixed field(s) " << *$1 << "\n";
488 DEBUG() << "Fixing group scalar value\n";
491 DEBUG() << "Fixing group enum value\n";
523 DEBUG() << "Group field value list\n";
530 DEBUG() << "Group field value\n";
539 DEBUG() << "Group with a fixed integer value=" << $1 << " value=" << $3 << "\n";
556 DEBUG() << "Predefined type field " << *$1 << " : " << *$3 << "\n";
560 ERRORLOC(LOC) << "No type with this name\n";
569 DEBUG() << "Scalar field " << *$1 << " : " << $3 << "\n";
577 DEBUG() << "Body field\n";
584 DEBUG() << "Payload field with modifier " << *$4 << "\n";
590 DEBUG() << "Payload field\n";
597 DEBUG() << "ChecksumStart field defined\n";
605 DEBUG() << "Padding field defined\n";
612 DEBUG() << "Size field defined\n";
618 DEBUG() << "Size for payload defined\n";
623 DEBUG() << "Size for body defined\n";
628 DEBUG() << "Count field defined\n";
636 DEBUG() << "Fixed field defined value=" << $3 << " size=" << $5 << "\n";
661 DEBUG() << "Reserved field of size=" << $3 << "\n";
728 ERROR() << error << " at location " << loc << "\n";