Lines Matching refs:json

12 	RegisterName       string   `json:"-"`
13 …Path []string `json:"path,omitempty"` // $(sort $(ALL_MODULES.$(m).PA…
14 …Installed []string `json:"installed,omitempty"` // $(sort $(ALL_MODULES.$(m).IN…
15 …ModuleName string `json:"module_name,omitempty"` // $(ALL_MODULES.$(m).MODULE_NA…
16 …SupportedVariants []string `json:"supported_variants,omitempty"` // $(sort $(ALL_MODULES.$(m).SU…
17 …HostDependencies []string `json:"host_dependencies,omitempty"` // $(sort $(ALL_MODULES.$(m).HO…
18 …TargetDependencies []string `json:"target_dependencies,omitempty"` // $(sort $(ALL_MODULES.$(m).TA…
19 …Data []string `json:"data,omitempty"` // $(sort $(ALL_MODULES.$(m).TE…
20 …Required []string `json:"required,omitempty"` // $(sort $(ALL_MODULES.$(m).RE…
25 SubName string `json:"-"`
26 Uninstallable bool `json:"-"`
27 …Class []string `json:"class,omitempty"` // $(sort $(ALL_MODULES.$(m)…
28 …Tags []string `json:"tags,omitempty"` // $(sort $(ALL_MODULES.$(m)…
29 …Dependencies []string `json:"dependencies,omitempty"` // $(sort $(ALL_DEPS.$(m).AL…
30 …SharedLibs []string `json:"shared_libs,omitempty"` // $(sort $(ALL_MODULES.$(m)…
31 …StaticLibs []string `json:"static_libs,omitempty"` // $(sort $(ALL_MODULES.$(m)…
32 …SystemSharedLibs []string `json:"system_shared_libs,omitempty"` // $(sort $(ALL_MODULES.$(m)…
33 …Srcs []string `json:"srcs,omitempty"` // $(sort $(ALL_MODULES.$(m)…
34 …SrcJars []string `json:"srcjars,omitempty"` // $(sort $(ALL_MODULES.$(m)…
35 …ClassesJar []string `json:"classes_jar,omitempty"` // $(sort $(ALL_MODULES.$(m)…
36 …TestMainlineModules []string `json:"test_mainline_modules,omitempty"` // $(sort $(ALL_MODULES.$(m)…
37 …IsUnitTest bool `json:"is_unit_test,omitempty"` // $(ALL_MODULES.$(m).IS_UNI…
38 …TestOptionsTags []string `json:"test_options_tags,omitempty"` // $(sort $(ALL_MODULES.$(m)…
39 …RuntimeDependencies []string `json:"runtime_dependencies,omitempty"` // $(sort $(ALL_MODULES.$(m)…
40 …StaticDependencies []string `json:"static_dependencies,omitempty"` // $(sort $(ALL_MODULES.$(m)…
41 …DataDependencies []string `json:"data_dependencies,omitempty"` // $(sort $(ALL_MODULES.$(m)…
43 …CompatibilitySuites []string `json:"compatibility_suites,omitempty"` // $(sort $(ALL_MODULES.$(m).…
44 …AutoTestConfig []string `json:"auto_test_config,omitempty"` // $(ALL_MODULES.$(m).auto_te…
45 …TestConfig []string `json:"test_config,omitempty"` // $(strip $(ALL_MODULES.$(m)…
101 encoder := json.NewEncoder(w)