Home
last modified time | relevance | path

Searched defs:Student (Results 1 – 7 of 7) sorted by relevance

/third_party/libabigail/tests/data/test-abicompat/
Dtest7-fn-changed-libapp-v1.h3 struct Student struct
10 void print (const struct Student); argument
Dtest7-fn-changed-libapp-v0.h3 struct Student struct
9 void print (const struct Student); argument
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/ambients/ambient_declarations/Ambient_Class_Declarations/
DAmbient_Class_Declarations.ts25 declare class Student { class
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/grammar/ambients/
Dambient_2.ts26 declare class Student { class
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/class_declarations/class_heritage_specification/
Dclass_heritage_specification_6.ts33 class Student extends Person { class
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/object_types/constructor_types/
Dconstructor_types_2.ts37 class Student extends Person { class
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/functions/type_guard_functions/
Dtype_guard_functions_1.ts24 class Student { class