Searched refs:TypeComponentPath (Results 1 - 14 of 14) sorted by relevance

/haiku/src/kits/debugger/model/
H A DTypeComponentPath.cpp7 #include "TypeComponentPath.h"
107 // #pragma mark - TypeComponentPath
110 TypeComponentPath::TypeComponentPath() function in class:TypeComponentPath
117 TypeComponentPath::TypeComponentPath(const TypeComponentPath& other) function in class:TypeComponentPath
125 TypeComponentPath::~TypeComponentPath()
131 TypeComponentPath
[all...]
H A DStackFrameValues.cpp12 #include "TypeComponentPath.h"
17 TypeComponentPath* path;
19 Key(ObjectID* variable, TypeComponentPath* path)
42 ValueEntry(ObjectID* variable, TypeComponentPath* path)
131 StackFrameValues::GetValue(ObjectID* variable, const TypeComponentPath* path,
135 Key(variable, (TypeComponentPath*)path));
145 StackFrameValues::HasValue(ObjectID* variable, const TypeComponentPath* path)
148 return fValues->Lookup(Key(variable, (TypeComponentPath*)path)) != NULL;
153 StackFrameValues::SetValue(ObjectID* variable, TypeComponentPath* path,
H A DStackFrameValueInfos.cpp13 #include "TypeComponentPath.h"
19 TypeComponentPath* path;
21 Key(ObjectID* variable, TypeComponentPath* path)
45 InfoEntry(ObjectID* variable, TypeComponentPath* path)
133 const TypeComponentPath* path, Type** _type,
137 Key(variable, (TypeComponentPath*)path));
157 const TypeComponentPath* path) const
159 return fValues->Lookup(Key(variable, (TypeComponentPath*)path)) != NULL;
164 StackFrameValueInfos::SetInfo(ObjectID* variable, TypeComponentPath* path,
H A DStackFrame.cpp201 StackFrame::NotifyValueRetrieved(Variable* variable, TypeComponentPath* path)
220 Variable* variable, TypeComponentPath* path)
/haiku/headers/private/debugger/model/
H A DStackFrameValueInfos.h16 class TypeComponentPath;
28 const TypeComponentPath* path,
33 const TypeComponentPath& path,
38 const TypeComponentPath* path) const;
40 const TypeComponentPath& path) const;
42 TypeComponentPath* path, Type* type,
63 StackFrameValueInfos::GetInfo(ObjectID* variable, const TypeComponentPath& path,
71 StackFrameValueInfos::HasInfo(ObjectID* variable, const TypeComponentPath& path)
H A DStackFrameValues.h15 class TypeComponentPath;
28 const TypeComponentPath* path,
31 const TypeComponentPath& path,
34 const TypeComponentPath* path) const;
36 const TypeComponentPath& path) const;
38 TypeComponentPath* path,
59 StackFrameValues::GetValue(ObjectID* variable, const TypeComponentPath& path,
67 StackFrameValues::HasValue(ObjectID* variable, const TypeComponentPath& path)
H A DTypeComponentPath.h113 class TypeComponentPath : public BReferenceable { class in inherits:BReferenceable
115 TypeComponentPath();
116 TypeComponentPath(
117 const TypeComponentPath& other);
118 virtual ~TypeComponentPath();
126 TypeComponentPath* CreateSubPath(int32 componentCount) const;
134 TypeComponentPath& operator=(const TypeComponentPath& other);
136 bool operator==(const TypeComponentPath& other) const;
137 bool operator!=(const TypeComponentPath
[all...]
H A DStackFrame.h32 class TypeComponentPath;
87 TypeComponentPath* path);
117 TypeComponentPath* path);
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.h19 class TypeComponentPath;
75 const TypeComponentPath* path) const;
77 const TypeComponentPath& path) const;
80 TypeComponentPath* path,
103 const TypeComponentPath& path) const
H A DVariablesViewState.cpp16 #include "TypeComponentPath.h"
110 TypeComponentPath* path;
112 Key(ObjectID* variable, TypeComponentPath* path)
137 InfoEntry(ObjectID* variable, TypeComponentPath* path)
243 const TypeComponentPath* path) const
245 return fNodeInfos->Lookup(Key(variable, (TypeComponentPath*)path));
250 VariablesViewState::SetNodeInfo(ObjectID* variable, TypeComponentPath* path,
/haiku/headers/private/debugger/user_interface/
H A DUserInterface.h30 class TypeComponentPath;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.h24 class TypeComponentPath;
H A DVariablesView.cpp54 #include "TypeComponentPath.h"
310 fComponentPath = new(std::nothrow) TypeComponentPath();
434 TypeComponentPath* GetPath() const
574 TypeComponentPath* fComponentPath;
3052 TypeComponentPath* componentPath = node->GetPath();
3097 TypeComponentPath* componentPath = node->GetPath();
/haiku/src/kits/debugger/jobs/
H A DJobs.h36 class TypeComponentPath;

Completed in 104 milliseconds