Searched refs:Foo3 (Results 1 - 14 of 14) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | moduleAndInterfaceWithSameName.js | 24 module Foo3 { 50 var Foo3;
variable 51 (function (Foo3) {
55 })(Bar = Foo3.Bar || (Foo3.Bar = {}));
56 })(Foo3 || (Foo3 = {}));
|
H A D | esModuleInteropTslibHelpers.js | 16 export class Foo3 { }
51 exports.Foo3 = void 0;
55 var Foo3 = /** @class */ (function () {
56 function Foo3() {
58 return Foo3;
60 exports.Foo3 = Foo3;
|
H A D | collisionThisExpressionAndParameter.js | 57 class Foo3 { 149 var Foo3 = /** @class */ (function () {
150 function Foo3(_this) {
158 Foo3.prototype.z = function (_this) {
164 return Foo3;
|
H A D | varianceMeasurement.js | 28 type Foo3<T> = { 30 y: Foo3<(arg: T) => void>; 33 declare const f30: Foo3<string>; 34 const f31: Foo3<'a'> = f30; 35 const f32: Foo3<unknown> = f30;
|
H A D | exportAssignNonIdentifier.js | 11 export = class Foo3 {}; // Error, not an expression 40 function Foo3() {
42 return Foo3;
|
H A D | esModuleInteropNamedDefaultImports.js | 9 import { Bar, default as Foo3 } from "./mod"; 13 new Foo3();
|
H A D | conditionalTypes2.js | 236 declare function ff(x: Foo3<string>): void; 237 declare function gg<T>(f: (x: Foo3<T>) => void): void; 238 type Foo3<T> = T extends number ? { n: T } : { x: T }; 479 declare function ff(x: Foo3<string>): void;
480 declare function gg<T>(f: (x: Foo3<T>) => void): void;
481 type Foo3<T> = T extends number ? {
|
H A D | forwardRefInTypeDeclaration.js | 11 type Foo3 = { [s3]: number; }
|
H A D | varianceAnnotations.js | 83 type Foo3<in out T> = { 91 value: Foo3<T[]>; 271 type Foo3<in out T> = {
277 value: Foo3<T[]>;
|
H A D | collisionSuperAndParameter.js | 40 declare class Foo3 extends Foo {
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | dupe-enum-variant-in-namespace.h | 8 Foo3 = Foo2, member in foo::Bar
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | dupe-enum-variant-in-namespace.rs | 19 pub const Foo3: root::foo::Bar = Bar::Foo2; consts
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestCustomOptionsProto3.cs | 155 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.ComplexOptionType1), global::UnitTest.Issues.TestProtos.ComplexOptionType1.Parser, new[]{ "Foo", "Foo2", "Foo3", "Foo4" }, null, null, null, null), in UnittestCustomOptionsProto3Reflection() 2089 public int Foo3 { property in UnitTest.Issues.TestProtos.ComplexOptionType1 2121 if (Foo3 != other.Foo3) return false; in Equals() 2131 if (Foo3 != 0) hash ^= Foo3.GetHashCode(); in GetHashCode() 2157 if (Foo3 != 0) { in WriteTo() 2159 output.WriteInt32(Foo3); in WriteTo() 2179 if (Foo3 != 0) { in IBufferMessage.InternalWriteTo() 2181 output.WriteInt32(Foo3); in IBufferMessage.InternalWriteTo() [all...] |
/third_party/python/Lib/test/ |
H A D | test_float.py | 194 class Foo3(float): class 214 self.assertEqual(float(Foo3(21)), 42.)
|
Completed in 11 milliseconds