Searched defs:TestOption (Results 1 – 4 of 4) sorted by relevance
24 public enum TestOption { enum
516 struct TestOption { in option() struct517 a: Option<FileSerdeWrapper>, in option()518 b: Option<FileSerdeWrapper>, in option()
91 StackOption<int> TestOption("test-option", cl::desc("old description")); in TEST() local