Home
last modified time | relevance | path

Searched refs:int64_ (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/util/protobuf/
Dcompare_test.py216 pb.int64_ = 4
218 self.assertTrue(isinstance(pb.int64_, six.integer_types))
220 pb.int64_ = 4
222 self.assertTrue(isinstance(pb.int64_, six.integer_types))
224 pb.int64_ = 9999999999999999
226 self.assertTrue(isinstance(pb.int64_, six.integer_types))
340 pb1.int64_ = 4
342 pb2.int64_ = 4
Dcompare_test.proto30 optional int64 int64_ = 2; field
/external/webrtc/talk/app/webrtc/
Dstatstypes.cc235 type_ == kInt ? value_.int_ = static_cast<int>(value) : value_.int64_ = value; in Value()
292 return value_.int64_ == other.value_.int64_; in Equals()
336 (type_ == kInt64 ? value_.int64_ == value : false); in operator ==()
358 return value_.int64_; in int64_val()
607 return rtc::ToString(value_.int64_); in ToString()
Dstatstypes.h316 int64_t int64_; member
/external/libtextclassifier/utils/intents/
Dintent-config.fbs68 // time) The offset is stored in the int64_ field.
143 int64_:long;