Home
last modified time | relevance | path

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

/external/deqp-deps/amber/include/amber/
Dvalue.h52 int64_t AsInt64() const { return static_cast<int64_t>(uint_value_); } in AsInt64() function
/external/deqp-deps/amber/src/
Dtokenizer.h75 int64_t AsInt64() const { return static_cast<int64_t>(uint_value_); } in AsInt64() function
/external/pigweed/pw_protobuf/public/pw_protobuf/
Dmessage.h345 Int64 AsInt64(uint32_t field_number) { return As<Int64>(field_number); } in AsInt64() function
/external/vixl/src/aarch64/
Doperands-aarch64.h810 int64_t AsInt64() const { return AsIntN(64); } in AsInt64() function
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h79 AsInt64, // 'I64' (MSVCRT, like __int64) enumerator
/external/tensorflow/tensorflow/core/ops/
Darray_ops.cc55 std::vector<int64_t> AsInt64(const Tensor* tensor, int64_t num_elements) { in AsInt64() function
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h450 int64_t AsInt64() const { in AsInt64() function