Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dbinary_program.cpp36 bool hasFormat = false, hasCode = false; in BinaryProgram() local
46 hasCode = true; in BinaryProgram()
61 if (!hasFormat || !hasCode) { in BinaryProgram()