| /external/sdv/vsomeip/third_party/boost/multi_index/test/ |
| D | employee.hpp | 30 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/ |
| D | adt_attribute_proxy.cpp | 19 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
|
| D | adapt_struct.cpp | 77 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/ |
| D | ast.hpp | 20 struct employee struct 22 int age; 23 std::string forename; 24 std::string surname; 25 double salary;
|
| D | employee_def.hpp | 33 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/ |
| D | employee.cpp | 30 struct employee struct 45 BOOST_FUSION_ADAPT_STRUCT(client::ast::employee, 65 x3::rule<class employee, ast::employee> const employee = "employee"; variable
|
| D | error_handling.cpp | 53 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
|
| D | annotation.cpp | 52 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/ |
| D | basic.cpp | 29 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/ |
| D | reorder_struct.cpp | 22 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/ |
| D | reorder_struct.cpp | 23 struct employee struct 25 std::string surname; 49 client::employee,
|
| D | employee.cpp | 37 struct employee struct 53 client::employee,
|
| /external/truth/core/src/test/java/com/google/common/truth/extension/ |
| D | FakeHrDatabase.java | 30 public void put(Employee employee) { in put() 31 employees.put(employee.id(), employee); in put() local
|
| D | EmployeeSubject.java | 36 public static EmployeeSubject assertThat(@Nullable Employee employee) { in assertThat()
|
| /external/jazzer-api/src/test/java/com/code_intelligence/jazzer/autofuzz/ |
| D | SettersTest.java | 26 EmployeeWithSetters employee = new EmployeeWithSetters(); in testEmptyConstructorWithSetters() local
|
| /external/libchrome/mojo/public/cpp/bindings/tests/ |
| D | versioning_test_service.cc | 26 EmployeePtr employee; member 59 void AddEmployee(EmployeePtr employee, in AddEmployee()
|
| D | versioning_apptest.cc | 39 EmployeePtr employee(Employee::New()); in TEST_F() local
|
| /external/gson/gson/src/test/java/com/google/gson/functional/ |
| D | TypeHierarchyAdapterTest.java | 159 @Override public JsonElement serialize(Employee employee, Type typeOfSrc, in serialize()
|
| /external/json-schema-validator/src/test/resources/draft2019-09/ |
| D | issue255.json | 72 "employee": { object
|