Home
last modified time | relevance | path

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

/external/golang-protobuf/internal/impl/
Dmessage_reflect_test.go557 type MapScalars struct { struct
558 KeyBools map[bool]string `protobuf:"1"`
559 KeyInt32s map[int32]string `protobuf:"2"`
560 KeyInt64s map[int64]string `protobuf:"3"`
561 KeyUint32s map[uint32]string `protobuf:"4"`
562 KeyUint64s map[uint64]string `protobuf:"5"`
563 KeyStrings map[string]string `protobuf:"6"`
565 ValBools map[string]bool `protobuf:"7"`
566 ValInt32s map[string]int32 `protobuf:"8"`
567 ValInt64s map[string]int64 `protobuf:"9"`
[all …]