Home
last modified time | relevance | path

Searched refs:GetMap (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A Ddevice_boutique.cc25 std::unordered_map<std::string, std::function<std::shared_ptr<Device>()>>& DeviceBoutique::GetMap()… in GetMap() function in test_vendor_lib::DeviceBoutique
34 GetMap()[device_type] = device_constructor; in Register()
41 if (GetMap().find(args[0]) == GetMap().end()) { in Create()
46 std::shared_ptr<Device> new_device = GetMap()[args[0]](); in Create()
H A Ddevice_boutique.h49 static std::unordered_map<std::string, std::function<std::shared_ptr<Device>()>>& GetMap();
/aosp12/system/unwinding/libbacktrace/
H A DUnwindStack.cpp155 return GetMap()->GetFunctionName(pc, offset); in GetFunctionNameRaw()
173 return Backtrace::Unwind(regs.get(), GetMap(), &frames_, num_ignore_frames, &skip_names, &error_); in UnwindFromContext()
180 return GetMap()->GetFunctionName(pc, offset); in GetFunctionNameRaw()
191 return Backtrace::Unwind(regs.get(), GetMap(), &frames_, num_ignore_frames, nullptr, &error_); in Unwind()
H A DBacktraceCurrent.cpp80 if (GetMap() == nullptr) { in Unwind()
/aosp12/art/runtime/
H A Ddex_reference_collection.h52 DexFileMap& GetMap() { in GetMap() function
/aosp12/system/unwinding/libbacktrace/include/backtrace/
H A DBacktrace.h180 BacktraceMap* GetMap() { return map_; } in GetMap() function
/aosp12/art/cmdline/
H A Dcmdline_parser.h98 const TVariantMap& GetMap() { in GetMap() function
579 return save_destination_->GetMap(); in GetArgumentsMap()