Lines Matching defs:LanguageParameters
44 struct LanguageParameters { struct
45 IDLOptions::Language language;
47 bool first_camel_upper;
48 std::string file_extension;
49 std::string string_type;
50 std::string bool_type;
51 std::string open_curly;
52 std::string accessor_type;
53 std::string const_decl;
54 std::string unsubclassable_decl;
55 std::string enum_decl;
56 std::string enum_separator;
57 std::string getter_prefix;
58 std::string getter_suffix;
59 std::string inheritance_marker;
60 std::string namespace_ident;
61 std::string namespace_begin;
62 std::string namespace_end;
63 std::string set_bb_byteorder;
64 std::string get_bb_position;
65 std::string get_fbb_offset;
66 std::string accessor_prefix;
67 std::string accessor_prefix_static;
68 std::string optional_suffix;
69 std::string includes;
70 CommentConfig comment_config;