Lines Matching refs:include
23 # An optional name to use as an include guard
24 # default: doesn't emit an include guard
36 # Whether to include a comment with the version of cbindgen used to generate the file
52 # A list of sys headers to #include (with angle brackets)
56 # 生成的binding文件要include的头文件
57 # A list of headers to #include (with quotes)
172 # A list of additional items to always include in the generated bindings if they're
176 include = ["MyOrphanStruct", "MyGreatTypeRename"]
178 # A list of items to not include in the generated bindings
563 # Whether to parse dependent crates and include their types in the output
571 include = ["webrender", "webrender_traits"]