Searched refs:CommandObjectPlatform (Results 1 – 6 of 6) sorted by relevance
26 class CommandObjectPlatform : public CommandObjectMultiword29 CommandObjectPlatform(CommandInterpreter &interpreter);32 ~CommandObjectPlatform();35 DISALLOW_COPY_AND_ASSIGN (CommandObjectPlatform);
17 CommandObjectPlatform.cpp
25 CommandObjectPlatform.cpp \
966 CommandObjectPlatform::CommandObjectPlatform(CommandInterpreter &interpreter) : in CommandObjectPlatform() function in CommandObjectPlatform985 CommandObjectPlatform::~CommandObjectPlatform() in ~CommandObjectPlatform()
183 …DDE00698AC0 /* CommandObjectPlatform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26879CE713…1015 …CommandObjectPlatform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = source…1016 …CommandObjectPlatform.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sour…2844 26879CE51333F5750012C1F8 /* CommandObjectPlatform.h */,2845 26879CE71333F58B0012C1F8 /* CommandObjectPlatform.cpp */,3960 2689001F13353DDE00698AC0 /* CommandObjectPlatform.cpp in Sources */,
377 m_command_dict["platform"] = CommandObjectSP (new CommandObjectPlatform (*this)); in LoadCommandDictionary()