Home
last modified time | relevance | path

Searched defs:employee (Results 1 – 19 of 19) sorted by relevance

/external/sdv/vsomeip/third_party/boost/multi_index/test/
Demployee.hpp30 struct employee struct
37 employee(int id_,std::string name_,int age_,int ssn_): in employee() function
41 employee(const employee& x): in employee() function
45 employee(BOOST_RV_REF(employee) x): in employee() function
49 employee& operator=(BOOST_COPY_ASSIGN_REF(employee) x) in operator =() argument
58 employee& operator=(BOOST_RV_REF(employee) x) in operator =() argument
67 bool operator==(const employee& x)const in operator ==() argument
72 bool operator<(const employee& x)const in operator <() argument
77 bool operator!=(const employee& x)const{return !(*this==x);} in operator !=() argument
78 bool operator> (const employee& x)const{return x<*this;} in operator >() argument
[all …]
/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/
Dadt_attribute_proxy.cpp19 struct employee struct
22 Name name;
23 Age age;
28 set_name(OtherName const& n) in set_name()
35 set_age(OtherAge const& a) in set_age()
40 Name& get_name() in get_name()
45 Name const& get_name()const in get_name()
69 (employee) (Name)(Age), argument
Dadapt_struct.cpp77 struct employee { struct
78 std::string name;
79 std::string nickname;
81 employee(std::string name, std::string nickname) in employee() argument
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/minimal/
Dast.hpp20 struct employee struct
22 int age;
23 std::string forename;
24 std::string surname;
25 double salary;
Demployee_def.hpp33 x3::rule<class employee, ast::employee> const employee = "employee"; variable
50 parser::employee_type employee() in employee() function
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/
Demployee.cpp30 struct employee struct
45 BOOST_FUSION_ADAPT_STRUCT(client::ast::employee,
65 x3::rule<class employee, ast::employee> const employee = "employee"; variable
Derror_handling.cpp53 struct employee : x3::position_tagged struct
71 BOOST_FUSION_ADAPT_STRUCT(client::ast::employee,
114 x3::rule<employee_class, ast::employee> const employee = "employee"; variable
Dannotation.cpp52 struct employee : x3::position_tagged struct
70 BOOST_FUSION_ADAPT_STRUCT(client::ast::employee,
114 x3::rule<employee_class, ast::employee> const employee = "employee"; variable
/external/sdv/vsomeip/third_party/boost/multi_index/example/
Dbasic.cpp29 struct employee struct
35 employee(int id_,std::string name_,int age_):id(id_),name(name_),age(age_){} in employee() argument
/external/sdv/vsomeip/third_party/boost/spirit/example/karma/
Dreorder_struct.cpp22 struct employee struct
24 std::string surname;
25 std::string forename;
26 int age;
50 client::employee,
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/
Dreorder_struct.cpp23 struct employee struct
25 std::string surname;
49 client::employee,
Demployee.cpp37 struct employee struct
53 client::employee,
/external/truth/core/src/test/java/com/google/common/truth/extension/
DFakeHrDatabase.java30 public void put(Employee employee) { in put()
31 employees.put(employee.id(), employee); in put() local
DEmployeeSubject.java36 public static EmployeeSubject assertThat(@Nullable Employee employee) { in assertThat()
/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/autofuzz/
DSettersTest.java26 EmployeeWithSetters employee = new EmployeeWithSetters(); in testEmptyConstructorWithSetters() local
/external/libchrome/mojo/public/cpp/bindings/tests/
Dversioning_test_service.cc26 EmployeePtr employee; member
59 void AddEmployee(EmployeePtr employee, in AddEmployee()
Dversioning_apptest.cc39 EmployeePtr employee(Employee::New()); in TEST_F() local
/external/gson/gson/src/test/java/com/google/gson/functional/
DTypeHierarchyAdapterTest.java159 @Override public JsonElement serialize(Employee employee, Type typeOfSrc, in serialize()
/external/json-schema-validator/src/test/resources/draft2019-09/
Dissue255.json72 "employee": { object