Home
last modified time | relevance | path

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

/third_party/qrcodegen/cpp/
Dqrcodegen.hpp61 public: static const Mode ECI; member in qrcodegen::QrSegment::Mode
Dqrcodegen.cpp66 const QrSegment::Mode QrSegment::Mode::ECI (0x7, 0, 0, 0); member in qrcodegen::QrSegment::Mode
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrSegment.java286 ECI (0x7, 0, 0, 0); enumConstant
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrSegment.java307 ECI (0x7, 0, 0, 0); enumConstant
/third_party/qrcodegen/typescript-javascript/
Dqrcodegen.ts970 public static readonly ECI = new Mode(0x7, [ 0, 0, 0]); property in qrcodegen.QrSegment.Mode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1704 for (const auto &ECI : EdgeCounts) in setProfMetadata() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3665 for (auto &ECI : FS->calls()) { in writePerModuleFunctionSummaryRecord() local