Home | History | Annotate | Download | only in wallet

Lines Matching defs:object_id

27                                const std::string& object_id) {
105 object_id,
150 const std::string& object_id,
162 object_id_(object_id),
171 std::string object_id;
172 if (!dictionary.GetString("id", &object_id)) {
176 return scoped_ptr<Address>(CreateAddressInternal(dictionary, object_id));
182 std::string object_id;
183 dictionary.GetString("id", &object_id);
184 return scoped_ptr<Address>(CreateAddressInternal(dictionary, object_id));