OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EmptyList
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/bugpoint/
ListReducer.h
159
std::vector<ElTy>
EmptyList
;
180
if (doTest(
EmptyList
, TestList, Error) == KeepSuffix) {
/libcore/luni/src/main/java/java/util/
Collections.java
89
private static final class
EmptyList
extends AbstractList
168
public static final List EMPTY_LIST = new
EmptyList
();
[
all
...]
Completed in 84 milliseconds