Searched defs:AsInt64 (Results 1 – 7 of 7) sorted by relevance
52 int64_t AsInt64() const { return static_cast<int64_t>(uint_value_); } in AsInt64() function
75 int64_t AsInt64() const { return static_cast<int64_t>(uint_value_); } in AsInt64() function
789 int64_t AsInt64() const { return AsIntN(64); } in AsInt64() function
79 AsInt64, // 'I64' (MSVCRT, like __int64) enumerator
423 int64_t AsInt64() const { in AsInt64() function
54 std::vector<int64> AsInt64(const Tensor* tensor, int64 num_elements) { in AsInt64() function