OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Completions
(Results
1 - 10
of
10
) sorted by null
/external/llvm/unittests/LineEditor/
LineEditor.cpp
44
std::vector<LineEditor::Completion>
Completions
;
46
TestListCompleter(const std::vector<LineEditor::Completion> &
Completions
)
47
:
Completions
(
Completions
) {}
53
return
Completions
;
70
ASSERT_EQ(2u, CA.
Completions
.size());
71
ASSERT_EQ("int foo()", CA.
Completions
[0]);
72
ASSERT_EQ("int bar()", CA.
Completions
[1]);
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/LineEditor/
LineEditor.cpp
44
std::vector<LineEditor::Completion>
Completions
;
46
TestListCompleter(const std::vector<LineEditor::Completion> &
Completions
)
47
:
Completions
(
Completions
) {}
53
return
Completions
;
70
ASSERT_EQ(2u, CA.
Completions
.size());
71
ASSERT_EQ("int foo()", CA.
Completions
[0]);
72
ASSERT_EQ("int bar()", CA.
Completions
[1]);
/external/llvm/lib/LineEditor/
LineEditor.cpp
69
// not the user can also hit tab again to see the
completions
because the
75
Action.
Completions
.push_back(I->DisplayText);
155
if (Action.
Completions
.empty()) {
173
// Emit the
completions
.
174
for (std::vector<std::string>::iterator I = Action.
Completions
.begin(),
175
E = Action.
Completions
.end();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LineEditor/
LineEditor.cpp
69
// not the user can also hit tab again to see the
completions
because the
75
Action.
Completions
.push_back(I->DisplayText);
155
if (Action.
Completions
.empty()) {
173
// Emit the
completions
.
174
for (std::vector<std::string>::iterator I = Action.
Completions
.begin(),
175
E = Action.
Completions
.end();
/external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp
438
//
Completions
minus the prefix.
443
Completions
.emplace_back(Completion.TypedText.substr(CompToken.Text.size()),
581
std::sort(P.
Completions
.begin(), P.
Completions
.end(),
588
return P.
Completions
;
Registry.cpp
493
std::vector<MatcherCompletion>
Completions
;
563
Completions
.emplace_back(TypedText, OS.str(), MaxSpecificity);
567
return
Completions
;
/external/llvm/include/llvm/LineEditor/
LineEditor.h
53
/// Show
Completions
, or beep if the list is empty.
62
/// The list of
completions
to show.
63
std::vector<std::string>
Completions
;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LineEditor/
LineEditor.h
53
/// Show
Completions
, or beep if the list is empty.
62
/// The list of
completions
to show.
63
std::vector<std::string>
Completions
;
/external/clang/include/clang/ASTMatchers/Dynamic/
Parser.h
109
/// \brief Compute the list of
completions
that match any of
114
/// \return All
completions
for the specified types.
115
///
Completions
should be valid when used in \c lookupMatcherCtor().
208
/// \return The list of
completions
, which may be empty if there are no
209
/// available
completions
or if an error occurred.
250
std::vector<MatcherCompletion>
Completions
;
/external/error_prone/javac/
javac-9+181-r4173-1.jar
Completed in 307 milliseconds