Searched refs:config_new_clone (Results 1 – 6 of 6) sorted by relevance
47 struct config_new_clone config_new_clone; variable114 std::unique_ptr<config_t> config_new_clone(const config_t& src) { in config_new_clone() function116 return test::mock::osi_config::config_new_clone(src); in config_new_clone()
192 struct config_new_clone { struct199 extern struct config_new_clone config_new_clone; argument
148 TEST_F(ConfigTest, config_new_clone) { in TEST_F() argument150 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);
129 std::unique_ptr<config_t> config_new_clone(const config_t& src) { in config_new_clone() function
141 std::unique_ptr<config_t> config_new_clone(const config_t& src) { in config_new_clone() function