Home
last modified time | relevance | path

Searched defs:Base (Results 1 – 25 of 146) sorted by relevance

123456

/third_party/boost/boost/poly_collection/
Dbase_collection.hpp51 const base_collection<Base,Allocator>& x, in operator ==()
59 const base_collection<Base,Allocator>& x, in operator !=()
67 base_collection<Base,Allocator>& x,base_collection<Base,Allocator>& y) in swap()
/third_party/boost/libs/move/example/
Ddoc_clone_ptr.cpp15 class Base class
20 Base(){} in Base() function in Base
22 Base(const Base &/*x*/) {/**/} // Copy ctor in Base() function in Base
24 Base(BOOST_RV_REF(Base) /*x*/) {/**/} // Move ctor in Base() function in Base
26 Base& operator=(BOOST_RV_REF(Base) /*x*/) in operator =()
29 Base& operator=(BOOST_COPY_ASSIGN_REF(Base) /*x*/) in operator =()
/third_party/boost/boost/type_erasure/
Doperators.hpp265 typename as_param<Base, const U&>::type rhs) in operator ==()
274 typename as_param<Base, const U&>::type rhs) in operator !=()
338 typename as_param<Base, const T&>::type rhs) in operator <()
347 typename as_param<Base, const T&>::type rhs) in operator >=()
351 friend bool operator>(typename as_param<Base, const T&>::type lhs, in operator >()
356 friend bool operator<=(typename as_param<Base, const T&>::type lhs, in operator <=()
367 typename as_param<Base, const U&>::type rhs) in operator <()
372 typename as_param<Base, const U&>::type rhs) in operator >=()
376 friend bool operator>(typename as_param<Base, const U&>::type lhs, in operator >()
381 friend bool operator<=(typename as_param<Base, const U&>::type lhs, in operator <=()
[all …]
/third_party/boost/libs/ptr_container/test/
Dserialization.cpp64 struct Base struct
77 Base() : i(42) in Base() argument
80 Base( int i ) : i(i) in Base() function
83 virtual ~Base() in ~Base() argument
Dtest_data.hpp33 class Base class
36 Base( const Base& r ) : data1(r.data1), data2(r.data2), in Base() function in test::Base
53 Base() : data1(1), data2(2), data3(rand()%256), in Base() function in test::Base
/third_party/jerryscript/tests/jerry/es2015/
Dclass-inheritance-mixins-1.js16 var calculatorMixin = Base => class extends Base { argument
22 var randomizerMixin = Base => class extends Base { argument
Dregression-test-issue-3625.js15 var Base = function() {}.bind(); class
/third_party/boost/libs/conversion/test/
Dcast_test.cpp25 struct Base struct
27 virtual char kind() { return 'B'; } in kind()
Dpolymorphic_cast_test.cpp52 struct Base : boost::intrusive_ref_counter<Base> struct
54 virtual ~Base() {} in ~Base() argument
55 virtual std::string kind() { return "Base"; } in kind() argument
/third_party/node/deps/npm/node_modules/tar/lib/
Dwarn-mixin.js2 module.exports = Base => class extends Base { argument
/third_party/abseil-cpp/absl/container/
Dbtree_set.h78 using Base = typename btree_set::btree_set_container; variable
400 using Base = typename btree_multiset::btree_multiset_container; variable
Dbtree_map.h78 using Base = typename btree_map::btree_map_container; variable
476 using Base = typename btree_multimap::btree_multimap_container; variable
/third_party/boost/libs/serialization/test/
Dtest_private_base.cpp27 class Base { class
38 Base(int i = 0) : in Base() function in Base
Dtest_private_base2.cpp27 class Base { class
38 Base(int i = 0) : in Base() function in Base
Dtest_enable_shared_from_this.cpp70 class Base { class
79 Base() {} in Base() function in Base
/third_party/jerryscript/tests/jerry/fail/
Dregression-test-issue-3121.js15 var Base = function ( ) { }.bind( ); class
/third_party/boost/boost/
Dconcept_archetype.hpp159 operator==(const equality_comparable_archetype<Base>&, in operator ==()
166 operator!=(const equality_comparable_archetype<Base>&, in operator !=()
208 operator<(const less_than_comparable_archetype<Base>&, in operator <()
223 operator<(const comparable_archetype<Base>&, in operator <()
230 operator<=(const comparable_archetype<Base>&, in operator <=()
237 operator>(const comparable_archetype<Base>&, in operator >()
244 operator>=(const comparable_archetype<Base>&, in operator >=()
/third_party/boost/libs/python/test/
Dtest_pointer_adoption.cpp32 struct Base struct
34 virtual ~Base() {} in ~Base() argument
Dselect_holder.cpp16 struct Base {}; struct
/third_party/boost/boost/hof/detail/
Ddelegate.hpp71 #define BOOST_HOF_INHERIT_CONSTRUCTOR(Derived, Base) BOOST_HOF_DELEGATE_CONSTRUCTOR(Derived, Base, … argument
73 #define BOOST_HOF_INHERIT_CONSTRUCTOR(Derived, Base) \ argument
/third_party/boost/boost/units/
Dscale.hpp69 std::string symbol_string(const scale<Base,Exponent>&) in symbol_string()
75 std::string name_string(const scale<Base,Exponent>&) in name_string()
/third_party/boost/boost/serialization/
Dexport.hpp189 # define BOOST_SERIALIZATION_MWERKS_BASE_AND_DERIVED(Base,Derived) \ argument
200 # define BOOST_SERIALIZATION_MWERKS_BASE_AND_DERIVED(Base,Derived) argument
/third_party/boost/boost/type_index/runtime_cast/
Dregister_runtime_class.hpp37 #define BOOST_TYPE_INDEX_CHECK_BASE_(r, data, Base) \ argument
/third_party/node/tools/node_modules/eslint/node_modules/inquirer/lib/prompts/
Deditor.js8 var Base = require('./base'); variable
/third_party/node/tools/node_modules/eslint/node_modules/inquirer/lib/ui/
Dbottom-bar.js7 var Base = require('./baseUI'); variable

123456