Home
last modified time | relevance | path

Searched refs:Foo3 (Results 1 - 14 of 14) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DmoduleAndInterfaceWithSameName.js24 module Foo3 {
50 var Foo3; variable
51 (function (Foo3) {
55 })(Bar = Foo3.Bar || (Foo3.Bar = {}));
56 })(Foo3 || (Foo3 = {}));
H A DesModuleInteropTslibHelpers.js16 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 DcollisionThisExpressionAndParameter.js57 class Foo3 {
149 var Foo3 = /** @class */ (function () {
150 function Foo3(_this) {
158 Foo3.prototype.z = function (_this) {
164 return Foo3;
H A DvarianceMeasurement.js28 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 DexportAssignNonIdentifier.js11 export = class Foo3 {}; // Error, not an expression
40 function Foo3() {
42 return Foo3;
H A DesModuleInteropNamedDefaultImports.js9 import { Bar, default as Foo3 } from "./mod";
13 new Foo3();
H A DconditionalTypes2.js236 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 DforwardRefInTypeDeclaration.js11 type Foo3 = { [s3]: number; }
H A DvarianceAnnotations.js83 type Foo3<in out T> = {
91 value: Foo3<T[]>;
271 type Foo3<in out T> = {
277 value: Foo3<T[]>;
H A DcollisionSuperAndParameter.js40 declare class Foo3 extends Foo {
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Ddupe-enum-variant-in-namespace.h8 Foo3 = Foo2, member in foo::Bar
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Ddupe-enum-variant-in-namespace.rs19 pub const Foo3: root::foo::Bar = Bar::Foo2; consts
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestCustomOptionsProto3.cs155 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 Dtest_float.py194 class Foo3(float): class
214 self.assertEqual(float(Foo3(21)), 42.)

Completed in 11 milliseconds