Home
last modified time | relevance | path

Searched defs:baseVariable (Results 1 – 2 of 2) sorted by relevance

/build/soong/mk2rbc/
Dvariable.go32 type baseVariable struct { struct
33 nam string
34 typ starlarkType
35 preset bool // true if it has been initialized at startup
38 func (v baseVariable) name() string {
42 func (v baseVariable) valueType() starlarkType {
46 func (v *baseVariable) setValueType(t starlarkType) {
50 func (v baseVariable) isPreset() bool {
63 func (v baseVariable) defaultValueString() string {
71 baseVariable anonMember
[all …]
/build/soong/android/soongconfig/
Dmodules.go601 type baseVariable struct { struct
602 variable string
605 func (c *baseVariable) variableProperty() string {
610 baseVariable anonMember
656 baseVariable anonMember
749 baseVariable anonMember