Searched refs:IntMap (Results 1 – 9 of 9) 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()49 public static class BasicIntMap<T> extends IntMap<T> {91 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()
885 static final IntMap<String> ZONE_INT_MAP;942 ZONE_INT_MAP = new IntMap.BasicIntMapFactory<String>().make(values);
38 m.Maps = append(m.Maps, &ppb.IntMap{