HomeSort by relevance Sort by last modified time
    Searched refs:RemoveComponentArrayItem (Results 1 - 5 of 5) sorted by null

  /external/libweave/src/
component_manager.h 99 virtual bool RemoveComponentArrayItem(const std::string& path,
mock_component_manager.h 35 MOCK_METHOD4(RemoveComponentArrayItem,
component_manager_impl.h 63 bool RemoveComponentArrayItem(const std::string& path,
component_manager_unittest.cc 555 EXPECT_TRUE(manager_.RemoveComponentArrayItem("comp1", "comp2", 1, nullptr));
600 EXPECT_TRUE(manager_.RemoveComponentArrayItem("comp1", "comp3", 1, nullptr));
    [all...]
component_manager_impl.cc 122 bool ComponentManagerImpl::RemoveComponentArrayItem(const std::string& path,

Completed in 706 milliseconds