Home
last modified time | relevance | path

Searched refs:Int32s (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/google.golang.org/api/googleapi/
Dtypes.go33 type Int32s []int32 type
35 func (q *Int32s) UnmarshalJSON(raw []byte) error {
129 func (s Int32s) MarshalJSON() ([]byte, error) {
/external/tensorflow/tensorflow/core/lib/strings/
Dnumbers_test.cc120 TEST(safe_strto32, Int32s) { in TEST() argument