Searched defs:BuildStatement (Results 1 – 2 of 2) sorted by relevance
731 func assertBuildStatements(t *testing.T, expected []BuildStatement, actual []BuildStatement) {750 func buildStatementEquals(first BuildStatement, second BuildStatement) bool {
75 type BuildStatement struct { struct76 Command string77 Depfile *string78 OutputPaths []string79 InputPaths []string80 Env []KeyValuePair81 Mnemonic string