Home
last modified time | relevance | path

Searched refs:FrontEnd (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/textproc/scim/scim-1.4.9/docs/
H A Ddesign.zh_CN4 … SCIM 库是一个通用的输入法开发平台, 可以大大简化输入法的开发难度. 在 SCIM 中, 输入法被分为三大部分: FrontEnd, IMEngine 和 BackEnd. 这三部分的功能是:
5 FrontEnd: 负责用户界面的显示, 与客户程序通讯, 将客户程序的按键请求转发给 IMEngine, 执行 IMEngine 发出的各种命令, 如绘制预编辑字符串等等.
6 IMEngine: 接收由 FrontEnd 发送的按键事件, 并向 FrontEnd 发送相应的命令, 如显示预编辑字符串, 向客户程序提交字符串等等.
10 …SCIM 的一个显著特点是, FrontEnd, IMEngine, Config 等部分都实现了模块化, 可以通过动态模块来实现具体的功能, 支持不同的系统和环境. 大大增强了 SCIM 的灵活…
14 …stance 实例由 FrontEnd 基类管理. 每个 IC 对应的状态变量, 分为两部分, 其中预编辑字符串等与用户界面无关的数据都保存在 IMEngineInstance 实例中; 而输入窗…
15 …下面介绍一下 FrontEnd 和 IMEngine 之间的数据交换和通讯方式. 为了简化编程接口, 在 FrontEnd 和 IMEngine 之间采用了一种松散的接口形式, 即 signal-…
40 …计, 采用了单向的 signal-slot 结构, 即输入法引擎所需的所有动作都经由signal-slot 发送给 FrontEnd, 而输入法引擎需要处理的事件则直接由 FrontEnd 调用 …
41 …所有动作信号的触发与事件函数的调用都封装在 IMEngineInstance 和 FrontEnd 基类里. 派生类只需要调用基类的相应函数即可, 完全不用关心 FrontEnd 和 IMEngi…
43 FrontEnd 的工作机理:
51 IMEngineInstance 的 id. FrontEnd 派生类应当保存这个 id,
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/FrontEnd/Managed/src/
H A DManagedUtils.cpp89 namespace FrontEnd { namespace
216 JEGA::FrontEnd::Managed::DoubleVector^ ar
236 JEGA::FrontEnd::Managed::DoubleVector^
243 JEGA::FrontEnd::Managed::DoubleVector^ ret =
256 JEGA::FrontEnd::Managed::IntVector^ ar
276 JEGA::FrontEnd::Managed::IntVector^
283 JEGA::FrontEnd::Managed::IntVector^ ret =
296 JEGA::FrontEnd::Managed::StringVector^ ar
316 JEGA::FrontEnd::Managed::StringVector^
350 JEGA::FrontEnd::Managed::DoubleMatrix^ ar
[all …]
/dports/textproc/scim/scim-1.4.9/configs/
H A Dconfig2 /FrontEnd/OnTheSpot = true
3 /FrontEnd/ChangeFactoryGlobally = false
4 /FrontEnd/Socket/ConfigReadOnly = false
5 /FrontEnd/Socket/MaxClients = 512
6 /FrontEnd/X11/BrokenWchar = true
7 /FrontEnd/X11/Dynamic = false
8 /FrontEnd/X11/OnTheSpot = true
9 /FrontEnd/X11/ServerName = SCIM
12 /Hotkeys/FrontEnd/ShowFactoryMenu = Control+Alt+Right
13 /Hotkeys/FrontEnd/Trigger = Control+space
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/FrontEnd/Managed/include/
H A DManagedUtils.hpp113 namespace FrontEnd { namespace
309 JEGA::FrontEnd::Managed::DoubleVector^ ar
312 JEGA::FrontEnd::Managed::DoubleVector^
327 JEGA::FrontEnd::Managed::IntVector^ ar
332 JEGA::FrontEnd::Managed::StringVector^ ar
335 JEGA::FrontEnd::Managed::IntVector^
340 JEGA::FrontEnd::Managed::StringVector^
359 JEGA::FrontEnd::Managed::DoubleMatrix^ ar
362 JEGA::FrontEnd::Managed::DoubleMatrix^
H A DMBasicParameterDatabaseImpl.hpp117 namespace FrontEnd { namespace
468 JEGA::FrontEnd::Managed::DoubleVector^
481 JEGA::FrontEnd::Managed::IntVector^
494 JEGA::FrontEnd::Managed::DoubleMatrix^
507 JEGA::FrontEnd::Managed::StringVector^
605 JEGA::FrontEnd::Managed::DoubleVector^ value
621 JEGA::FrontEnd::Managed::IntVector^ value
637 JEGA::FrontEnd::Managed::DoubleMatrix^ value
653 JEGA::FrontEnd::Managed::StringVector^ value
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp53 TypeFilterImpl::FrontEnd::GetIndexOfChildWithName(ConstString name) { in GetIndexOfChildWithName()
127 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, in FrontEnd() function in ScriptedSyntheticChildren::FrontEnd
146 ScriptedSyntheticChildren::FrontEnd::~FrontEnd() {} in ~FrontEnd()
149 ScriptedSyntheticChildren::FrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
156 bool ScriptedSyntheticChildren::FrontEnd::IsValid() { in IsValid()
160 size_t ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren() { in CalculateNumChildren()
172 bool ScriptedSyntheticChildren::FrontEnd::Update() { in Update()
179 bool ScriptedSyntheticChildren::FrontEnd::MightHaveChildren() { in MightHaveChildren()
186 size_t ScriptedSyntheticChildren::FrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
194 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp53 TypeFilterImpl::FrontEnd::GetIndexOfChildWithName(ConstString name) { in GetIndexOfChildWithName()
127 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, in FrontEnd() function in ScriptedSyntheticChildren::FrontEnd
146 ScriptedSyntheticChildren::FrontEnd::~FrontEnd() = default;
149 ScriptedSyntheticChildren::FrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
156 bool ScriptedSyntheticChildren::FrontEnd::IsValid() { in IsValid()
160 size_t ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren() { in CalculateNumChildren()
172 bool ScriptedSyntheticChildren::FrontEnd::Update() { in Update()
179 bool ScriptedSyntheticChildren::FrontEnd::MightHaveChildren() { in MightHaveChildren()
186 size_t ScriptedSyntheticChildren::FrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
194 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp53 TypeFilterImpl::FrontEnd::GetIndexOfChildWithName(ConstString name) { in GetIndexOfChildWithName()
127 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, in FrontEnd() function in ScriptedSyntheticChildren::FrontEnd
146 ScriptedSyntheticChildren::FrontEnd::~FrontEnd() {} in ~FrontEnd()
149 ScriptedSyntheticChildren::FrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
156 bool ScriptedSyntheticChildren::FrontEnd::IsValid() { in IsValid()
160 size_t ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren() { in CalculateNumChildren()
172 bool ScriptedSyntheticChildren::FrontEnd::Update() { in Update()
179 bool ScriptedSyntheticChildren::FrontEnd::MightHaveChildren() { in MightHaveChildren()
186 size_t ScriptedSyntheticChildren::FrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
194 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp53 TypeFilterImpl::FrontEnd::GetIndexOfChildWithName(ConstString name) { in GetIndexOfChildWithName()
127 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, in FrontEnd() function in ScriptedSyntheticChildren::FrontEnd
146 ScriptedSyntheticChildren::FrontEnd::~FrontEnd() {} in ~FrontEnd()
149 ScriptedSyntheticChildren::FrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
156 bool ScriptedSyntheticChildren::FrontEnd::IsValid() { in IsValid()
160 size_t ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren() { in CalculateNumChildren()
172 bool ScriptedSyntheticChildren::FrontEnd::Update() { in Update()
179 bool ScriptedSyntheticChildren::FrontEnd::MightHaveChildren() { in MightHaveChildren()
186 size_t ScriptedSyntheticChildren::FrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
194 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp53 TypeFilterImpl::FrontEnd::GetIndexOfChildWithName(ConstString name) { in GetIndexOfChildWithName()
127 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, in FrontEnd() function in ScriptedSyntheticChildren::FrontEnd
146 ScriptedSyntheticChildren::FrontEnd::~FrontEnd() = default;
149 ScriptedSyntheticChildren::FrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
156 bool ScriptedSyntheticChildren::FrontEnd::IsValid() { in IsValid()
160 size_t ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren() { in CalculateNumChildren()
172 bool ScriptedSyntheticChildren::FrontEnd::Update() { in Update()
179 bool ScriptedSyntheticChildren::FrontEnd::MightHaveChildren() { in MightHaveChildren()
186 size_t ScriptedSyntheticChildren::FrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
194 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp53 TypeFilterImpl::FrontEnd::GetIndexOfChildWithName(ConstString name) { in GetIndexOfChildWithName()
127 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, in FrontEnd() function in ScriptedSyntheticChildren::FrontEnd
146 ScriptedSyntheticChildren::FrontEnd::~FrontEnd() = default;
149 ScriptedSyntheticChildren::FrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
156 bool ScriptedSyntheticChildren::FrontEnd::IsValid() { in IsValid()
160 size_t ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren() { in CalculateNumChildren()
172 bool ScriptedSyntheticChildren::FrontEnd::Update() { in Update()
179 bool ScriptedSyntheticChildren::FrontEnd::MightHaveChildren() { in MightHaveChildren()
186 size_t ScriptedSyntheticChildren::FrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
194 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp53 TypeFilterImpl::FrontEnd::GetIndexOfChildWithName(ConstString name) { in GetIndexOfChildWithName()
127 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, in FrontEnd() function in ScriptedSyntheticChildren::FrontEnd
146 ScriptedSyntheticChildren::FrontEnd::~FrontEnd() = default;
149 ScriptedSyntheticChildren::FrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
156 bool ScriptedSyntheticChildren::FrontEnd::IsValid() { in IsValid()
160 size_t ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren() { in CalculateNumChildren()
172 bool ScriptedSyntheticChildren::FrontEnd::Update() { in Update()
179 bool ScriptedSyntheticChildren::FrontEnd::MightHaveChildren() { in MightHaveChildren()
186 size_t ScriptedSyntheticChildren::FrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
194 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp53 TypeFilterImpl::FrontEnd::GetIndexOfChildWithName(ConstString name) { in GetIndexOfChildWithName()
127 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, in FrontEnd() function in ScriptedSyntheticChildren::FrontEnd
146 ScriptedSyntheticChildren::FrontEnd::~FrontEnd() {} in ~FrontEnd()
149 ScriptedSyntheticChildren::FrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
156 bool ScriptedSyntheticChildren::FrontEnd::IsValid() { in IsValid()
160 size_t ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren() { in CalculateNumChildren()
172 bool ScriptedSyntheticChildren::FrontEnd::Update() { in Update()
179 bool ScriptedSyntheticChildren::FrontEnd::MightHaveChildren() { in MightHaveChildren()
186 size_t ScriptedSyntheticChildren::FrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
194 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp54 TypeFilterImpl::FrontEnd::GetIndexOfChildWithName(ConstString name) { in GetIndexOfChildWithName()
128 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, in FrontEnd() function in ScriptedSyntheticChildren::FrontEnd
147 ScriptedSyntheticChildren::FrontEnd::~FrontEnd() {} in ~FrontEnd()
150 ScriptedSyntheticChildren::FrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()
157 bool ScriptedSyntheticChildren::FrontEnd::IsValid() { in IsValid()
161 size_t ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren() { in CalculateNumChildren()
173 bool ScriptedSyntheticChildren::FrontEnd::Update() { in Update()
180 bool ScriptedSyntheticChildren::FrontEnd::MightHaveChildren() { in MightHaveChildren()
187 size_t ScriptedSyntheticChildren::FrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
195 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp53 TypeFilterImpl::FrontEnd::GetIndexOfChildWithName(ConstString name) {
127 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass,
146 ScriptedSyntheticChildren::FrontEnd::~FrontEnd() = default;
149 ScriptedSyntheticChildren::FrontEnd::GetChildAtIndex(size_t idx) {
156 bool ScriptedSyntheticChildren::FrontEnd::IsValid() {
160 size_t ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren() {
172 bool ScriptedSyntheticChildren::FrontEnd::Update() {
179 bool ScriptedSyntheticChildren::FrontEnd::MightHaveChildren() {
186 size_t ScriptedSyntheticChildren::FrontEnd::GetIndexOfChildWithName(
194 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() {
[all …]
/dports/textproc/scim/scim-1.4.9/
H A DREADME13 -f, --frontend name Uses specified FrontEnd module.
25 daemon with SocketFrontEnd to provide the service, and X11 FrontEnd will
28 TIPS of X11 FrontEnd:
35 TIPS of Socket FrontEnd, IMEngine and Config module:
47 The purpose of Socket FrontEnd is to listen and accept request
49 Socket FrontEnd.
64 there is no Socket FrontEnd running yet.
71 X11 and the previous started SCIM Socket FrontEnd.)
76 Socket FrontEnd instead of local config file.
104 +--------+ | |FrontEnd| +--------+ |Module | |FrontEnd| \-----/
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h315 class FrontEnd : public SyntheticChildrenFrontEnd {
317 FrontEnd(TypeFilterImpl *flt, ValueObject &backend) in FrontEnd() function
320 ~FrontEnd() override = default;
342 FrontEnd(const FrontEnd &) = delete;
343 const FrontEnd &operator=(const FrontEnd &) = delete;
416 class FrontEnd : public SyntheticChildrenFrontEnd {
418 FrontEnd(std::string pclass, ValueObject &backend);
420 ~FrontEnd() override;
447 FrontEnd(const FrontEnd &) = delete;
448 const FrontEnd &operator=(const FrontEnd &) = delete;
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h315 class FrontEnd : public SyntheticChildrenFrontEnd {
317 FrontEnd(TypeFilterImpl *flt, ValueObject &backend) in FrontEnd() function
320 ~FrontEnd() override = default;
342 FrontEnd(const FrontEnd &) = delete;
343 const FrontEnd &operator=(const FrontEnd &) = delete;
416 class FrontEnd : public SyntheticChildrenFrontEnd {
418 FrontEnd(std::string pclass, ValueObject &backend);
420 ~FrontEnd() override;
447 FrontEnd(const FrontEnd &) = delete;
448 const FrontEnd &operator=(const FrontEnd &) = delete;
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h315 class FrontEnd : public SyntheticChildrenFrontEnd {
317 FrontEnd(TypeFilterImpl *flt, ValueObject &backend) in FrontEnd() function
320 ~FrontEnd() override = default;
342 FrontEnd(const FrontEnd &) = delete;
343 const FrontEnd &operator=(const FrontEnd &) = delete;
416 class FrontEnd : public SyntheticChildrenFrontEnd {
418 FrontEnd(std::string pclass, ValueObject &backend);
420 ~FrontEnd() override;
447 FrontEnd(const FrontEnd &) = delete;
448 const FrontEnd &operator=(const FrontEnd &) = delete;
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h315 class FrontEnd : public SyntheticChildrenFrontEnd {
317 FrontEnd(TypeFilterImpl *flt, ValueObject &backend) in FrontEnd() function
320 ~FrontEnd() override = default;
342 FrontEnd(const FrontEnd &) = delete;
343 const FrontEnd &operator=(const FrontEnd &) = delete;
416 class FrontEnd : public SyntheticChildrenFrontEnd {
418 FrontEnd(std::string pclass, ValueObject &backend);
420 ~FrontEnd() override;
447 FrontEnd(const FrontEnd &) = delete;
448 const FrontEnd &operator=(const FrontEnd &) = delete;
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h315 class FrontEnd : public SyntheticChildrenFrontEnd {
317 FrontEnd(TypeFilterImpl *flt, ValueObject &backend) in FrontEnd() function
320 ~FrontEnd() override = default;
342 FrontEnd(const FrontEnd &) = delete;
343 const FrontEnd &operator=(const FrontEnd &) = delete;
416 class FrontEnd : public SyntheticChildrenFrontEnd {
418 FrontEnd(std::string pclass, ValueObject &backend);
420 ~FrontEnd() override;
447 FrontEnd(const FrontEnd &) = delete;
448 const FrontEnd &operator=(const FrontEnd &) = delete;
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h315 class FrontEnd : public SyntheticChildrenFrontEnd {
317 FrontEnd(TypeFilterImpl *flt, ValueObject &backend) in FrontEnd() function
320 ~FrontEnd() override = default;
342 FrontEnd(const FrontEnd &) = delete;
343 const FrontEnd &operator=(const FrontEnd &) = delete;
416 class FrontEnd : public SyntheticChildrenFrontEnd {
418 FrontEnd(std::string pclass, ValueObject &backend);
420 ~FrontEnd() override;
447 FrontEnd(const FrontEnd &) = delete;
448 const FrontEnd &operator=(const FrontEnd &) = delete;
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h315 class FrontEnd : public SyntheticChildrenFrontEnd {
317 FrontEnd(TypeFilterImpl *flt, ValueObject &backend) in FrontEnd() function
320 ~FrontEnd() override = default;
342 FrontEnd(const FrontEnd &) = delete;
343 const FrontEnd &operator=(const FrontEnd &) = delete;
416 class FrontEnd : public SyntheticChildrenFrontEnd {
418 FrontEnd(std::string pclass, ValueObject &backend);
420 ~FrontEnd() override;
447 FrontEnd(const FrontEnd &) = delete;
448 const FrontEnd &operator=(const FrontEnd &) = delete;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h315 class FrontEnd : public SyntheticChildrenFrontEnd {
317 FrontEnd(TypeFilterImpl *flt, ValueObject &backend) in FrontEnd() function
320 ~FrontEnd() override = default;
342 FrontEnd(const FrontEnd &) = delete;
343 const FrontEnd &operator=(const FrontEnd &) = delete;
416 class FrontEnd : public SyntheticChildrenFrontEnd {
418 FrontEnd(std::string pclass, ValueObject &backend);
420 ~FrontEnd() override;
447 FrontEnd(const FrontEnd &) = delete;
448 const FrontEnd &operator=(const FrontEnd &) = delete;
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h315 class FrontEnd : public SyntheticChildrenFrontEnd {
317 FrontEnd(TypeFilterImpl *flt, ValueObject &backend) in FrontEnd() function
320 ~FrontEnd() override = default;
342 FrontEnd(const FrontEnd &) = delete;
343 const FrontEnd &operator=(const FrontEnd &) = delete;
416 class FrontEnd : public SyntheticChildrenFrontEnd {
418 FrontEnd(std::string pclass, ValueObject &backend);
420 ~FrontEnd() override;
447 FrontEnd(const FrontEnd &) = delete;
448 const FrontEnd &operator=(const FrontEnd &) = delete;
[all …]

12345678