Searched refs:options_ (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/odb/ |
| H A D | 0002-Remove-gratuitous-classes.patch | 178 parser p (*options_, loc_pragmas_, ns_loc_pragmas_, decl_pragmas_); 187 - v.validate (*options_, f, *u, file_, 1); 188 + validate (*options_, f, *u, file_, 1); 193 - pr.process (*options_, f, *u, file_); 194 + process (*options_, f, *u, file_); 198 - v.validate (*options_, f, *u, file_, 2); 199 + validate (*options_, f, *u, file_, 2); 204 - g.generate (*options_, f, *u, file_, inputs_); 205 + generate (*options_, f, *u, file_, inputs_);
|
| H A D | 0007-Switch-to-C-11-get-rid-of-auto_ptr-use.patch | 281 -auto_ptr<options const> options_; 282 +unique_ptr<options const> options_; 289 parser p (*options_, loc_pragmas_, ns_loc_pragmas_, decl_pragmas_); 307 - options_ = ops; 308 + options_ = move (ops); 310 pragma_multi_ = options_->multi_database ();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/ |
| H A D | geojsonvt.hpp | 91 const Options& options_ = Options()) in GeoJSONVT() argument 92 : options(options_) { in GeoJSONVT() 102 GeoJSONVT(const geojson& geojson_, const Options& options_ = Options()) in GeoJSONVT() argument 103 : GeoJSONVT(geojson::visit(geojson_, ToFeatureCollection{}), options_) { in GeoJSONVT()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | custom_geometry_tile.cpp | 17 const style::CustomGeometrySource::TileOptions options_, in CustomGeometryTile() argument 21 options(options_), in CustomGeometryTile()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/ |
| H A D | geojson_source_impl.cpp | 42 GeoJSONSource::Impl::Impl(std::string id_, GeoJSONOptions options_) in Impl() argument 44 options(std::move(options_)) { in Impl()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/supercluster/0.2.2/include/ |
| H A D | supercluster.hpp | 98 Supercluster(const GeoJSONFeatures &features_, const Options options_ = Options()) in Supercluster() argument 99 : features(features_), options(options_) { in Supercluster()
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | adding-board-support.txt | 28 sections are _Architecture_, _Toolchain options_ (typically just linux
|