Home
last modified time | relevance | path

Searched refs:boolVariable (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/soongconfig/
Dmodules.go199 v.variables[base.variable] = &boolVariable{
549 type boolVariable struct { struct
554 func newBoolVariable(name string) *boolVariable {
555 return &boolVariable{
562 func (b boolVariable) variableValuesType() reflect.Type { argument
568 func (b boolVariable) initializeProperties(v reflect.Value, typ reflect.Type) { argument
625 func (b boolVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, err… argument