Home
last modified time | relevance | path

Searched defs:kInt (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h62 kInt, enumerator
DSkSLASTNode.h96 kInt, enumerator
285 kInt, enumerator
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Doperand.h31 enum class Kind { kInt = 0, kFloat, kString }; enumerator
/third_party/skia/src/pdf/
DSkPDFUnion.h88 kInt, enumerator
/third_party/flutter/skia/src/pdf/
DSkPDFUnion.h102 kInt, enumerator
/third_party/skia/experimental/graphite/src/
DDrawTypes.h48 kInt, enumerator
142 kInt, enumerator
/third_party/skia/src/utils/
DSkJSON.h129 kInt = 0b00000011, // inline payload enumerator
/third_party/flutter/skia/src/utils/
DSkJSON.h130 kInt = 0b01100000, // inline payload enumerator
/third_party/abseil-cpp/absl/numeric/
Dint128_stream_test.cc93 constexpr std::ios::fmtflags kInt = std::ios::internal; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dint128_stream_test.cc93 constexpr std::ios::fmtflags kInt = std::ios::internal; variable
/third_party/mindspore/mindspore/core/ir/dtype/
Dnumber.h180 inline const TypePtr kInt = std::make_shared<Int>(); variable
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/
Dencodable_value.h52 kInt, // A 32-bit integer. enumerator
/third_party/mindspore/mindspore/ccsrc/frontend/operator/
Dcc_implementations.cc29 enum class DataType { kInt, kInt64, kFloat, kDouble, kUnknown }; enumerator
/third_party/skia/include/effects/
DSkRuntimeEffect.h60 kInt, enumerator
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h141 kInt = 1 ///< Output of sentencepiece tokenizer is int type. enumerator
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc289 static const int kInt = 1; member