Symbol: TypeComponentPath
headers/private/debugger/model/StackFrame.h
117
TypeComponentPath* path);
headers/private/debugger/model/StackFrame.h
32
class TypeComponentPath;
headers/private/debugger/model/StackFrame.h
87
TypeComponentPath* path);
headers/private/debugger/model/StackFrameValueInfos.h
16
class TypeComponentPath;
headers/private/debugger/model/StackFrameValueInfos.h
28
const TypeComponentPath* path,
headers/private/debugger/model/StackFrameValueInfos.h
33
const TypeComponentPath& path,
headers/private/debugger/model/StackFrameValueInfos.h
38
const TypeComponentPath* path) const;
headers/private/debugger/model/StackFrameValueInfos.h
40
const TypeComponentPath& path) const;
headers/private/debugger/model/StackFrameValueInfos.h
42
TypeComponentPath* path, Type* type,
headers/private/debugger/model/StackFrameValueInfos.h
63
StackFrameValueInfos::GetInfo(ObjectID* variable, const TypeComponentPath& path,
headers/private/debugger/model/StackFrameValueInfos.h
71
StackFrameValueInfos::HasInfo(ObjectID* variable, const TypeComponentPath& path)
headers/private/debugger/model/StackFrameValues.h
15
class TypeComponentPath;
headers/private/debugger/model/StackFrameValues.h
28
const TypeComponentPath* path,
headers/private/debugger/model/StackFrameValues.h
31
const TypeComponentPath& path,
headers/private/debugger/model/StackFrameValues.h
34
const TypeComponentPath* path) const;
headers/private/debugger/model/StackFrameValues.h
36
const TypeComponentPath& path) const;
headers/private/debugger/model/StackFrameValues.h
38
TypeComponentPath* path,
headers/private/debugger/model/StackFrameValues.h
59
StackFrameValues::GetValue(ObjectID* variable, const TypeComponentPath& path,
headers/private/debugger/model/StackFrameValues.h
67
StackFrameValues::HasValue(ObjectID* variable, const TypeComponentPath& path)
headers/private/debugger/model/TypeComponentPath.h
113
class TypeComponentPath : public BReferenceable {
headers/private/debugger/model/TypeComponentPath.h
115
TypeComponentPath();
headers/private/debugger/model/TypeComponentPath.h
116
TypeComponentPath(
headers/private/debugger/model/TypeComponentPath.h
117
const TypeComponentPath& other);
headers/private/debugger/model/TypeComponentPath.h
118
virtual ~TypeComponentPath();
headers/private/debugger/model/TypeComponentPath.h
126
TypeComponentPath* CreateSubPath(int32 componentCount) const;
headers/private/debugger/model/TypeComponentPath.h
134
TypeComponentPath& operator=(const TypeComponentPath& other);
headers/private/debugger/model/TypeComponentPath.h
136
bool operator==(const TypeComponentPath& other) const;
headers/private/debugger/model/TypeComponentPath.h
137
bool operator!=(const TypeComponentPath& other) const
headers/private/debugger/user_interface/UserInterface.h
30
class TypeComponentPath;
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
110
TypeComponentPath* path;
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
112
Key(ObjectID* variable, TypeComponentPath* path)
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
137
InfoEntry(ObjectID* variable, TypeComponentPath* path)
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
243
const TypeComponentPath* path) const
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
245
return fNodeInfos->Lookup(Key(variable, (TypeComponentPath*)path));
src/apps/debugger/user_interface/gui/model/VariablesViewState.cpp
250
VariablesViewState::SetNodeInfo(ObjectID* variable, TypeComponentPath* path,
src/apps/debugger/user_interface/gui/model/VariablesViewState.h
103
const TypeComponentPath& path) const
src/apps/debugger/user_interface/gui/model/VariablesViewState.h
19
class TypeComponentPath;
src/apps/debugger/user_interface/gui/model/VariablesViewState.h
75
const TypeComponentPath* path) const;
src/apps/debugger/user_interface/gui/model/VariablesViewState.h
77
const TypeComponentPath& path) const;
src/apps/debugger/user_interface/gui/model/VariablesViewState.h
80
TypeComponentPath* path,
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3051
TypeComponentPath* componentPath = node->GetPath();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
309
fComponentPath = new(std::nothrow) TypeComponentPath();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
3096
TypeComponentPath* componentPath = node->GetPath();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
433
TypeComponentPath* GetPath() const
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
573
TypeComponentPath* fComponentPath;
src/apps/debugger/user_interface/gui/team_window/VariablesView.h
24
class TypeComponentPath;
src/kits/debugger/jobs/Jobs.h
36
class TypeComponentPath;
src/kits/debugger/model/StackFrame.cpp
201
StackFrame::NotifyValueRetrieved(Variable* variable, TypeComponentPath* path)
src/kits/debugger/model/StackFrame.cpp
220
Variable* variable, TypeComponentPath* path)
src/kits/debugger/model/StackFrameValueInfos.cpp
133
const TypeComponentPath* path, Type** _type,
src/kits/debugger/model/StackFrameValueInfos.cpp
137
Key(variable, (TypeComponentPath*)path));
src/kits/debugger/model/StackFrameValueInfos.cpp
157
const TypeComponentPath* path) const
src/kits/debugger/model/StackFrameValueInfos.cpp
159
return fValues->Lookup(Key(variable, (TypeComponentPath*)path)) != NULL;
src/kits/debugger/model/StackFrameValueInfos.cpp
164
StackFrameValueInfos::SetInfo(ObjectID* variable, TypeComponentPath* path,
src/kits/debugger/model/StackFrameValueInfos.cpp
19
TypeComponentPath* path;
src/kits/debugger/model/StackFrameValueInfos.cpp
21
Key(ObjectID* variable, TypeComponentPath* path)
src/kits/debugger/model/StackFrameValueInfos.cpp
45
InfoEntry(ObjectID* variable, TypeComponentPath* path)
src/kits/debugger/model/StackFrameValues.cpp
131
StackFrameValues::GetValue(ObjectID* variable, const TypeComponentPath* path,
src/kits/debugger/model/StackFrameValues.cpp
135
Key(variable, (TypeComponentPath*)path));
src/kits/debugger/model/StackFrameValues.cpp
145
StackFrameValues::HasValue(ObjectID* variable, const TypeComponentPath* path)
src/kits/debugger/model/StackFrameValues.cpp
148
return fValues->Lookup(Key(variable, (TypeComponentPath*)path)) != NULL;
src/kits/debugger/model/StackFrameValues.cpp
153
StackFrameValues::SetValue(ObjectID* variable, TypeComponentPath* path,
src/kits/debugger/model/StackFrameValues.cpp
17
TypeComponentPath* path;
src/kits/debugger/model/StackFrameValues.cpp
19
Key(ObjectID* variable, TypeComponentPath* path)
src/kits/debugger/model/StackFrameValues.cpp
42
ValueEntry(ObjectID* variable, TypeComponentPath* path)
src/kits/debugger/model/TypeComponentPath.cpp
108
TypeComponentPath::TypeComponentPath()
src/kits/debugger/model/TypeComponentPath.cpp
115
TypeComponentPath::TypeComponentPath(const TypeComponentPath& other)
src/kits/debugger/model/TypeComponentPath.cpp
123
TypeComponentPath::~TypeComponentPath()
src/kits/debugger/model/TypeComponentPath.cpp
129
TypeComponentPath::CountComponents() const
src/kits/debugger/model/TypeComponentPath.cpp
136
TypeComponentPath::ComponentAt(int32 index) const
src/kits/debugger/model/TypeComponentPath.cpp
144
TypeComponentPath::AddComponent(const TypeComponent& component)
src/kits/debugger/model/TypeComponentPath.cpp
157
TypeComponentPath::Clear()
src/kits/debugger/model/TypeComponentPath.cpp
163
TypeComponentPath*
src/kits/debugger/model/TypeComponentPath.cpp
164
TypeComponentPath::CreateSubPath(int32 componentCount) const
src/kits/debugger/model/TypeComponentPath.cpp
169
TypeComponentPath* path = new(std::nothrow) TypeComponentPath;
src/kits/debugger/model/TypeComponentPath.cpp
172
BReference<TypeComponentPath> pathReference(path, true);
src/kits/debugger/model/TypeComponentPath.cpp
184
TypeComponentPath::HashValue() const
src/kits/debugger/model/TypeComponentPath.cpp
200
TypeComponentPath::Dump() const
src/kits/debugger/model/TypeComponentPath.cpp
214
TypeComponentPath&
src/kits/debugger/model/TypeComponentPath.cpp
215
TypeComponentPath::operator=(const TypeComponentPath& other)
src/kits/debugger/model/TypeComponentPath.cpp
232
TypeComponentPath::operator==(const TypeComponentPath& other) const