Lines Matching defs:structure
14235 message << "Ctr. Nested structure";
14238 message << "List. Nested structure";
14241 message << "List. Structure with structure array";
14244 message << "Mix. Structure with structure array";
14247 message << "List. Structure with structure with array";
14250 message << "Mix. Structure with structure with array";
15143 message << "Wrong type of structure member";
15146 message << "Wrong number of structure members - more";
15149 message << "Wrong number of structure members - less";
15152 message << "Wrong order of structure members";
15726 " Structure structure = { { 0, 1, 0, 1 } , INITIALIZATION };\n"
15729 " const uint structure_member_b_length = structure.member_b.length();\n"
15736 " BASE_TYPE array_str[structure.member_b.length()];\n"
15751 " array_str[i] = structure.member_bARRAY_INDEX.y;\n"
16106 " Structure structure = { { 0, 1, 0, 1 } , uni_variable };\n"
16109 " const uint structure_member_b_length = structure.member_b.length();\n"
16112 " BASE_TYPE array_str[structure.member_b.length()];\n"
16123 " array_str[i] = structure.member_bARRAY_INDEX.y;\n"
16538 static const GLchar* structure = "struct Structure {\n"
16547 static const GLchar* function = "bool check_values(in Structure structure, in float value)\n"
16555 " if ((xx != structure.m_xx) ||\n"
16556 " (xxx != structure.m_xxx) ||\n"
16557 " (xxxx != structure.m_xxxx) ||\n"
16558 " (xx != structure.m_nested_xx) ||\n"
16559 " (xxx != structure.m_nested_xxx) ||\n"
16560 " (xxxx != structure.m_nested_xxxx) )\n"
16818 Utils::replaceToken("STRUCTURE", position, structure, out_source.m_parts[0].m_code);