Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
H A Dgmock_output_test_.cc61 MOCK_METHOD2(Bar2, bool(int x, int y));
77 EXPECT_CALL(foo_, Bar2(0, _)); in TEST_F()
78 foo_.Bar2(0, 0); // Expected call in TEST_F()
93 EXPECT_CALL(foo_, Bar2(_, _)).Times(2).WillOnce(Return(false)); in TEST_F()
94 foo_.Bar2(2, 2); in TEST_F()
95 foo_.Bar2(1, 1); // Explicit actions in EXPECT_CALL run out. in TEST_F()
99 EXPECT_CALL(foo_, Bar2(0, _)); in TEST_F()
101 foo_.Bar2(1, 0); // Unexpected call in TEST_F()
102 foo_.Bar2(0, 0); // Expected call in TEST_F()
113 EXPECT_CALL(foo_, Bar2( in TEST_F()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DimplementingAnInterfaceExtendingClassWithPrivates2.js14 class Bar2 extends Foo implements I { // error
43 class Bar2 extends Foo implements I { // error
77 class Bar2 extends Foo implements I { // error
116 var Bar2 = /** @class */ (function (_super) {
117 __extends(Bar2, _super);
118 function Bar2() {
121 return Bar2;
152 var Bar2 = /** @class */ (function (_super) {
153 __extends(Bar2, _super);
154 function Bar2() {
[all...]
H A DimportTypeLocal.js35 export class Bar2 {
41 Bar: Bar2
61 exports.shim = exports.Bar2 = exports.y = exports.x = void 0;
64 var Bar2 = /** @class */ (function () {
65 function Bar2(input) {
67 return Bar2;
69 exports.Bar2 = Bar2;
71 Bar: Bar2
102 export declare class Bar2 {
[all...]
H A DimportTypeLocalMissing.js36 export class Bar2 {
42 Bar: Bar2
62 exports.shim = exports.Bar2 = exports.z = exports.y = exports.x = void 0;
66 var Bar2 = /** @class */ (function () {
67 function Bar2(input) {
69 return Bar2;
71 exports.Bar2 = Bar2;
73 Bar: Bar2
105 export declare class Bar2 {
[all...]
H A DimportTypeGenericTypes.js38 export class Bar2<T> {
44 Bar: Bar2
64 exports.shim = exports.Bar2 = exports.y = exports.x = void 0;
67 var Bar2 = /** @class */ (function () {
68 function Bar2(input) {
70 return Bar2;
72 exports.Bar2 = Bar2;
74 Bar: Bar2
112 export declare class Bar2<
[all...]
H A DimportTypeAmbient.js34 class Bar2 {
40 Bar: Bar2
47 var Bar2 = /** @class */ (function () {
48 function Bar2(input) {
50 return Bar2;
53 Bar: Bar2
85 declare class Bar2 {
H A DnoImplicitAnyDestructuringInPrivateMethod.js10 export declare class Bar2 {
34 export declare class Bar2 {
H A DunionAndIntersectionInference3.js32 type Bar2<T> = {
36 declare let g1: <T>(x: Foo2<T> | Bar2<T>) => Promise<T>;
37 declare let g2: <U>(x: Foo2<U> | Bar2<U>) => Promise<U>;
H A DvarianceAnnotations.js77 type FooFn2<T> = (foo: Bar2<T[]>) => void;
79 type Bar2<T> = {
267 type FooFn2<T> = (foo: Bar2<T[]>) => void;
268 type Bar2<T> = {
H A DconditionalTypes1.js335 interface Bar2 { bar: string; }
336 type FooBar = Foo2 | Bar2;
703 interface Bar2 {
706 type FooBar = Foo2 | Bar2;
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dtransform-op.hpp50 Bar2, member in StyleBar::Tag
/third_party/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc44 TEST(Foo, Bar2) {} in TEST()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3.cs220 [pbr::OriginalName("BAR2", PreferredAlias = false)] Bar2 = 2, enumerator
H A DUnittest.cs996 [pbr::OriginalName("BAR2", PreferredAlias = false)] Bar2 = 2, enumerator
[all...]

Completed in 89 milliseconds