Lines Matching refs:name
37 _bstr_t name;
38 HRESULT hr = sp_type->GetName(name.GetAddress());
40 if (std::string(static_cast<const char*>(name)) == kObject) return true;
87 // simluate an "unqualified name lookup" here, by searching for the type
153 for (const wchar_t* name : known_names) {
155 if (SUCCEEDED(sp_debug_host_symbols->FindModuleByName(sp_ctx.Get(), name,
213 for (const std::u16string& name : object_class_names) {
216 reinterpret_cast<const wchar_t*>(name.c_str()), nullptr,
244 for (const wchar_t* name : handle_class_names) {
247 sp_debug_host_symbols->CreateTypeSignature(name, nullptr, &signature));