Searched refs:psOtherLicense2_3 (Results 1 – 11 of 11) sorted by relevance
/external/spdx-tools/tvloader/parser2v3/ |
D | parse_other_license_test.go | 18 st: psOtherLicense2_3, 47 if parser.st != psOtherLicense2_3 { 48 t.Errorf("expected state to be %v, got %v", psOtherLicense2_3, parser.st) 60 if parser.st != psOtherLicense2_3 { 61 t.Errorf("expected state to be %v, got %v", psOtherLicense2_3, parser.st) 94 st: psOtherLicense2_3, 114 st: psOtherLicense2_3, 131 if parser.st != psOtherLicense2_3 { 132 t.Errorf("expected state to be %v, got %v", psOtherLicense2_3, parser.st) 148 if parser.st != psOtherLicense2_3 { [all …]
|
D | types.go | 51 psOtherLicense2_3 const
|
D | parser.go | 45 case psOtherLicense2_3:
|
D | parse_creation_info_test.go | 76 if parser.st != psOtherLicense2_3 { 77 t.Errorf("parser is in state %v, expected %v", parser.st, psOtherLicense2_3)
|
D | parse_creation_info.go | 71 parser.st = psOtherLicense2_3
|
D | parse_snippet.go | 47 parser.st = psOtherLicense2_3
|
D | parse_file.go | 43 parser.st = psOtherLicense2_3
|
D | parse_package.go | 40 parser.st = psOtherLicense2_3
|
D | parse_snippet_test.go | 216 if parser.st != psOtherLicense2_3 { 217 t.Errorf("expected state to be %v, got %v", psOtherLicense2_3, parser.st)
|
D | parse_file_test.go | 259 if parser.st != psOtherLicense2_3 { 260 t.Errorf("expected state to be %v, got %v", psOtherLicense2_3, parser.st)
|
D | parse_package_test.go | 150 if parser.st != psOtherLicense2_3 { 151 t.Errorf("expected state to be %v, got %v", psOtherLicense2_3, parser.st)
|