Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dbinary_program.cpp70 std::vector<std::pair<const std::string, gl::AttributeLocation>>&& attributes_, in BinaryProgram() argument
75 attributes(std::move(attributes_)), in BinaryProgram()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dcontext.hpp119 context(Attributes const& attributes_) in context()
120 : attributes(attributes_), locals() {} in context()