Lines Matching defs:Context
145 struct Context { struct
146 pub flag_elements: Vec<FlagElement>,
147 pub namespace_flags: Vec<NamespaceFlags>,
148 pub is_test_mode: bool,
149 pub runtime_lookup_required: bool,
150 pub properties_set: BTreeSet<String>,
151 pub package_name: String,
152 pub library_exported: bool,
153 pub allow_instrumentation: bool,
154 pub container: String,
155 pub is_platform_container: bool,
156 pub package_fingerprint: String,
157 pub new_exported: bool,
158 pub single_exported_file: bool,
264 context: &Context, in add_feature_flags_impl_template()