Searched refs:IntMap (Results 1 – 12 of 12) sorted by relevance
325 type IntMap struct { struct332 func (m *IntMap) Reset() { *m = IntMap{} } argument333 func (m *IntMap) String() string { return proto.CompactTextString(m) } argument334 func (*IntMap) ProtoMessage() {} argument335 func (*IntMap) Descriptor() ([]byte, []int) { argument339 func (m *IntMap) XXX_Unmarshal(b []byte) error { argument342 func (m *IntMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument345 func (m *IntMap) XXX_Merge(src proto.Message) { argument348 func (m *IntMap) XXX_Size() int { argument351 func (m *IntMap) XXX_DiscardUnknown() { argument[all …]
83 message IntMap { message88 repeated IntMap maps = 1;
15 import org.unicode.cldr.util.IntMap;16 import org.unicode.cldr.util.IntMap.BasicIntMapFactory;17 import org.unicode.cldr.util.IntMap.CompactStringIntMapFactory;18 import org.unicode.cldr.util.IntMap.IntMapFactory;60 IntMap<String> map = ((IntMapFactory<String>) factoryObject) in checkSamples()
27 public abstract class IntMap<T> { class30 public IntMap<T> make(Collection<T> values); in make()50 public static class BasicIntMap<T> extends IntMap<T> {96 public static class CompactStringIntMap extends IntMap<String> {
17 import org.unicode.cldr.util.IntMap.BasicIntMapFactory;18 import org.unicode.cldr.util.IntMap.IntMapFactory;42 private IntMap<T> builtResults;
26 .setIntMapFactory(new IntMap.CompactStringIntMapFactory()).make(map); in getDictionaryInfo()
33 private final IntMap<T> builtResults;55 IntMap<T> builtResults2, int builtMaxByteLength, in StateDictionary()
887 static final IntMap<String> ZONE_INT_MAP;944 ZONE_INT_MAP = new IntMap.BasicIntMapFactory<String>().make(values);
311 IntMap regexps_map(static_cast<int>(prefilter_vec_.size())); in RegexpsGivenStrings()316 for (IntMap::iterator it = regexps_map.begin(); in RegexpsGivenStrings()327 IntMap* regexps) const { in PropagateMatch()328 IntMap count(static_cast<int>(entries_.size())); in PropagateMatch()329 IntMap work(static_cast<int>(entries_.size())); in PropagateMatch()332 for (IntMap::iterator it = work.begin(); it != work.end(); ++it) { in PropagateMatch()
61 typedef SparseArray<int> IntMap; typedef97 IntMap* regexps) const;
38 m.Maps = append(m.Maps, &ppb.IntMap{
70 using IntMap = flat_map<int, int>; in TEST() typedef73 IntMap map(std::move(vect)); in TEST()78 IntMap map(std::move(vect), KEEP_LAST_OF_DUPES); in TEST()