Home
last modified time | relevance | path

Searched defs:Employee (Results 1 – 5 of 5) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/
DTestObjectId.java68 public static class Employee { class in TestObjectId
79 public Employee() { } in Employee() method in TestObjectId.Employee
80 public Employee(int id, String name, Employee manager) { in Employee() method in TestObjectId.Employee
DReferentialWithObjectIdTest.java17 public static class Employee { class in ReferentialWithObjectIdTest
/external/dokka/test/
Dplayground.kt45 data class Employee(val name: ClassWithConstructor, val age: Int) {} class
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DTestAbstractTypeNames.java21 public interface Employee extends User { interface in TestAbstractTypeNames
/external/python/cpython3/Lib/test/
Dtest_typing.py55 class Employee: class