| /third_party/boost/boost/poly_collection/ |
| D | base_collection.hpp | 51 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/ |
| D | doc_clone_ptr.cpp | 15 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/ |
| D | operators.hpp | 265 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/ |
| D | serialization.cpp | 64 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
|
| D | test_data.hpp | 33 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/ |
| D | class-inheritance-mixins-1.js | 16 var calculatorMixin = Base => class extends Base { argument 22 var randomizerMixin = Base => class extends Base { argument
|
| D | regression-test-issue-3625.js | 15 var Base = function() {}.bind(); class
|
| /third_party/boost/libs/conversion/test/ |
| D | cast_test.cpp | 25 struct Base struct 27 virtual char kind() { return 'B'; } in kind()
|
| D | polymorphic_cast_test.cpp | 52 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/ |
| D | warn-mixin.js | 2 module.exports = Base => class extends Base { argument
|
| /third_party/abseil-cpp/absl/container/ |
| D | btree_set.h | 78 using Base = typename btree_set::btree_set_container; variable 400 using Base = typename btree_multiset::btree_multiset_container; variable
|
| D | btree_map.h | 78 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/ |
| D | test_private_base.cpp | 27 class Base { class 38 Base(int i = 0) : in Base() function in Base
|
| D | test_private_base2.cpp | 27 class Base { class 38 Base(int i = 0) : in Base() function in Base
|
| D | test_enable_shared_from_this.cpp | 70 class Base { class 79 Base() {} in Base() function in Base
|
| /third_party/jerryscript/tests/jerry/fail/ |
| D | regression-test-issue-3121.js | 15 var Base = function ( ) { }.bind( ); class
|
| /third_party/boost/boost/ |
| D | concept_archetype.hpp | 159 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/ |
| D | test_pointer_adoption.cpp | 32 struct Base struct 34 virtual ~Base() {} in ~Base() argument
|
| D | select_holder.cpp | 16 struct Base {}; struct
|
| /third_party/boost/boost/hof/detail/ |
| D | delegate.hpp | 71 #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/ |
| D | scale.hpp | 69 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/ |
| D | export.hpp | 189 # 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/ |
| D | register_runtime_class.hpp | 37 #define BOOST_TYPE_INDEX_CHECK_BASE_(r, data, Base) \ argument
|
| /third_party/node/tools/node_modules/eslint/node_modules/inquirer/lib/prompts/ |
| D | editor.js | 8 var Base = require('./base'); variable
|
| /third_party/node/tools/node_modules/eslint/node_modules/inquirer/lib/ui/ |
| D | bottom-bar.js | 7 var Base = require('./baseUI'); variable
|