Searched refs:inputs_ (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | boolean_operator.hpp | 14 Any(std::vector<std::unique_ptr<Expression>> inputs_) : in Any() argument 16 inputs(std::move(inputs_)) in Any() 33 All(std::vector<std::unique_ptr<Expression>> inputs_) : in All() argument 35 inputs(std::move(inputs_)) in All()
|
| H A D | assertion.hpp | 16 Assertion(type::Type type_, std::vector<std::unique_ptr<Expression>> inputs_);
|
| H A D | coercion.hpp | 20 Coercion(type::Type type_, std::vector<std::unique_ptr<Expression>> inputs_);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | assertion.cpp | 10 Assertion::Assertion(type::Type type_, std::vector<std::unique_ptr<Expression>> inputs_) : in Assertion() argument 12 inputs(std::move(inputs_)) in Assertion()
|
| H A D | coercion.cpp | 70 Coercion::Coercion(type::Type type_, std::vector<std::unique_ptr<Expression>> inputs_) : in Coercion() argument 72 inputs(std::move(inputs_)) in Coercion()
|
| /OK3568_Linux_fs/buildroot/package/odb/ |
| H A D | 0002-Remove-gratuitous-classes.patch | 204 - g.generate (*options_, f, *u, file_, inputs_); 205 + generate (*options_, f, *u, file_, inputs_);
|
| H A D | 0010-Add-initial-support-for-GCC-9.patch | 150 paths inputs_; // List of input files in at-once mode or just file_.
|
| H A D | 0003-Initial-work-to-make-ODB-compatible-with-GCC-6.patch | 239 paths inputs_; // List of input files in at-once mode or just file_.
|
| H A D | 0007-Switch-to-C-11-get-rid-of-auto_ptr-use.patch | 285 paths inputs_; // List of input files in at-once mode or just file_.
|