Home
last modified time | relevance | path

Searched defs:Completion (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LineEditor/
DLineEditor.h67 struct Completion { struct
68 Completion() {} in Completion() function
69 Completion(const std::string &TypedText, const std::string &DisplayText) in Completion() function
92 /// position in the StringRef) and returns a std::vector<Completion>. argument
/external/llvm/include/llvm/LineEditor/
DLineEditor.h67 struct Completion { struct
68 Completion() {} in Completion() function
69 Completion(const std::string &TypedText, const std::string &DisplayText) in Completion() function
92 /// position in the StringRef) and returns a std::vector<Completion>. argument
/external/python/cpython3/Doc/library/
Dreadline.rst216 Completion chapter
/external/python/cpython2/Doc/library/
Dreadline.rst193 Completion chapter
/external/grpc-grpc/test/cpp/common/
Dalarm_test.cc50 struct Completion { struct
51 bool completed = false;
52 std::mutex mu;
53 std::condition_variable cv;
/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp440 const MatcherCompletion& Completion) { in addCompletion()
477 for (const auto &Completion : S->getMatcherCompletions(AcceptedTypes)) { in addExpressionCompletions() local
481 for (const auto &Completion : getNamedValueCompletions(AcceptedTypes)) { in addExpressionCompletions() local
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/
Dbase.py87 class Completion(six.with_metaclass(abc.ABCMeta)): class
/external/clang/unittests/ASTMatchers/Dynamic/
DRegistryTest.cpp447 TEST_F(RegistryTest, Completion) { in TEST_F() argument
/external/clang/include/clang/Frontend/
DASTUnit.h326 CodeCompletionString *Completion; member
/external/clang/lib/Frontend/
DASTUnit.cpp2265 CodeCompletionString *Completion = C->Completion; in ProcessCodeCompleteResults() local