Home
last modified time | relevance | path

Searched refs:NewScope (Results 1 – 25 of 794) sorted by relevance

12345678910>>...32

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/getsentry/sentry-go/
H A Dscope_test.go39 scope := NewScope()
45 scope := NewScope()
54 scope := NewScope()
63 scope := NewScope()
71 scope := NewScope()
78 scope := NewScope()
86 scope := NewScope()
94 scope := NewScope()
101 scope := NewScope()
109 scope := NewScope()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/getsentry/sentry-go/
H A Dscope_test.go39 scope := NewScope()
45 scope := NewScope()
54 scope := NewScope()
63 scope := NewScope()
71 scope := NewScope()
78 scope := NewScope()
86 scope := NewScope()
94 scope := NewScope()
101 scope := NewScope()
109 scope := NewScope()
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/getsentry/sentry-go/
H A Dscope_test.go39 scope := NewScope()
45 scope := NewScope()
54 scope := NewScope()
63 scope := NewScope()
71 scope := NewScope()
78 scope := NewScope()
86 scope := NewScope()
94 scope := NewScope()
101 scope := NewScope()
109 scope := NewScope()
[all …]
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/jinzhu/gorm/
H A Dmain.go214 scope := s.NewScope(s.Value)
223 scope := s.NewScope(s.Value)
327 newScope := s.NewScope(out)
336 newScope := s.NewScope(out)
343 newScope := s.NewScope(out)
443 return s.NewScope(s.Value).
456 return s.NewScope(s.Value).
465 scope := s.NewScope(value)
478 scope := s.NewScope(value)
495 scope := s.NewScope(nil)
[all …]
H A Dembedded_struct_test.go30 dialect := DB.NewScope(&EngadgetPost{}).Dialect()
31 engadgetPostScope := DB.NewScope(&EngadgetPost{})
40 hnScope := DB.NewScope(&HNPost{})
64 if DB.NewScope(&HNPost{}).PrimaryField() == nil {
68 for _, field := range DB.NewScope(&HNPost{}).Fields() {
/dports/security/vuls/vuls-0.13.7/vendor/github.com/jinzhu/gorm/
H A Dmain.go217 scope := s.NewScope(s.Value)
226 scope := s.NewScope(s.Value)
330 newScope := s.NewScope(out)
339 newScope := s.NewScope(out)
346 newScope := s.NewScope(out)
447 return s.NewScope(s.Value).
460 return s.NewScope(s.Value).
469 scope := s.NewScope(value)
482 scope := s.NewScope(value)
500 scope := s.NewScope(nil)
[all …]
H A Dembedded_struct_test.go30 dialect := DB.NewScope(&EngadgetPost{}).Dialect()
31 engadgetPostScope := DB.NewScope(&EngadgetPost{})
40 hnScope := DB.NewScope(&HNPost{})
64 if DB.NewScope(&HNPost{}).PrimaryField() == nil {
68 for _, field := range DB.NewScope(&HNPost{}).Fields() {
H A Dmodel_struct_test.go67 DB.NewScope(&ModelA{}).GetStructFields()
97 DB.NewScope(&ModelA{}).GetStructFields()
99 DB.NewScope(&ModelB{}).GetStructFields()
112 fields := DB.NewScope(&ResponseModel{}).GetStructFields()
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/jinzhu/gorm/
H A Dmain.go217 scope := s.NewScope(s.Value)
226 scope := s.NewScope(s.Value)
330 newScope := s.NewScope(out)
339 newScope := s.NewScope(out)
346 newScope := s.NewScope(out)
447 return s.NewScope(s.Value).
460 return s.NewScope(s.Value).
469 scope := s.NewScope(value)
482 scope := s.NewScope(value)
500 scope := s.NewScope(nil)
[all …]
H A Dembedded_struct_test.go30 dialect := DB.NewScope(&EngadgetPost{}).Dialect()
31 engadgetPostScope := DB.NewScope(&EngadgetPost{})
40 hnScope := DB.NewScope(&HNPost{})
64 if DB.NewScope(&HNPost{}).PrimaryField() == nil {
68 for _, field := range DB.NewScope(&HNPost{}).Fields() {
H A Dmodel_struct_test.go67 DB.NewScope(&ModelA{}).GetStructFields()
97 DB.NewScope(&ModelA{}).GetStructFields()
99 DB.NewScope(&ModelB{}).GetStructFields()
112 fields := DB.NewScope(&ResponseModel{}).GetStructFields()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DMessage_ProgressIndicator.lxx106 //function : NewScope
110 inline Standard_Boolean Message_ProgressIndicator::NewScope (const Standard_CString name)
112 return NewScope ( name ? new TCollection_HAsciiString ( name ) : 0 );
116 //function : NewScope
120 inline Standard_Boolean Message_ProgressIndicator::NewScope (const Handle(TCollection_HAsciiString)…
122 return NewScope ( myScopes(1).GetStep(), name );
126 //function : NewScope
130 inline Standard_Boolean Message_ProgressIndicator::NewScope (const Standard_Real span,
133 return NewScope ( span, name ? new TCollection_HAsciiString ( name ) : 0 );
H A DMessage_ProgressIndicator.hxx119 Standard_Boolean NewScope (const Standard_CString name = 0);
121 Standard_Boolean NewScope (const Handle(TCollection_HAsciiString)& name);
123 Standard_Boolean NewScope (const Standard_Real span, const Standard_CString name = 0);
131 …Standard_EXPORT Standard_Boolean NewScope (const Standard_Real span, const Handle(TCollection_HAsc…
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core/Internal/
H A DCallSafeHandle.cs72 using (completionQueue.NewScope()) in StartUnary()
88 using (completionQueue.NewScope()) in StartClientStreaming()
97 using (completionQueue.NewScope()) in StartServerStreaming()
106 using (completionQueue.NewScope()) in StartDuplexStreaming()
115 using (completionQueue.NewScope()) in StartSendMessage()
124 using (completionQueue.NewScope()) in StartSendCloseFromClient()
134 using (completionQueue.NewScope()) in StartSendStatusFromServer()
184 using (completionQueue.NewScope()) in StartReceiveMessage()
193 using (completionQueue.NewScope()) in StartReceiveInitialMetadata()
202 using (completionQueue.NewScope()) in StartServerSide()
[all …]
H A DServerSafeHandle.cs42 using (cq.NewScope()) in RegisterCompletionQueue()
65 using (completionQueue.NewScope()) in ShutdownAndNotify()
76 using (completionQueue.NewScope()) in RequestCall()
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core/Internal/
H A DCallSafeHandle.cs72 using (completionQueue.NewScope()) in StartUnary()
88 using (completionQueue.NewScope()) in StartClientStreaming()
97 using (completionQueue.NewScope()) in StartServerStreaming()
106 using (completionQueue.NewScope()) in StartDuplexStreaming()
115 using (completionQueue.NewScope()) in StartSendMessage()
124 using (completionQueue.NewScope()) in StartSendCloseFromClient()
134 using (completionQueue.NewScope()) in StartSendStatusFromServer()
184 using (completionQueue.NewScope()) in StartReceiveMessage()
193 using (completionQueue.NewScope()) in StartReceiveInitialMetadata()
202 using (completionQueue.NewScope()) in StartServerSide()
[all …]
H A DServerSafeHandle.cs42 using (cq.NewScope()) in RegisterCompletionQueue()
65 using (completionQueue.NewScope()) in ShutdownAndNotify()
76 using (completionQueue.NewScope()) in RequestCall()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core/Internal/
H A DCallSafeHandle.cs72 using (completionQueue.NewScope()) in StartUnary()
88 using (completionQueue.NewScope()) in StartClientStreaming()
97 using (completionQueue.NewScope()) in StartServerStreaming()
106 using (completionQueue.NewScope()) in StartDuplexStreaming()
115 using (completionQueue.NewScope()) in StartSendMessage()
124 using (completionQueue.NewScope()) in StartSendCloseFromClient()
134 using (completionQueue.NewScope()) in StartSendStatusFromServer()
184 using (completionQueue.NewScope()) in StartReceiveMessage()
193 using (completionQueue.NewScope()) in StartReceiveInitialMetadata()
202 using (completionQueue.NewScope()) in StartServerSide()
[all …]
H A DServerSafeHandle.cs42 using (cq.NewScope()) in RegisterCompletionQueue()
65 using (completionQueue.NewScope()) in ShutdownAndNotify()
76 using (completionQueue.NewScope()) in RequestCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Core/Internal/
H A DCallSafeHandle.cs72 using (completionQueue.NewScope()) in StartUnary()
88 using (completionQueue.NewScope()) in StartClientStreaming()
97 using (completionQueue.NewScope()) in StartServerStreaming()
106 using (completionQueue.NewScope()) in StartDuplexStreaming()
115 using (completionQueue.NewScope()) in StartSendMessage()
124 using (completionQueue.NewScope()) in StartSendCloseFromClient()
134 using (completionQueue.NewScope()) in StartSendStatusFromServer()
185 using (completionQueue.NewScope()) in StartReceiveMessage()
194 using (completionQueue.NewScope()) in StartReceiveInitialMetadata()
203 using (completionQueue.NewScope()) in StartServerSide()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/blastinput/unit_test/
H A Dblast_scope_src_unit_test.cpp78 CRef<CScope> scope = scope_source.NewScope(); in BOOST_AUTO_TEST_CASE()
110 CRef<CScope> scope = scope_source.NewScope(); in BOOST_AUTO_TEST_CASE()
139 CRef<CScope> scope = scope_source.NewScope(); in BOOST_AUTO_TEST_CASE()
186 CRef<CScope> scope = scope_source.NewScope(); in BOOST_AUTO_TEST_CASE()
216 CRef<CScope> scope = scope_source.NewScope(); in BOOST_AUTO_TEST_CASE()
248 CRef<CScope> scope = scope_source.NewScope(); in BOOST_AUTO_TEST_CASE()
276 CRef<CScope> scope = scope_source.NewScope(); in BOOST_AUTO_TEST_CASE()
298 CRef<CScope> scope = scope_source.NewScope(); in BOOST_AUTO_TEST_CASE()
322 CRef<CScope> scope = scope_source.NewScope(); in s_RetrieveSequenceLength()
362 CRef<CScope> scope = scope_source.NewScope(); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/blastinput/unit_test/
H A Dblast_scope_src_unit_test.cpp78 CRef<CScope> scope = scope_source.NewScope(); in BOOST_AUTO_TEST_CASE()
110 CRef<CScope> scope = scope_source.NewScope(); in BOOST_AUTO_TEST_CASE()
139 CRef<CScope> scope = scope_source.NewScope(); in BOOST_AUTO_TEST_CASE()
186 CRef<CScope> scope = scope_source.NewScope(); in BOOST_AUTO_TEST_CASE()
216 CRef<CScope> scope = scope_source.NewScope(); in BOOST_AUTO_TEST_CASE()
248 CRef<CScope> scope = scope_source.NewScope(); in BOOST_AUTO_TEST_CASE()
276 CRef<CScope> scope = scope_source.NewScope(); in BOOST_AUTO_TEST_CASE()
298 CRef<CScope> scope = scope_source.NewScope(); in BOOST_AUTO_TEST_CASE()
322 CRef<CScope> scope = scope_source.NewScope(); in s_RetrieveSequenceLength()
362 CRef<CScope> scope = scope_source.NewScope(); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/src/
H A Delixir_tokenizer.erl206 {NewLine, NewColumn, Parts, Rest, NewScope} ->
237 NewScope = if
260 NewScope = case handle_char(Char) of
512 error(Reason, Rest, NewScope, Tokens)
524 error(Reason, Rest, NewScope, Tokens)
794 error(Reason, Rest, NewScope, Tokens)
797 {NewLine, NewColumn, Parts, Rest, NewScope} ->
804 error(Reason, Rest, NewScope, Tokens)
832 NewScope =
1319 NewScope =
[all …]
/dports/devel/objconv/objconv-2.52/source/
H A Dmac2mac.cpp40 int NewScope; // New scope of symbol. 0=local, 1=public, 2=external in MakeSymbolTable() local
61 NewScope = OldScope; in MakeSymbolTable()
105 NewScope = 0; // Public changed to local in MakeSymbolTable()
135 NewSymbols[NewScope].AddSymbol(symi, Name1, SymType, SymDesc, Section, symp->n_value); in MakeSymbolTable()
139 for (NewScope = 0; NewScope < 3; NewScope++) { in MakeSymbolTable()
140 NewSymbols[NewScope].SortList(); // Sort each list alphabetically in MakeSymbolTable()
141 NewSymbols[NewScope].StoreList(&NewSymbolTable, &NewStringTable); in MakeSymbolTable()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/System/ComponentModel/Composition/AttributedModel/
H A DAttributedModelDiscovery.cs98 …ort.RequiredCreationPolicy != CreationPolicy.NewScope) ? CreationPolicy.NonShared : CreationPolicy… in CreateParameterImportDefinition()
104 if(attributedImport.RequiredCreationPolicy == CreationPolicy.NewScope) in CreateParameterImportDefinition()
144 …ort.RequiredCreationPolicy != CreationPolicy.NewScope) ? CreationPolicy.NonShared : CreationPolicy… in CreateMemberImportDefinition()
150 if(attributedImport.RequiredCreationPolicy == CreationPolicy.NewScope) in CreateMemberImportDefinition()

12345678910>>...32