Searched refs:BoolType (Results 1 – 5 of 5) sorted by relevance
/build/blueprint/parser/ |
D | ast.go | 185 BoolType Type = iota + 1 const 195 case BoolType: 448 return BoolType
|
D | sort.go | 285 case BoolType, StringType, Int64Type:
|
/build/soong/androidmk/androidmk/ |
D | androidmk.go | 366 …akeVariableToBlueprint(file, mkparser.SimpleMakeString("false", mkparser.NoPos), bpparser.BoolType) 401 case bpparser.BoolType:
|
D | android.go | 200 addStandardProperties(bpparser.BoolType, 409 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.BoolType) 817 val, err := makeVariableToBlueprint(ctx.file, ctx.mkvalue, bpparser.BoolType)
|
/build/blueprint/proptools/ |
D | unpack.go | 214 return typ == parser.StringType || typ == parser.Int64Type || typ == parser.BoolType 490 case parser.BoolType, parser.StringType, parser.Int64Type:
|