Searched refs:old_name (Results 1 – 2 of 2) sorted by relevance
130 std::string old_name((const char*)property_as_name(name_property)->name, name_property->len); in TEST_F() local140 bt_property_t* old_name_property = property_new_name(old_name.c_str()); in TEST_F()145 << " does not match original name" << old_name; in TEST_F()
247 void RenameChild(const std::string& old_name, const std::string& new_name, node* new_parent) { in RenameChild() argument248 ForChild(old_name, [=](node* child) { in RenameChild()