Home
last modified time | relevance | path

Searched refs:AllScopes (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/Assemblies/NativeFormat/
H A DNativeFormatRuntimeAssembly.cs45 foreach (QScopeDefinition scope in AllScopes)
62 foreach (QScopeDefinition scope in AllScopes)
80 foreach (QScopeDefinition scope in AllScopes)
101 foreach (QScopeDefinition scope in AllScopes)
124 foreach (QScopeDefinition scope in AllScopes)
218 internal IEnumerable<QScopeDefinition> AllScopes property in System.Reflection.Runtime.Assemblies.NativeFormat.NativeFormatRuntimeAssembly
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A DXPCWrappedNativeScope.cpp32 static XPCWrappedNativeScopeList& AllScopes() { in AllScopes() function
76 for (XPCWrappedNativeScope* cur : AllScopes()) { in XPCWrappedNativeScope()
81 AllScopes().insertBack(this); in XPCWrappedNativeScope()
263 for (XPCWrappedNativeScope* cur : AllScopes()) { in SuspectAllWrappers()
326 for (XPCWrappedNativeScope* cur : AllScopes()) { in SweepAllWrappedNativeTearOffs()
339 for (XPCWrappedNativeScope* cur : AllScopes()) { in SystemIsBeingShutDown()
410 for (XPCWrappedNativeScope* cur : AllScopes()) { in DebugDumpAllScopes()
418 for (XPCWrappedNativeScope* cur : AllScopes()) { in DebugDumpAllScopes()
463 for (XPCWrappedNativeScope* cur : AllScopes()) { in AddSizeOfAllScopesIncludingThis()
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DXPCWrappedNativeScope.cpp30 static XPCWrappedNativeScopeList& AllScopes() { in AllScopes() function
74 for (XPCWrappedNativeScope* cur : AllScopes()) { in XPCWrappedNativeScope()
79 AllScopes().insertBack(this); in XPCWrappedNativeScope()
262 for (XPCWrappedNativeScope* cur : AllScopes()) { in SuspectAllWrappers()
325 for (XPCWrappedNativeScope* cur : AllScopes()) { in SweepAllWrappedNativeTearOffs()
339 for (XPCWrappedNativeScope* cur : AllScopes()) { in SystemIsBeingShutDown()
413 for (XPCWrappedNativeScope* cur : AllScopes()) { in DebugDumpAllScopes()
421 for (XPCWrappedNativeScope* cur : AllScopes()) { in DebugDumpAllScopes()
469 for (XPCWrappedNativeScope* cur : AllScopes()) { in AddSizeOfAllScopesIncludingThis()
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DXPCWrappedNativeScope.cpp30 static XPCWrappedNativeScopeList& AllScopes() { in AllScopes() function
74 for (XPCWrappedNativeScope* cur : AllScopes()) { in XPCWrappedNativeScope()
79 AllScopes().insertBack(this); in XPCWrappedNativeScope()
262 for (XPCWrappedNativeScope* cur : AllScopes()) { in SuspectAllWrappers()
325 for (XPCWrappedNativeScope* cur : AllScopes()) { in SweepAllWrappedNativeTearOffs()
339 for (XPCWrappedNativeScope* cur : AllScopes()) { in SystemIsBeingShutDown()
413 for (XPCWrappedNativeScope* cur : AllScopes()) { in DebugDumpAllScopes()
421 for (XPCWrappedNativeScope* cur : AllScopes()) { in DebugDumpAllScopes()
469 for (XPCWrappedNativeScope* cur : AllScopes()) { in AddSizeOfAllScopesIncludingThis()
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/src/
H A DXPCWrappedNativeScope.cpp29 static XPCWrappedNativeScopeList& AllScopes() { in AllScopes() function
73 for (XPCWrappedNativeScope* cur : AllScopes()) { in XPCWrappedNativeScope()
78 AllScopes().insertBack(this); in XPCWrappedNativeScope()
261 for (XPCWrappedNativeScope* cur : AllScopes()) { in SuspectAllWrappers()
324 for (XPCWrappedNativeScope* cur : AllScopes()) { in SweepAllWrappedNativeTearOffs()
338 for (XPCWrappedNativeScope* cur : AllScopes()) { in SystemIsBeingShutDown()
412 for (XPCWrappedNativeScope* cur : AllScopes()) { in DebugDumpAllScopes()
420 for (XPCWrappedNativeScope* cur : AllScopes()) { in DebugDumpAllScopes()
468 for (XPCWrappedNativeScope* cur : AllScopes()) { in AddSizeOfAllScopesIncludingThis()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DConfigCompileTests.cpp484 TEST_F(ConfigCompileTests, AllScopes) { in TEST_F() argument
487 EXPECT_TRUE(Conf.Completion.AllScopes); in TEST_F()
490 Frag.Completion.AllScopes = false; in TEST_F()
492 EXPECT_FALSE(Conf.Completion.AllScopes); in TEST_F()
495 Frag.Completion.AllScopes = true; in TEST_F()
497 EXPECT_TRUE(Conf.Completion.AllScopes); in TEST_F()
H A DConfigYAMLTests.cpp186 TEST(ParseYAML, AllScopes) { in TEST() argument
196 EXPECT_THAT(Results[0].Completion.AllScopes, llvm::ValueIs(Val(true))); in TEST()
213 EXPECT_THAT(Results[0].Completion.AllScopes, testing::Eq(llvm::None)); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/unittests/
H A DConfigCompileTests.cpp484 TEST_F(ConfigCompileTests, AllScopes) { in TEST_F() argument
487 EXPECT_TRUE(Conf.Completion.AllScopes); in TEST_F()
490 Frag.Completion.AllScopes = false; in TEST_F()
492 EXPECT_FALSE(Conf.Completion.AllScopes); in TEST_F()
495 Frag.Completion.AllScopes = true; in TEST_F()
497 EXPECT_TRUE(Conf.Completion.AllScopes); in TEST_F()
H A DConfigYAMLTests.cpp186 TEST(ParseYAML, AllScopes) { in TEST() argument
196 EXPECT_THAT(Results[0].Completion.AllScopes, llvm::ValueIs(Val(true))); in TEST()
213 EXPECT_THAT(Results[0].Completion.AllScopes, testing::Eq(llvm::None)); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DConfigCompileTests.cpp484 TEST_F(ConfigCompileTests, AllScopes) { in TEST_F() argument
487 EXPECT_TRUE(Conf.Completion.AllScopes); in TEST_F()
490 Frag.Completion.AllScopes = false; in TEST_F()
492 EXPECT_FALSE(Conf.Completion.AllScopes); in TEST_F()
495 Frag.Completion.AllScopes = true; in TEST_F()
497 EXPECT_TRUE(Conf.Completion.AllScopes); in TEST_F()
H A DConfigYAMLTests.cpp186 TEST(ParseYAML, AllScopes) { in TEST() argument
196 EXPECT_THAT(Results[0].Completion.AllScopes, llvm::ValueIs(Val(true))); in TEST()
213 EXPECT_THAT(Results[0].Completion.AllScopes, testing::Eq(llvm::None)); in TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/unittests/
H A DConfigCompileTests.cpp484 TEST_F(ConfigCompileTests, AllScopes) { in TEST_F() argument
487 EXPECT_TRUE(Conf.Completion.AllScopes); in TEST_F()
490 Frag.Completion.AllScopes = false; in TEST_F()
492 EXPECT_FALSE(Conf.Completion.AllScopes); in TEST_F()
495 Frag.Completion.AllScopes = true; in TEST_F()
497 EXPECT_TRUE(Conf.Completion.AllScopes); in TEST_F()
H A DConfigYAMLTests.cpp186 TEST(ParseYAML, AllScopes) { in TEST() argument
196 EXPECT_THAT(Results[0].Completion.AllScopes, llvm::ValueIs(Val(true))); in TEST()
213 EXPECT_THAT(Results[0].Completion.AllScopes, testing::Eq(llvm::None)); in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DConfigCompileTests.cpp484 TEST_F(ConfigCompileTests, AllScopes) { in TEST_F() argument
487 EXPECT_TRUE(Conf.Completion.AllScopes); in TEST_F()
490 Frag.Completion.AllScopes = false; in TEST_F()
492 EXPECT_FALSE(Conf.Completion.AllScopes); in TEST_F()
495 Frag.Completion.AllScopes = true; in TEST_F()
497 EXPECT_TRUE(Conf.Completion.AllScopes); in TEST_F()
H A DConfigYAMLTests.cpp186 TEST(ParseYAML, AllScopes) { in TEST() argument
196 EXPECT_THAT(Results[0].Completion.AllScopes, llvm::ValueIs(Val(true))); in TEST()
213 EXPECT_THAT(Results[0].Completion.AllScopes, testing::Eq(llvm::None)); in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DConfigCompile.cpp492 if (F.AllScopes) { in compile()
494 [AllScopes(**F.AllScopes)](const Params &, Config &C) { in compile()
495 C.Completion.AllScopes = AllScopes; in compile()
H A DConfigYAML.cpp195 if (auto AllScopes = llvm::yaml::parseBool(**Value)) in parse() local
196 F.AllScopes = *AllScopes; in parse()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/
H A DConfigCompile.cpp492 if (F.AllScopes) { in compile()
494 [AllScopes(**F.AllScopes)](const Params &, Config &C) { in compile()
495 C.Completion.AllScopes = AllScopes; in compile()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DConfigCompile.cpp492 if (F.AllScopes) { in compile()
494 [AllScopes(**F.AllScopes)](const Params &, Config &C) { in compile()
495 C.Completion.AllScopes = AllScopes; in compile()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/
H A DConfigCompile.cpp492 if (F.AllScopes) { in compile()
494 [AllScopes(**F.AllScopes)](const Params &, Config &C) { in compile()
495 C.Completion.AllScopes = AllScopes; in compile()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DConfigCompile.cpp492 if (F.AllScopes) { in compile()
494 [AllScopes(**F.AllScopes)](const Params &, Config &C) { in compile()
495 C.Completion.AllScopes = AllScopes; in compile()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/admissionregistration/fuzzer/
H A Dfuzzer.go32 s := admissionregistration.AllScopes
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/admissionregistration/v1/
H A Ddefaults.go85 s := admissionregistrationv1.AllScopes
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/apis/admissionregistration/
H A Dtypes.go76 AllScopes ScopeType = "*" const
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/
H A Dlister.py334 class AllScopes(object): class
343 if not isinstance(other, AllScopes):
613 scope_set = AllScopes(
664 scope_set = AllScopes(
705 scope_set = AllScopes(

12345678