Home
last modified time | relevance | path

Searched refs:make_position (Results 1 – 9 of 9) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/sraxf/
H A Dmake-position.c48 rc_t CC make_position ( void *self, const VXformInfo *info, int64_t row_id, in make_position() function
129 rslt -> u . rf = make_position;
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/sraxf/
H A Dmake-position.c48 rc_t CC make_position ( void *self, const VXformInfo *info, int64_t row_id, in make_position() function
129 rslt -> u . rf = make_position;
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/guile/audio/
H A Dposition.c30 make_position, "position-new", 5, 0, 0,
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/ncbi/
H A Dsra.vschema218 /* make_position
229 T NCBI:SRA:make_position #1 < T start > ( any bases );
447 = < INSDC:position:one > NCBI:SRA:make_position < 1 > ( out_2na_packed )
448 | < INSDC:position:one > NCBI:SRA:make_position < 1 > ( out_2cs_packed );
450 = < NCBI:SRA:pos16 > NCBI:SRA:make_position < 1 > ( out_2na_packed )
451 | < NCBI:SRA:pos16 > NCBI:SRA:make_position < 1 > ( out_2cs_packed );
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/ncbi/
H A Dsra.vschema218 /* make_position
229 T NCBI:SRA:make_position #1 < T start > ( any bases );
447 = < INSDC:position:one > NCBI:SRA:make_position < 1 > ( out_2na_packed )
448 | < INSDC:position:one > NCBI:SRA:make_position < 1 > ( out_2cs_packed );
450 = < NCBI:SRA:pos16 > NCBI:SRA:make_position < 1 > ( out_2na_packed )
451 | < NCBI:SRA:pos16 > NCBI:SRA:make_position < 1 > ( out_2cs_packed );
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Dsource_language_protocol.cpp723 std::pair<std::string, std::string> Source::LanguageProtocolView::make_position(int line, int chara… in make_position() function in Source::LanguageProtocolView
951 …write_request(method, to_string({make_position(iter.get_line(), get_line_pos(iter)), {"context", "… in setup_navigation_and_refactoring()
1078 …write_request("textDocument/rename", to_string({make_position(iter.get_line(), get_line_pos(iter))… in setup_navigation_and_refactoring()
1086 …write_request("textDocument/documentHighlight", to_string({make_position(iter.get_line(), get_line… in setup_navigation_and_refactoring()
1693 …write_request("textDocument/completion", to_string({make_position(line, get_line_pos(line, line_in… in setup_autocomplete()
2107 …write_request("textDocument/hover", to_string({make_position(iter.get_line(), get_line_pos(iter))}… in show_type_tooltips()
2257 …write_request("textDocument/documentHighlight", to_string({make_position(iter.get_line(), get_line… in apply_similar_symbol_tag()
2285 …write_request("textDocument/definition", to_string({make_position(iter.get_line(), get_line_pos(it… in apply_clickable_tag()
2303 …write_request("textDocument/definition", to_string({make_position(iter.get_line(), get_line_pos(it… in get_declaration()
2331 …write_request("textDocument/typeDefinition", to_string({make_position(iter.get_line(), get_line_po… in get_type_declaration()
[all …]
H A Dsource_language_protocol.hpp208 std::pair<std::string, std::string> make_position(int line, int character);
/dports/science/mcstas-comps/mcstas-comps-2.5-src/share/
H A DGeometry_functions.c1416 print_position(make_position(cyl_direction_pointer),"cylinder direction vector"); in cylinder_within_cylinder_backup()
H A DUnion_functions.c499 Coords make_position(double *r) { in make_position() function