Searched refs:config_new_clone (Results 1 – 6 of 6) sorted by relevance
50 struct config_new_clone config_new_clone; variable117 std::unique_ptr<config_t> config_new_clone(const config_t& src) { in config_new_clone() function119 return test::mock::osi_config::config_new_clone(src); in config_new_clone()
206 struct config_new_clone { struct213 extern struct config_new_clone config_new_clone; argument
152 TEST_F(ConfigTest, config_new_clone) { in TEST_F() argument154 std::unique_ptr<config_t> clone = config_new_clone(*config); in TEST_F()
65 std::unique_ptr<config_t> config_new_clone(const config_t& src);
132 std::unique_ptr<config_t> config_new_clone(const config_t& src) { in config_new_clone() function
133 std::unique_ptr<config_t> config_new_clone(const config_t& src) { in config_new_clone() function