Searched refs:InternalData (Results 1 – 6 of 6) sorted by relevance
99 struct LineEditor::InternalData { struct in LineEditor114 LineEditor::InternalData *Data; in ElGetPromptFn() argument125 LineEditor::InternalData *Data; in ElCompletionFn()202 Data(new InternalData) { in LineEditor()282 struct LineEditor::InternalData { struct in LineEditor289 : Prompt((ProgName + "> ").str()), Data(new InternalData) { in LineEditor()
98 struct LineEditor::InternalData { struct in LineEditor113 LineEditor::InternalData *Data; in ElGetPromptFn() argument124 LineEditor::InternalData *Data; in ElCompletionFn()201 Data(new InternalData) { in LineEditor()281 struct LineEditor::InternalData { struct in LineEditor288 : Prompt((ProgName + "> ").str()), Data(new InternalData) { in LineEditor()
110 struct InternalData;115 std::unique_ptr<InternalData> Data;
109 struct InternalData;114 std::unique_ptr<InternalData> Data;
296 struct InternalData;309 de::SharedPtr<InternalData> m_internalData;
239 struct GraphicsPipelineWrapper::InternalData struct in vk::GraphicsPipelineWrapper271 …InternalData(const DeviceInterface& vkd, VkDevice vkDevice, const PipelineConstructionType constru… in InternalData() function337 : m_internalData (new InternalData(vk, device, pipelineConstructionType, flags)) in GraphicsPipelineWrapper()