Home
last modified time | relevance | path

Searched refs:HasContext (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/editors/poedit/poedit-1.8.4/src/
H A Dcat_sorting.cpp143 if ( a.HasContext() && !b.HasContext() ) in operator ()()
145 else if ( !a.HasContext() && b.HasContext() ) in operator ()()
147 else if ( a.HasContext() && b.HasContext() ) in operator ()()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/widgetry/src/
H A Dbackend_glow.rs3 use glow::HasContext;
16 program: &'a <glow::Context as glow::HasContext>::Program,
23 program: &'a <glow::Context as glow::HasContext>::Program, in new()
124 id: <glow::Context as glow::HasContext>::VertexArray,
156 id: <glow::Context as glow::HasContext>::Buffer,
194 program: <glow::Context as glow::HasContext>::Program,
204 program: <glow::Context as glow::HasContext>::Program, in new()
/dports/www/node10/node-v10.24.1/deps/v8/src/debug/
H A Ddebug-scopes.cc113 if (scope_info->HasContext()) { in TryParseAndRetrieveScopes()
204 } else if (HasContext()) { in MaterializeScopeDetails()
259 if (LastNestedScopeChain().scope_info->HasContext()) { in Next()
298 DCHECK(!scope_info->HasContext() || context_->IsEvalContext()); in Type()
356 bool ScopeIterator::HasContext() { in HasContext() function in v8::internal::ScopeIterator
361 return LastNestedScopeChain().scope_info->HasContext(); in HasContext()
411 } else if (LastNestedScopeChain().scope_info->HasContext()) { in CurrentContext()
557 if (!scope_info->HasContext()) return local_scope; in MaterializeLocalScope()
620 if (scope_info->HasContext()) context = CurrentContext(); in MaterializeInnerScope()
736 DCHECK_IMPLIES(scope_info->HasContext(), in SetLocalVariableValue()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A DContextVBox.cxx43 … if ( pChild->HasContext( eContext ) || pChild->HasContext( vcl::EnumContext::Context::Any ) ) in SetContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/notebookbar/
H A DContextVBox.cxx55 … if ( pChild->HasContext( eContext ) || pChild->HasContext( vcl::EnumContext::Context::Any ) ) in SetContext()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/core/
H A Duser_message_impl.h83 bool HasContext() const { return context_ != 0; } in HasContext() function
88 if (HasContext()) { in IsSerialized()
H A Duser_message_impl.cc315 if (HasContext() && context_destructor_) { in ~UserMessageImpl()
447 if (context && HasContext()) in SetContext()
460 if (HasContext()) in AppendData()
544 DCHECK(HasContext()); in SerializeIfNecessary()
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/core/
H A Duser_message_impl.h84 bool HasContext() const { return context_ != 0; } in HasContext() function
89 if (HasContext()) { in IsSerialized()
H A Duser_message_impl.cc317 if (HasContext() && context_destructor_) { in ~UserMessageImpl()
449 if (context && HasContext()) in SetContext()
462 if (HasContext()) in AppendData()
556 DCHECK(HasContext()); in SerializeIfNecessary()
/dports/lang/v8/v8-9.6.180.12/src/debug/
H A Ddebug-scopes.h104 bool HasContext() const;
107 DCHECK(HasContext()); in CurrentContext()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/debug/
H A Ddebug-scopes.h104 bool HasContext() const;
106 DCHECK(HasContext()); in CurrentContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/debug/
H A Ddebug-scopes.h104 bool HasContext() const;
107 DCHECK(HasContext()); in CurrentContext()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A DIContext.hxx30 bool HasContext(const vcl::EnumContext::Context eContext) const in HasContext() function in vcl::IContext
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A DIContext.hxx35 bool HasContext( const vcl::EnumContext::Context eContext ) const in HasContext() function in vcl::IContext
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/dbui/
H A Ddbtree.cxx74 bool HasContext();
114 bool SwDBTreeList_Impl::HasContext() in HasContext() function in SwDBTreeList_Impl
150 if (!pImpl->HasContext() && pImpl->GetWrtShell()) in InitTreeList()
/dports/cad/opencascade/opencascade-7.6.0/tools/VInspector/
H A DVInspector_ItemBase.hxx43 bool HasContext() const { return !GetContext().IsNull(); } in HasContext() function in VInspector_ItemBase
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/dbui/
H A Ddbtree.cxx69 bool HasContext();
109 bool SwDBTreeList_Impl::HasContext() in HasContext() function in SwDBTreeList_Impl
146 if (!pImpl->HasContext() && pImpl->GetWrtShell()) in InitTreeList()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/glow-0.5.0/src/
H A Dlib.rs32 pub type Shader = <Context as HasContext>::Shader;
33 pub type Program = <Context as HasContext>::Program;
34 pub type Buffer = <Context as HasContext>::Buffer;
35 pub type VertexArray = <Context as HasContext>::VertexArray;
36 pub type Texture = <Context as HasContext>::Texture;
37 pub type Sampler = <Context as HasContext>::Sampler;
38 pub type Fence = <Context as HasContext>::Fence;
39 pub type Framebuffer = <Context as HasContext>::Framebuffer;
40 pub type Renderbuffer = <Context as HasContext>::Renderbuffer;
41 pub type Query = <Context as HasContext>::Query;
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h401 void setHasSwiftAsyncContext(bool HasContext) { in setHasSwiftAsyncContext() argument
402 HasSwiftAsyncContext = HasContext; in setHasSwiftAsyncContext()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h401 void setHasSwiftAsyncContext(bool HasContext) { in setHasSwiftAsyncContext() argument
402 HasSwiftAsyncContext = HasContext; in setHasSwiftAsyncContext()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h401 void setHasSwiftAsyncContext(bool HasContext) { in setHasSwiftAsyncContext() argument
402 HasSwiftAsyncContext = HasContext; in setHasSwiftAsyncContext()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h401 void setHasSwiftAsyncContext(bool HasContext) { in setHasSwiftAsyncContext() argument
402 HasSwiftAsyncContext = HasContext; in setHasSwiftAsyncContext()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h401 void setHasSwiftAsyncContext(bool HasContext) { in setHasSwiftAsyncContext() argument
402 HasSwiftAsyncContext = HasContext; in setHasSwiftAsyncContext()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h401 void setHasSwiftAsyncContext(bool HasContext) { in setHasSwiftAsyncContext() argument
402 HasSwiftAsyncContext = HasContext; in setHasSwiftAsyncContext()
/dports/www/firefox/firefox-99.0/third_party/rust/glow/src/
H A Dlib.rs28 pub type Shader = <Context as HasContext>::Shader;
29 pub type Program = <Context as HasContext>::Program;
30 pub type Buffer = <Context as HasContext>::Buffer;
31 pub type VertexArray = <Context as HasContext>::VertexArray;
32 pub type Texture = <Context as HasContext>::Texture;
33 pub type Sampler = <Context as HasContext>::Sampler;
34 pub type Fence = <Context as HasContext>::Fence;
35 pub type Framebuffer = <Context as HasContext>::Framebuffer;
36 pub type Renderbuffer = <Context as HasContext>::Renderbuffer;
37 pub type Query = <Context as HasContext>::Query;
[all …]

1234567