/third_party/boost/boost/lambda/detail/ |
D | lambda_functors.hpp | 146 typedef T inherited; typedef in boost::lambda::lambda_functor 149 lambda_functor(const lambda_functor& l) : inherited(l) {} in lambda_functor() 151 lambda_functor(const T& t) : inherited(t) {} in lambda_functor() 154 typedef typename inherited::template 162 inherited::template sig<null_type>::type 185 return inherited::template in operator ()() 191 typename inherited::template sig<tuple<A&> >::type 193 return inherited::template call< in operator ()() 194 typename inherited::template sig<tuple<A&> >::type in operator ()() 199 BOOST_LAMBDA_DISABLE_IF_ARRAY1(A, inherited::template sig<tuple<A const&> >) in BOOST_LAMBDA_DISABLE_IF_ARRAY1() [all …]
|
/third_party/boost/boost/bind/ |
D | storage.hpp | 78 typedef storage1<A1> inherited; typedef 84 inherited::accept(v); in accept() 95 typedef storage1<A1> inherited; typedef 101 inherited::accept(v); in accept() 109 typedef storage1<A1> inherited; typedef 115 inherited::accept(v); in accept() 127 typedef storage2<A1, A2> inherited; typedef 133 inherited::accept(v); in accept() 144 typedef storage2<A1, A2> inherited; typedef 150 inherited::accept(v); in accept() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | classAbstractGeneric.errors.txt | 1 …ic.ts(10,7): error TS2515: Non-abstract class 'C<T>' does not implement inherited abstract member … 2 …ic.ts(10,7): error TS2515: Non-abstract class 'C<T>' does not implement inherited abstract member … 3 …neric.ts(12,7): error TS2515: Non-abstract class 'D' does not implement inherited abstract member … 4 …neric.ts(12,7): error TS2515: Non-abstract class 'D' does not implement inherited abstract member … 5 …ic.ts(14,7): error TS2515: Non-abstract class 'E<T>' does not implement inherited abstract member … 6 …ic.ts(18,7): error TS2515: Non-abstract class 'F<T>' does not implement inherited abstract member … 21 !!! error TS2515: Non-abstract class 'C<T>' does not implement inherited abstract member 'bar' from… 23 !!! error TS2515: Non-abstract class 'C<T>' does not implement inherited abstract member 'foo' from… 27 !!! error TS2515: Non-abstract class 'D' does not implement inherited abstract member 'bar' from cl… 29 !!! error TS2515: Non-abstract class 'D' does not implement inherited abstract member 'foo' from cl… [all …]
|
D | classAbstractInheritance.errors.txt | 1 …ance.ts(13,7): error TS2515: Non-abstract class 'CC' does not implement inherited abstract member … 2 …ance.ts(15,7): error TS2515: Non-abstract class 'DD' does not implement inherited abstract member … 3 …ance.ts(19,7): error TS2515: Non-abstract class 'FF' does not implement inherited abstract member … 21 !!! error TS2515: Non-abstract class 'CC' does not implement inherited abstract member 'foo' from c… 25 !!! error TS2515: Non-abstract class 'DD' does not implement inherited abstract member 'foo' from c… 31 !!! error TS2515: Non-abstract class 'FF' does not implement inherited abstract member 'foo' from c…
|
D | classAbstractDeclarations.d.errors.txt | 3 …s.d.ts(11,15): error TS2515: Non-abstract class 'CC' does not implement inherited abstract member … 4 …s.d.ts(13,15): error TS2515: Non-abstract class 'DD' does not implement inherited abstract member … 5 …s.d.ts(17,15): error TS2515: Non-abstract class 'FF' does not implement inherited abstract member … 25 !!! error TS2515: Non-abstract class 'CC' does not implement inherited abstract member 'foo' from c… 29 !!! error TS2515: Non-abstract class 'DD' does not implement inherited abstract member 'foo' from c… 35 !!! error TS2515: Non-abstract class 'FF' does not implement inherited abstract member 'foo' from c…
|
D | classAbstractUsingAbstractMethods2.errors.txt | 2 …thods2.ts(5,7): error TS2515: Non-abstract class 'B' does not implement inherited abstract member … 3 …ods2.ts(21,7): error TS2515: Non-abstract class 'BB' does not implement inherited abstract member … 15 !!! error TS2515: Non-abstract class 'B' does not implement inherited abstract member 'foo' from cl… 33 !!! error TS2515: Non-abstract class 'BB' does not implement inherited abstract member 'foo' from c…
|
D | abstractPropertyNegative.errors.txt | 3 …ative.ts(13,7): error TS2515: Non-abstract class 'C' does not implement inherited abstract member … 4 …ative.ts(13,7): error TS2515: Non-abstract class 'C' does not implement inherited abstract member … 5 …ative.ts(13,7): error TS2515: Non-abstract class 'C' does not implement inherited abstract member … 6 …ative.ts(13,7): error TS2515: Non-abstract class 'C' does not implement inherited abstract member … 41 !!! error TS2515: Non-abstract class 'C' does not implement inherited abstract member 'm' from clas… 43 !!! error TS2515: Non-abstract class 'C' does not implement inherited abstract member 'mismatch' fr… 45 !!! error TS2515: Non-abstract class 'C' does not implement inherited abstract member 'prop' from c… 47 !!! error TS2515: Non-abstract class 'C' does not implement inherited abstract member 'readonlyProp…
|
D | classExpressionExtendingAbstractClass.errors.txt | 1 …ts(5,9): error TS2653: Non-abstract class expression does not implement inherited abstract member … 11 !!! error TS2653: Non-abstract class expression does not implement inherited abstract member 'foo' …
|
D | mixinAbstractClasses.2.errors.txt | 2 …ror TS2515: Non-abstract class 'DerivedFromAbstract' does not implement inherited abstract member … 28 …// error expected: Non-abstract class 'DerivedFromAbstract' does not implement inherited abstract … 31 !!! error TS2515: Non-abstract class 'DerivedFromAbstract' does not implement inherited abstract me…
|
/third_party/boost/boost/graph/distributed/ |
D | one_bit_color_map.hpp | 34 inherited; typedef in boost::one_bit_color_map 42 : inherited(index.process_group(), index.global(), in one_bit_color_map() 45 inherited& base() { return *this; } in base() 46 const inherited& base() const { return *this; } in base() 77 inherited; typedef in boost::one_bit_color_map 86 : inherited(index.process_group(), index.global(), in one_bit_color_map() 89 inherited& base() { return *this; } in base() 90 const inherited& base() const { return *this; } in base()
|
D | two_bit_color_map.hpp | 34 inherited; typedef in boost::two_bit_color_map 42 : inherited(index.process_group(), index.global(), in two_bit_color_map() 45 inherited& base() { return *this; } in base() 46 const inherited& base() const { return *this; } in base() 77 inherited; typedef in boost::two_bit_color_map 86 : inherited(index.process_group(), index.global(), in two_bit_color_map() 89 inherited& base() { return *this; } in base() 90 const inherited& base() const { return *this; } in base()
|
/third_party/boost/boost/property_map/parallel/ |
D | vector_property_map.hpp | 43 local_iterator_map> inherited; typedef in boost::vector_property_map 49 : inherited(index.process_group(), index.global(), in vector_property_map() 54 : inherited(index.process_group(), index.global(), in vector_property_map() 85 local_iterator_map> inherited; typedef in boost::vector_property_map 93 : inherited(index.process_group(), index.global(), in vector_property_map() 98 : inherited(index.process_group(), index.global(), in vector_property_map()
|
D | parallel_property_maps.hpp | 62 local_iterator_map> inherited; typedef in boost::iterator_property_map 72 : inherited(id.process_group(), id.global(), in iterator_property_map() 105 local_iterator_map> inherited; typedef in boost::iterator_property_map 115 : inherited(id.process_group(), id.global(), in iterator_property_map() 170 local_iterator_map> inherited; typedef in boost::safe_iterator_property_map 179 : inherited(id.process_group(), id.global(), in safe_iterator_property_map() 211 local_iterator_map> inherited; typedef in boost::safe_iterator_property_map 222 : inherited(id.process_group(), id.global(), in safe_iterator_property_map()
|
/third_party/boost/boost/container/detail/ |
D | variadic_templates_tools.hpp | 43 typedef tuple<Tail...> inherited; typedef in boost::container::dtl::tuple 47 : inherited(), m_head() in tuple() 52 : inherited(::boost::forward<Args>(args)...), m_head(::boost::forward<U>(u)) in tuple() 58 : inherited(other.tail()), m_head(other.head()) in tuple() 72 inherited& tail() { return *this; } in tail() 73 const inherited& tail() const { return *this; } in tail()
|
/third_party/boost/boost/mpi/python/ |
D | skeleton_and_content.hpp | 34 typedef boost::mpi::content inherited; typedef in boost::mpi::python::content 37 content(const inherited& base, boost::python::object object) in content() 38 : inherited(base), object(object) { } in content() 40 inherited& base() { return *this; } in base() 41 const inherited& base() const { return *this; } in base()
|
/third_party/flutter/flutter/dev/integration_tests/flavors/ios/Runner.xcodeproj/ |
D | project.pbxproj | 291 "$(inherited)", 315 "$(inherited)", 319 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 321 "$(inherited)", 379 "$(inherited)", 383 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 385 "$(inherited)", 425 "$(inherited)", 492 "$(inherited)", 496 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; [all …]
|
/third_party/boost/boost/graph/ |
D | topology.hpp | 312 typedef hypercube_topology< 2, RandomNumberGenerator > inherited; typedef in boost::square_topology 315 explicit square_topology(double scaling = 1.0) : inherited(scaling) {} in square_topology() 318 : inherited(gen, scaling) in square_topology() 421 typedef hypercube_topology< 3, RandomNumberGenerator > inherited; typedef in boost::cube_topology 424 explicit cube_topology(double scaling = 1.0) : inherited(scaling) {} in cube_topology() 427 : inherited(gen, scaling) in cube_topology() 528 typedef ball_topology< 2, RandomNumberGenerator > inherited; typedef in boost::circle_topology 531 explicit circle_topology(double radius = 1.0) : inherited(radius) {} in circle_topology() 534 : inherited(gen, radius) in circle_topology() 542 typedef ball_topology< 3, RandomNumberGenerator > inherited; typedef in boost::sphere_topology [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_decorations.cpp | 175 const LayoutConstraints& inherited, in getBaseAlignment() argument 191 componentId, roundUp, inherited, constraints, vstate); in getBaseAlignment() 198 if (inherited.majorness == kColumnMajor) { in getBaseAlignment() 199 baseAlignment = getBaseAlignment(column_type, roundUp, inherited, in getBaseAlignment() 208 component_id, roundUp, inherited, constraints, vstate); in getBaseAlignment() 216 getBaseAlignment(words[2], roundUp, inherited, constraints, vstate); in getBaseAlignment() 284 uint32_t getSize(uint32_t member_id, const LayoutConstraints& inherited, in getSize() argument 296 getSize(componentId, inherited, constraints, vstate); in getSize() 307 getSize(elem_type, inherited, constraints, vstate); in getSize() 318 if (inherited.majorness == kColumnMajor) { in getSize() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_decorations.cpp | 175 const LayoutConstraints& inherited, in getBaseAlignment() argument 191 componentId, roundUp, inherited, constraints, vstate); in getBaseAlignment() 198 if (inherited.majorness == kColumnMajor) { in getBaseAlignment() 199 baseAlignment = getBaseAlignment(column_type, roundUp, inherited, in getBaseAlignment() 208 component_id, roundUp, inherited, constraints, vstate); in getBaseAlignment() 216 getBaseAlignment(words[2], roundUp, inherited, constraints, vstate); in getBaseAlignment() 284 uint32_t getSize(uint32_t member_id, const LayoutConstraints& inherited, in getSize() argument 296 getSize(componentId, inherited, constraints, vstate); in getSize() 307 getSize(elem_type, inherited, constraints, vstate); in getSize() 318 if (inherited.majorness == kColumnMajor) { in getSize() [all …]
|
/third_party/flutter/flutter/dev/benchmarks/microbenchmarks/ios/Runner.xcodeproj/ |
D | project.pbxproj | 276 "$(inherited)", 280 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 282 "$(inherited)", 319 "$(inherited)", 382 "$(inherited)", 386 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 388 "$(inherited)", 402 "$(inherited)", 406 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 408 "$(inherited)",
|
/third_party/flutter/flutter/dev/integration_tests/external_ui/ios/Runner.xcodeproj/ |
D | project.pbxproj | 298 "$(inherited)", 302 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 304 "$(inherited)", 344 "$(inherited)", 409 "$(inherited)", 413 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 415 "$(inherited)", 430 "$(inherited)", 434 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 436 "$(inherited)",
|
/third_party/flutter/flutter/dev/benchmarks/complex_layout/ios/Runner.xcodeproj/ |
D | project.pbxproj | 276 "$(inherited)", 280 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 282 "$(inherited)", 319 "$(inherited)", 382 "$(inherited)", 386 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 388 "$(inherited)", 402 "$(inherited)", 406 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 408 "$(inherited)",
|
/third_party/flutter/engine/flutter/testing/scenario_app/ios/Scenarios/Scenarios.xcodeproj/ |
D | project.pbxproj | 407 "$(inherited)", 486 "$(inherited)", 491 "$(inherited)", 510 "$(inherited)", 515 "$(inherited)", 532 "$(inherited)", 537 "$(inherited)", 559 "$(inherited)", 564 "$(inherited)", 585 "$(inherited)", [all …]
|
/third_party/boost/libs/graph/example/ |
D | fr_layout.cpp | 65 typedef linear_cooling< double > inherited; typedef in progress_cooling 68 explicit progress_cooling(std::size_t iterations) : inherited(iterations) in progress_cooling() 76 return inherited::operator()(); in operator ()()
|
/third_party/grpc/test/cpp/ios/Tests.xcodeproj/ |
D | project.pbxproj | 268 "$(inherited)", 311 "$(inherited)", 317 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 350 "$(inherited)", 356 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 388 "$(inherited)", 394 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 426 "$(inherited)", 432 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 467 "$(inherited)", [all …]
|