Home
last modified time | relevance | path

Searched defs:Completer (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
Drlcompleter.py43 class Completer: class
/external/python/cpython3/Lib/
Drlcompleter.py39 class Completer: class
/external/turbine/java/com/google/turbine/binder/env/
DLazyEnv.java82 public interface Completer<S extends Symbol, T, V extends T> { interface in LazyEnv
/external/llvm/include/llvm/LineEditor/
DLineEditor.h149 std::unique_ptr<const CompleterConcept> Completer; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LineEditor/
DLineEditor.h148 std::unique_ptr<const CompleterConcept> Completer; variable
/external/clang/lib/Parse/
DParseExpr.cpp2657 std::function<void()> Completer) { in ParseExpressionList()