Home
last modified time | relevance | path

Searched refs:raw_candidates (Results 1 – 25 of 88) sorted by relevance

1234

/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/cpp/ycm/benchmarks/
H A DPythonSupport_bench.cpp40 std::vector< std::string > raw_candidates; in BENCHMARK_DEFINE_F() local
41 raw_candidates = GenerateCandidatesWithCommonPrefix( "a_A_a_", in BENCHMARK_DEFINE_F()
45 for ( auto insertion_text : raw_candidates ) { in BENCHMARK_DEFINE_F()
70 std::vector< std::string > raw_candidates; in BENCHMARK_DEFINE_F() local
71 raw_candidates = GenerateCandidatesWithCommonPrefix( "a_A_a_", in BENCHMARK_DEFINE_F()
75 for ( auto insertion_text : raw_candidates ) { in BENCHMARK_DEFINE_F()
/dports/devel/youcompleteme/YouCompleteMe-ab73ca2/third_party/ycmd/ycmd/completers/general/
H A Dultisnips_completer.py45 raw_candidates = request_data.get( 'ultisnips_snippets', [] )
49 for snip in raw_candidates ]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/parser/
H A Dparse_func.c789 FuncCandidateList raw_candidates, in func_match_argtypes() argument
798 for (current_candidate = raw_candidates; in func_match_argtypes()
1274 FuncCandidateList raw_candidates; in func_get_detail() local
1291 raw_candidates = FuncnameGetCandidates(funcname, nargs, fargnames, in func_get_detail()
1299 for (best_candidate = raw_candidates; in func_get_detail()
1407 if (raw_candidates != NULL) in func_get_detail()
1414 raw_candidates, in func_get_detail()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/parser/
H A Dparse_func.c789 FuncCandidateList raw_candidates, in func_match_argtypes() argument
798 for (current_candidate = raw_candidates; in func_match_argtypes()
1274 FuncCandidateList raw_candidates; in func_get_detail() local
1291 raw_candidates = FuncnameGetCandidates(funcname, nargs, fargnames, in func_get_detail()
1299 for (best_candidate = raw_candidates; in func_get_detail()
1407 if (raw_candidates != NULL) in func_get_detail()
1414 raw_candidates, in func_get_detail()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/parser/
H A Dparse_func.c789 FuncCandidateList raw_candidates, in func_match_argtypes() argument
798 for (current_candidate = raw_candidates; in func_match_argtypes()
1274 FuncCandidateList raw_candidates; in func_get_detail() local
1291 raw_candidates = FuncnameGetCandidates(funcname, nargs, fargnames, in func_get_detail()
1299 for (best_candidate = raw_candidates; in func_get_detail()
1407 if (raw_candidates != NULL) in func_get_detail()
1414 raw_candidates, in func_get_detail()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/parser/
H A Dparse_func.c789 FuncCandidateList raw_candidates, in func_match_argtypes() argument
798 for (current_candidate = raw_candidates; in func_match_argtypes()
1274 FuncCandidateList raw_candidates; in func_get_detail() local
1291 raw_candidates = FuncnameGetCandidates(funcname, nargs, fargnames, in func_get_detail()
1299 for (best_candidate = raw_candidates; in func_get_detail()
1407 if (raw_candidates != NULL) in func_get_detail()
1414 raw_candidates, in func_get_detail()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/parser/
H A Dparse_func.c789 FuncCandidateList raw_candidates, in func_match_argtypes() argument
798 for (current_candidate = raw_candidates; in func_match_argtypes()
1274 FuncCandidateList raw_candidates; in func_get_detail() local
1291 raw_candidates = FuncnameGetCandidates(funcname, nargs, fargnames, in func_get_detail()
1299 for (best_candidate = raw_candidates; in func_get_detail()
1407 if (raw_candidates != NULL) in func_get_detail()
1414 raw_candidates, in func_get_detail()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/parser/
H A Dparse_func.c789 FuncCandidateList raw_candidates, in func_match_argtypes() argument
798 for (current_candidate = raw_candidates; in func_match_argtypes()
1274 FuncCandidateList raw_candidates; in func_get_detail() local
1291 raw_candidates = FuncnameGetCandidates(funcname, nargs, fargnames, in func_get_detail()
1299 for (best_candidate = raw_candidates; in func_get_detail()
1407 if (raw_candidates != NULL) in func_get_detail()
1414 raw_candidates, in func_get_detail()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/parser/
H A Dparse_func.c789 FuncCandidateList raw_candidates, in func_match_argtypes() argument
798 for (current_candidate = raw_candidates; in func_match_argtypes()
1274 FuncCandidateList raw_candidates; in func_get_detail() local
1291 raw_candidates = FuncnameGetCandidates(funcname, nargs, fargnames, in func_get_detail()
1299 for (best_candidate = raw_candidates; in func_get_detail()
1407 if (raw_candidates != NULL) in func_get_detail()
1414 raw_candidates, in func_get_detail()
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/parser/
H A Dparse_func.h46 FuncCandidateList raw_candidates,
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/parser/
H A Dparse_func.h46 FuncCandidateList raw_candidates,
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/parser/
H A Dparse_func.h46 FuncCandidateList raw_candidates,
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/parser/
H A Dparse_func.h46 FuncCandidateList raw_candidates,
/dports/databases/postgresql11-client/postgresql-11.14/src/include/parser/
H A Dparse_func.h48 FuncCandidateList raw_candidates,
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/parser/
H A Dparse_func.h46 FuncCandidateList raw_candidates,
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/parser/
H A Dparse_func.h46 FuncCandidateList raw_candidates,
/dports/databases/postgresql10-client/postgresql-10.19/src/include/parser/
H A Dparse_func.h46 FuncCandidateList raw_candidates,
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/parser/
H A Dparse_func.h46 FuncCandidateList raw_candidates,
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/parser/
H A Dparse_func.h46 FuncCandidateList raw_candidates,
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/parser/
H A Dparse_func.h46 FuncCandidateList raw_candidates,
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/parser/
H A Dparse_func.h48 FuncCandidateList raw_candidates,
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/parser/
H A Dparse_func.h48 FuncCandidateList raw_candidates,
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/parser/
H A Dparse_func.h48 FuncCandidateList raw_candidates,
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/parser/
H A Dparse_func.h48 FuncCandidateList raw_candidates,
/dports/databases/postgresql10-server/postgresql-10.19/src/include/parser/
H A Dparse_func.h46 FuncCandidateList raw_candidates,

1234