Searched refs:types_ (Results 1 – 3 of 3) sorted by relevance
/system/extras/simpleperf/ |
D | event_type.cpp | 76 return types_; in GetTypes() 92 std::set<EventType> types_; member in simpleperf::EventTypeFinder 101 void LoadTypes() override { types_ = std::move(builtin_event_types); } in LoadTypes() 117 types_.emplace(event_name, PERF_TYPE_TRACEPOINT, id, "", ""); in LoadTypes() 130 if (auto it = types_.find(EventType(name, 0, 0, "", "")); it != types_.end()) { in FindType() 146 auto res = types_.emplace(name, PERF_TYPE_TRACEPOINT, id, "", ""); in FindType() 150 void RemoveType(const std::string& name) { types_.erase(EventType(name, 0, 0, "", "")); } in RemoveType() 176 types_.emplace(system_name + ":" + event_name, PERF_TYPE_TRACEPOINT, id, "", ""); in LoadTypes() 237 types_.emplace(device_name + "/" + event_name + "/", type_id, config, "", ""); in LoadTypes() 316 types_.emplace(std::move(*etm_type)); in LoadTypes() [all …]
|
/system/core/property_service/libpropertyinfoserializer/ |
D | trie_builder.cpp | 30 auto* type_pointer = StringPointerFromContainer(default_type, &types_); in TrieBuilder() 37 auto* type_pointer = StringPointerFromContainer(type, &types_); in AddToTrie()
|
D | trie_builder.h | 107 const std::set<std::string>& types() const { return types_; } in types() 117 std::set<std::string> types_; variable
|