Home
last modified time | relevance | path

Searched refs:employees_ (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/tests/
Dversioning_test_service.cc40 employees_[1] = info; in HumanResourceDatabaseImpl()
55 for (auto iter = employees_.begin(); iter != employees_.end(); ++iter) in ~HumanResourceDatabaseImpl()
62 if (employees_.find(id) == employees_.end()) in AddEmployee()
63 employees_[id] = new EmployeeInfo(); in AddEmployee()
64 employees_[id]->employee = std::move(employee); in AddEmployee()
71 if (employees_.find(id) == employees_.end()) { in QueryEmployee()
75 callback.Run(employees_[id]->employee.Clone(), in QueryEmployee()
76 retrieve_finger_print ? employees_[id]->finger_print.Clone() in QueryEmployee()
83 if (employees_.find(id) == employees_.end()) { in AttachFingerPrint()
87 employees_[id]->finger_print = std::move(finger_print); in AttachFingerPrint()
[all …]