OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:overflowentries
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
SmallSortedMap.java
142
private Map<K, V>
overflowEntries
;
156
this.
overflowEntries
= Collections.emptyMap();
164
//
overflowEntries
, on the other hand, is exposed so it must be made
166
overflowEntries
=
overflowEntries
.isEmpty() ?
168
Collections.unmodifiableMap(
overflowEntries
);
190
return
overflowEntries
.size();
195
return
overflowEntries
.isEmpty() ?
197
overflowEntries
.entrySet();
202
return entryList.size() +
overflowEntries
.size()
[
all
...]
Completed in 44 milliseconds