Searched refs:Int32s (Results 1 – 2 of 2) sorted by relevance
33 type Int32s []int32 type35 func (q *Int32s) UnmarshalJSON(raw []byte) error {129 func (s Int32s) MarshalJSON() ([]byte, error) {
120 TEST(safe_strto32, Int32s) { in TEST() argument