Home
last modified time | relevance | path

Searched defs:remove_item (Results 1 – 2 of 2) sorted by relevance

/external/sdv/vsomeip/implementation/service_discovery/src/
Dconfiguration_option_impl.cpp42 void configuration_option_impl::remove_item(const std::string &_key) { in remove_item() function in vsomeip_v3::sd::configuration_option_impl
/external/executorch/backends/apple/coreml/runtime/inmemoryfs/
Dinmemory_filesystem.cpp64 inline void remove_item(const std::string& name) noexcept { items_.erase(name); } in remove_item() function in __anon6b896f7c0111::InMemoryDirectoryNode
603 bool InMemoryFileSystem::remove_item(const std::vector<std::string>& canonical_path, std::error_cod… in remove_item() function in inmemoryfs::InMemoryFileSystem