Lines Matching +defs:make +defs:package

17209 …static inline std::pair<bool,vector_t*> make(std::pair<T*,std::size_t> v, const bool is_const = fa…  in make()  function
17218 …static inline std::pair<bool,vector_t*> make(std::vector<T,Allocator>& v, const bool is_const = fa… in make() function
17226 …static inline std::pair<bool,vector_t*> make(exprtk::vector_view<T>& v, const bool is_const = fals… in make() function
17235 …static inline std::pair<bool,vector_t*> make(std::deque<T,Allocator>& v, const bool is_const = fal… in make() function
17278 static inline std::pair<bool,variable_node_t*> make(T& t,const bool is_const = false) in add() function
17284 … static inline std::pair<bool,stringvar_node_t*> make(std::string& t,const bool is_const = false) in add() function
17290 … static inline std::pair<bool,function_t*> make(function_t& t, const bool is_constant = false) in add() function
17295 …static inline std::pair<bool,vararg_function_t*> make(vararg_function_t& t, const bool is_const = … in add() function
17300 …static inline std::pair<bool,generic_function_t*> make(generic_function_t& t, const bool is_consta… in add() function
18176 inline bool add_package(Package& package) in add_package()
38323 struct package struct
38325 print <T> p;
38326 println<T> pl;
38328 bool register_package(exprtk::symbol_table<T>& symtab) in register_package()
38808 struct package struct
38810 open <T> o;
38811 close <T> c;
38812 write <T> w;
38813 read <T> r;
38814 getline<T> g;
38815 eof <T> e;
38817 bool register_package(exprtk::symbol_table<T>& symtab) in register_package()
39942 struct package struct
39944 all_true <T> at;
39945 all_false <T> af;
39946 any_true <T> nt;
39947 any_false <T> nf;
39948 count <T> c;
39949 copy <T> cp;
39950 rol <T> rl;
39951 ror <T> rr;
39952 shift_left <T> sl;
39953 shift_right<T> sr;
39954 sort <T> st;
39955 nthelement <T> ne;
39956 iota <T> ia;
39957 sumk <T> sk;
39958 axpy <T> b1_axpy;
39959 axpby <T> b1_axpby;
39960 axpyz <T> b1_axpyz;
39961 axpbyz <T> b1_axpbyz;
39962 axpbz <T> b1_axpbz;
39963 dot <T> dt;
39964 dotk <T> dtk;
39966 bool register_package(exprtk::symbol_table<T>& symtab) in register_package()