Home
last modified time | relevance | path

Searched defs:Animal (Results 1 – 25 of 57) sorted by relevance

123

/third_party/skia/third_party/externals/tint/src/
Dcastable_test.cc25 struct Animal : public tint::Castable<Animal> { struct
26 explicit Animal(std::string n) : name(n) {} in Animal() function
27 const std::string name;
108 ASSERT_TRUE((frog->Is<Animal>([](const Animal*) { return true; }))); in TEST()
109 ASSERT_FALSE((frog->Is<Animal>([](const Animal*) { return false; }))); in TEST()
113 ASSERT_FALSE((frog->Is<Bear>([&](const Animal*) { in TEST()
222 ASSERT_TRUE((frog->Is([](const Animal*) { return true; }))); in TEST()
223 ASSERT_FALSE((frog->Is([](const Animal*) { return false; }))); in TEST()
/third_party/typescript/tests/baselines/reference/
DunusedLocalProperty.js3 class Animal { class
17 function Animal(species) { class in Animal
DtypeParameterExtendingUnion1.js2 class Animal { run() { } } class
6 function run(a: Animal) {
32 function Animal() { class in Animal
DtypeParameterExtendingUnion2.js2 class Animal { run() { } } class
32 function Animal() { class in Animal
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/binary_operators/the_instanceof_operator/
Dthe_instanceof_operator.ts27 interface Animal { interface
51 let Animal = getRandomAnimal() constant
/third_party/typescript/tests/cases/conformance/classes/propertyMemberDeclarations/
DpropertyOverridesAccessors4.ts3 declare class Animal { class
DaccessorsOverrideProperty4.ts3 declare class Animal { class
DaccessorsOverrideProperty3.ts3 declare class Animal { class
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-3458.js15 class Animal {} class
Dregression-test-issue-2822.js15 class Animal { class
/third_party/jerryscript/tests/jerry-test-suite/11/11.02/11.02.02/
D11.02.02-008.js15 function Animal(name) class
D11.02.02-001.js15 function Animal(name) class
D11.02.02-002.js15 function Animal(name) class
D11.02.02-003.js15 function Animal(name) class
D11.02.02-005.js15 function Animal(name) class
D11.02.02-004.js15 function Animal(name) class
D11.02.02-007.js15 function Animal(name) class
D11.02.02-006.js15 function Animal(name) class
/third_party/jerryscript/tests/jerry/fail/
Dregression-test-issue-3394.js16 class Animal { } class
/third_party/typescript/tests/projects/demo/animals/
Danimal.ts2 export default interface Animal { interface
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/members/constructorc_function_types/
Dconstructor_function_types_7.ts26 class Animal { class
/third_party/typescript/tests/cases/compiler/
DunusedLocalProperty.ts4 class Animal { class
DtypeMatch2.ts9 class Animal { private a; } class
DtypeParameterExtendingUnion1.ts1 class Animal { run() { } } class
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/enums/enum_declarations/
Denum_declarations_2.ts26 enum Animal { enum

123