Searched defs:FooBar (Results 1 – 13 of 13) sorted by relevance
42 struct FooBar : Foo struct44 FooBar( int i ) : Foo(i) in FooBar() function47 FooBar( int i, const char* ) in FooBar() function
49 var FooBar; variable50 (function (FooBar) { argument53 (function (FooBar) { argument
14 type FooBar = { alias26 let pair2: Pairs<FooBar>[keyof FooBar] = { variable
13 type FooBar = { foo: "hello"; bar: "world"; }; alias18 type FooBarKey = keyof FooBar; // "foo" | "bar" <-- OK alias
13 export namespace FooBar { namespace17 export namespace FooBar { // Shouldn't error namespace
9 interface FooBar extends Foo, Bar { interface
99 type FooBar = Foo & Bar; alias
8 type FooBar<A> = Foo<A> | Bar<A>; alias
58 TEST(FooBar, Baz) { in TEST() argument
59 class FooBar(unittest.TestCase): class in Test_TestProgram
338 type FooBar = Foo2 | Bar2; alias
2825 class FooBar(object): class