Home
last modified time | relevance | path

Searched refs:SelectionSet (Results 1 – 25 of 140) sorted by relevance

123456

/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/graphql-go/graphql/language/ast/
H A Dselections.go8 GetSelectionSet() *SelectionSet
24 SelectionSet *SelectionSet member
38 SelectionSet: f.SelectionSet,
51 return f.SelectionSet
92 SelectionSet *SelectionSet member
104 SelectionSet: f.SelectionSet,
117 return f.SelectionSet
121 type SelectionSet struct { struct
127 func NewSelectionSet(ss *SelectionSet) *SelectionSet { argument
129 ss = &SelectionSet{}
[all …]
H A Ddefinitions.go10 GetSelectionSet() *SelectionSet
35 SelectionSet *SelectionSet member
49 SelectionSet: op.SelectionSet,
77 func (op *OperationDefinition) GetSelectionSet() *SelectionSet {
78 return op.SelectionSet
90 SelectionSet *SelectionSet member
105 SelectionSet: fd.SelectionSet,
129 func (fd *FragmentDefinition) GetSelectionSet() *SelectionSet {
130 return fd.SelectionSet
194 return &SelectionSet{}
[all …]
H A Dtype_definitions.go16 GetSelectionSet() *SelectionSet
31 GetSelectionSet() *SelectionSet
73 func (def *SchemaDefinition) GetSelectionSet() *SelectionSet {
74 return &SelectionSet{}
147 func (def *ScalarDefinition) GetSelectionSet() *SelectionSet {
148 return &SelectionSet{}
202 return &SelectionSet{}
330 return &SelectionSet{}
382 return &SelectionSet{}
434 return &SelectionSet{}
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/language/ast/
H A Dselections.go8 GetSelectionSet() *SelectionSet
24 SelectionSet *SelectionSet member
44 return f.SelectionSet
85 SelectionSet *SelectionSet member
97 SelectionSet: f.SelectionSet,
110 return f.SelectionSet
114 type SelectionSet struct { struct
120 func NewSelectionSet(ss *SelectionSet) *SelectionSet { argument
122 ss = &SelectionSet{}
124 ss.Kind = kinds.SelectionSet
[all …]
H A Ddefinitions.go10 GetSelectionSet() *SelectionSet
35 SelectionSet *SelectionSet member
70 func (op *OperationDefinition) GetSelectionSet() *SelectionSet {
71 return op.SelectionSet
83 SelectionSet *SelectionSet member
98 SelectionSet: fd.SelectionSet,
122 func (fd *FragmentDefinition) GetSelectionSet() *SelectionSet {
123 return fd.SelectionSet
182 return &SelectionSet{}
225 func (def *DirectiveDefinition) GetSelectionSet() *SelectionSet {
[all …]
H A Dtype_definitions.go16 GetSelectionSet() *SelectionSet
31 GetSelectionSet() *SelectionSet
73 func (def *SchemaDefinition) GetSelectionSet() *SelectionSet {
74 return &SelectionSet{}
147 func (def *ScalarDefinition) GetSelectionSet() *SelectionSet {
148 return &SelectionSet{}
202 return &SelectionSet{}
330 return &SelectionSet{}
382 return &SelectionSet{}
434 return &SelectionSet{}
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/graphql-go/graphql/language/ast/
H A Dselections.go8 GetSelectionSet() *SelectionSet
24 SelectionSet *SelectionSet member
44 return f.SelectionSet
85 SelectionSet *SelectionSet member
97 SelectionSet: f.SelectionSet,
110 return f.SelectionSet
114 type SelectionSet struct { struct
120 func NewSelectionSet(ss *SelectionSet) *SelectionSet { argument
122 ss = &SelectionSet{}
124 ss.Kind = kinds.SelectionSet
[all …]
H A Ddefinitions.go10 GetSelectionSet() *SelectionSet
35 SelectionSet *SelectionSet member
70 func (op *OperationDefinition) GetSelectionSet() *SelectionSet {
71 return op.SelectionSet
83 SelectionSet *SelectionSet member
98 SelectionSet: fd.SelectionSet,
122 func (fd *FragmentDefinition) GetSelectionSet() *SelectionSet {
123 return fd.SelectionSet
182 return &SelectionSet{}
225 func (def *DirectiveDefinition) GetSelectionSet() *SelectionSet {
[all …]
H A Dtype_definitions.go16 GetSelectionSet() *SelectionSet
31 GetSelectionSet() *SelectionSet
73 func (def *SchemaDefinition) GetSelectionSet() *SelectionSet {
74 return &SelectionSet{}
147 func (def *ScalarDefinition) GetSelectionSet() *SelectionSet {
148 return &SelectionSet{}
202 return &SelectionSet{}
330 return &SelectionSet{}
382 return &SelectionSet{}
434 return &SelectionSet{}
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/selection/selectionset/
H A DSelectionSet.cpp10 SelectionSet::~SelectionSet() in ~SelectionSet()
15 SelectionSet::SelectionSet(const std::string& name) : in SelectionSet() function in selection::SelectionSet
21 const std::string& SelectionSet::getName() in getName()
26 bool SelectionSet::empty() in empty()
31 void SelectionSet::clear() in clear()
36 void SelectionSet::onErase(scene::Instance *instance) { in onErase()
45 void SelectionSet::select() in select()
68 void SelectionSet::deselect() in deselect()
96 void SelectionSet::assignFromCurrentScene() in assignFromCurrentScene()
104 SelectionSet& _set; in assignFromCurrentScene()
[all …]
H A DSelectionSet.h13 class SelectionSet :
24 ~SelectionSet();
26 SelectionSet(const std::string& name);
50 typedef SelectionSet* SelectionSetPtr;
/dports/net/storj/storj-1.45.3/vendor/github.com/graphql-go/graphql/
H A Dvalidator.go77 GetSelectionSet() *ast.SelectionSet
97 fragmentSpreads map[*ast.SelectionSet][]*ast.FragmentSpread
154 setsToVisit := []*ast.SelectionSet{node}
160 var set *ast.SelectionSet
169 if selection.SelectionSet != nil {
170 setsToVisit = append(setsToVisit, selection.SelectionSet)
173 if selection.SelectionSet != nil {
174 setsToVisit = append(setsToVisit, selection.SelectionSet)
191 nodesToVisit := []*ast.SelectionSet{operation.SelectionSet}
198 var node *ast.SelectionSet
[all …]
H A Drules_overlapping_fields_can_be_merged.go56 cacheMap := map[*ast.SelectionSet]*fieldsAndFragmentNames{}
60 kinds.SelectionSet: {
62 if selectionSet, ok := p.Node.(*ast.SelectionSet); ok && selectionSet != nil {
160 cacheMap map[*ast.SelectionSet]*fieldsAndFragmentNames
438 selectionSet1 := ast1.SelectionSet
439 selectionSet2 := ast2.SelectionSet
460 var collectFieldsAndFragmentNames func(parentType Named, selectionSet *ast.SelectionSet)
461 collectFieldsAndFragmentNames = func(parentType Named, selectionSet *ast.SelectionSet) {
512 collectFieldsAndFragmentNames(inlineFragmentType, selection.SelectionSet)
530 if cached, ok := rule.cacheMap[fragment.SelectionSet]; ok && cached != nil {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/
H A Dvalidator.go77 GetSelectionSet() *ast.SelectionSet
97 fragmentSpreads map[*ast.SelectionSet][]*ast.FragmentSpread
154 setsToVisit := []*ast.SelectionSet{node}
160 var set *ast.SelectionSet
169 if selection.SelectionSet != nil {
170 setsToVisit = append(setsToVisit, selection.SelectionSet)
173 if selection.SelectionSet != nil {
174 setsToVisit = append(setsToVisit, selection.SelectionSet)
191 nodesToVisit := []*ast.SelectionSet{operation.SelectionSet}
198 var node *ast.SelectionSet
[all …]
H A Drules_overlapping_fields_can_be_merged.go56 cacheMap := map[*ast.SelectionSet]*fieldsAndFragmentNames{}
60 kinds.SelectionSet: {
62 if selectionSet, ok := p.Node.(*ast.SelectionSet); ok && selectionSet != nil {
160 cacheMap map[*ast.SelectionSet]*fieldsAndFragmentNames
438 selectionSet1 := ast1.SelectionSet
439 selectionSet2 := ast2.SelectionSet
460 var collectFieldsAndFragmentNames func(parentType Named, selectionSet *ast.SelectionSet)
461 collectFieldsAndFragmentNames = func(parentType Named, selectionSet *ast.SelectionSet) {
512 collectFieldsAndFragmentNames(inlineFragmentType, selection.SelectionSet)
530 if cached, ok := rule.cacheMap[fragment.SelectionSet]; ok && cached != nil {
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/graphql-go/graphql/
H A Dvalidator.go78 GetSelectionSet() *ast.SelectionSet
98 fragmentSpreads map[*ast.SelectionSet][]*ast.FragmentSpread
155 setsToVisit := []*ast.SelectionSet{node}
161 var set *ast.SelectionSet
170 if selection.SelectionSet != nil {
171 setsToVisit = append(setsToVisit, selection.SelectionSet)
174 if selection.SelectionSet != nil {
175 setsToVisit = append(setsToVisit, selection.SelectionSet)
192 nodesToVisit := []*ast.SelectionSet{operation.SelectionSet}
199 var node *ast.SelectionSet
[all …]
H A Drules_overlapping_fields_can_be_merged.go56 cacheMap := map[*ast.SelectionSet]*fieldsAndFragmentNames{}
60 kinds.SelectionSet: {
62 if selectionSet, ok := p.Node.(*ast.SelectionSet); ok && selectionSet != nil {
160 cacheMap map[*ast.SelectionSet]*fieldsAndFragmentNames
438 selectionSet1 := ast1.SelectionSet
439 selectionSet2 := ast2.SelectionSet
460 var collectFieldsAndFragmentNames func(parentType Named, selectionSet *ast.SelectionSet)
461 collectFieldsAndFragmentNames = func(parentType Named, selectionSet *ast.SelectionSet) {
512 collectFieldsAndFragmentNames(inlineFragmentType, selection.SelectionSet)
530 if cached, ok := rule.cacheMap[fragment.SelectionSet]; ok && cached != nil {
[all …]
H A Dexecutor.go178 SelectionSet: p.Operation.GetSelectionSet(),
300 SelectionSet *ast.SelectionSet member
319 if p.SelectionSet == nil {
322 for _, iSelection := range p.SelectionSet.Selections {
342 SelectionSet: selection.SelectionSet,
369 SelectionSet: fragment.GetSelectionSet(),
744 selectionSet := fieldAST.SelectionSet
749 SelectionSet: selectionSet,
/dports/net/storj/storj-1.45.3/vendor/github.com/graphql-go/graphql/language/parser/
H A Dparser_test.go48 SelectionSet: &ast.SelectionSet{
215 SelectionSet: ast.NewSelectionSet(&ast.SelectionSet{
292 SelectionSet: ast.NewSelectionSet(&ast.SelectionSet{
642 SelectionSet: &ast.SelectionSet{
683 SelectionSet: &ast.SelectionSet{
703 SelectionSet: nil,
719 SelectionSet: nil,
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/language/parser/
H A Dparser_test.go48 SelectionSet: &ast.SelectionSet{
215 SelectionSet: ast.NewSelectionSet(&ast.SelectionSet{
292 SelectionSet: ast.NewSelectionSet(&ast.SelectionSet{
642 SelectionSet: &ast.SelectionSet{
683 SelectionSet: &ast.SelectionSet{
703 SelectionSet: nil,
719 SelectionSet: nil,
/dports/cad/openroad/OpenROAD-2.0/src/gui/src/
H A Dinspector.h53 Inspector(const SelectionSet& selected, QWidget* parent = nullptr);
73 const SelectionSet& selected_;
H A DmainWindow.h125 void addSelected(const SelectionSet& selections);
135 void addHighlighted(const SelectionSet& selection, int highlight_group = 0);
191 SelectionSet selected_;
H A DselectHighlightWindow.h59 SelectionModel(const SelectionSet& objs);
79 const SelectionSet& objs_;
145 explicit SelectHighlightWindow(const SelectionSet& selSet,
/dports/devel/py-tartiflette/tartiflette-1.4.1/libgraphqlparser/ast/
H A Dast.ast38 S SelectionSet selectionSet
45 T SelectionSet
58 S? SelectionSet selectionSet
71 S SelectionSet selectionSet
77 S SelectionSet selectionSet
/dports/devel/libgraphqlparser/libgraphqlparser-0.7.0/ast/
H A Dast.ast36 S SelectionSet selectionSet
43 T SelectionSet
56 S? SelectionSet selectionSet
69 S SelectionSet selectionSet
75 S SelectionSet selectionSet

123456