Home
last modified time | relevance | path

Searched refs:IndexKeySpec (Results 1 – 16 of 16) sorted by relevance

/dports/devel/opendht/opendht-1.10.1/python/
H A Dopendht_cpp.pxd256 ctypedef map[string, uint32_t] IndexKeySpec "dht::indexation::Pht::KeySpec"
261 Pht(string, IndexKeySpec, shared_ptr[DhtRunner]) except +
H A Dopendht.pyx625 cdef cpp.IndexKeySpec cpp_key_spec
/dports/devel/py-opendht/opendht-1.10.1/python/
H A Dopendht_cpp.pxd256 ctypedef map[string, uint32_t] IndexKeySpec "dht::indexation::Pht::KeySpec"
261 Pht(string, IndexKeySpec, shared_ptr[DhtRunner]) except +
H A Dopendht.pyx625 cdef cpp.IndexKeySpec cpp_key_spec
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_visitor.h133 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( IndexKeySpec );
H A Dparsenodes.h145 class IndexKeySpec; variable
1330 std::vector<rchandle<IndexKeySpec> > theKeySpecs;
1335 void addKeySpec(IndexKeySpec* spec) { theKeySpecs.push_back(spec); } in addKeySpec()
1339 const IndexKeySpec* getKeySpec(ulong i) const { return theKeySpecs[i].getp(); } in getKeySpec()
1354 class IndexKeySpec : public parsenode
1362 IndexKeySpec( in IndexKeySpec() function
H A Dparsenode_print_xml_visitor.cpp835 BEGIN_END_TAG (IndexKeySpec) in END_TAG()
H A Dparsenode_print_xquery_visitor.cpp1031 DEFAULT_VISIT (IndexKeySpec) in DEFAULT_VISIT()
H A Dparsenodes.cpp1074 for (std::vector<rchandle<IndexKeySpec> >::const_iterator i = theKeySpecs.begin(); in accept()
1094 void IndexKeySpec::accept( parsenode_visitor &v ) const in accept()
H A Dparsenode_print_xqdoc_visitor.cpp1437 XQDOC_NO_BEGIN_END_TAG (IndexKeySpec)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y820 %type <node> IndexKeySpec
920 … TypeName_WITH_HOOK URILiteralList ValueComp CollectionDecl IndexDecl IndexKeySpec IndexKeyList In…
2026 IndexKeySpec
2029 keyList->addKeySpec(dynamic_cast<IndexKeySpec*>($1));
2032 | IndexKeyList COMMA IndexKeySpec
2034 dynamic_cast<IndexKeyList*>($1)->addKeySpec(dynamic_cast<IndexKeySpec*>($3));
2040 IndexKeySpec :
2043 $$ = new IndexKeySpec(LOC(@$), $1, NULL, NULL);
2048 $$ = new IndexKeySpec(LOC(@$),
2055 $$ = new IndexKeySpec(LOC(@$),
[all …]
H A Dxquery_parser.cpp4314 keyList->addKeySpec(dynamic_cast<IndexKeySpec*>((yysemantic_stack_[(1) - (1)].node))); in parse()
4324 …yList*>((yysemantic_stack_[(3) - (1)].node))->addKeySpec(dynamic_cast<IndexKeySpec*>((yysemantic_s… in parse()
4334 … (yyval.node) = new IndexKeySpec(LOC((yyloc)), (yysemantic_stack_[(1) - (1)].expr), NULL, NULL); in parse()
4343 (yyval.node) = new IndexKeySpec(LOC((yyloc)), in parse()
4355 (yyval.node) = new IndexKeySpec(LOC((yyloc)), in parse()
4367 (yyval.node) = new IndexKeySpec(LOC((yyloc)), in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h383 DECL_CONCRETE_VISIT (IndexKeySpec);
/dports/textproc/zorba/zorba-2.7.0/doc/zorba/
H A Dxqddf.dox1320 'by' IndexKeySpec (',' IndexKeySpec)*
1326 IndexKeySpec ::= IndexKeyExpr IndexKeyTypeDecl? IndexKeyCollation?
1571 implementation dependent order. An IndexKeySpec is evaluated as follows:
1576 The key expression in the IndexKeySpec is evaluated, with D serving as its
1600 The result of each IndexKeySpec is a single atomic item or the empty sequence.
1606 computed for D<sub>i</sub> by the j-th IndexKeySpec (where the numbering of
1637 In the current implementation, there can be only one IndexKeySpec, but contrary
1638 to value indexes, the result of this IndexKeySpec may be a sequence of any
1875 can be only one IndexKeySpec, and as a result, for general indexes, M = N = 1).
/dports/textproc/zorba/zorba-2.7.0/modules/com/zorba-xquery/www/modules/store/static/indexes/
H A Ddml.xq151 : indexes, there can be only one IndexKeySpec, and as a result, for general
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp4599 const IndexKeySpec* keySpec = v.getKeySpec(i); in end_visit()
4739 void* begin_visit(const IndexKeySpec& v) in begin_visit()
4745 void end_visit(const IndexKeySpec& v, void* /*visit_state*/) in end_visit()