/external/google-fruit/include/fruit/impl/meta/ |
D | graph.h | 41 struct apply { struct 42 using ImmutableG = VectorToImmutableMap(G); 47 struct DfsVisit { 49 struct apply { struct 50 using NewVisitingSet = AddToSetUnchecked(VisitingSet, Node); 52 struct VisitSingleNeighbor { 56 struct apply { struct 57 using type = If(IsNone(typename CurrentResult::Second), 66 using NewVisitedSet = AddToSet(VisitedSet, Node); 67 using Neighbors = GraphFindNeighbors(ImmutableG, Node); [all …]
|
D | set.h | 54 struct apply { struct 55 using type = FoldVector(TransformVector(S, F), Combine, CombineIdentity); 69 struct apply { struct 70 using type = If(IsInSet(T, S), S, AddToSetUnchecked(S, T)); 77 struct apply { struct 78 struct Helper { 80 struct apply { struct 81 using type = And(CurrentResult, IsInSet(T, S2)); 85 using type = FoldVector(S1, Helper, Bool<true>); 92 struct apply { struct [all …]
|
D | proof_trees.h | 59 struct apply { struct 60 using type = None; 66 struct apply { struct 67 using type = Vector<>; 73 struct apply { struct 74 using type = Vector<>;
|
D | pair.h | 34 struct apply { struct 35 using type = Pair<First, Second>; 41 struct apply { struct 42 using type = typename P::First; 48 struct apply { struct 49 using type = typename P::Second;
|
D | proof_tree_comparison.h | 33 struct apply { struct 34 using ForestHps = FindInMap(Forest, ProofTh); 35 using type = If(IsNone(ForestHps), Bool<false>, IsContained(ForestHps, ProofHps)); 41 struct apply { struct 42 struct Helper {
|
D | triplet.h | 35 struct apply { struct 36 using type = Triplet<First, Second, Third>; 42 struct apply { struct 43 using type = typename T::Third;
|
/external/google-fruit/include/fruit/impl/ |
D | component_functors.defn.h | 43 struct apply { struct 44 using type = typename F::Result; 53 struct apply { struct 54 struct type { 56 struct apply { struct 57 using type = F(Comp, Args...); 65 struct apply { struct 66 struct type { 78 struct apply { struct 79 struct type { [all …]
|
D | injection_errors.h | 389 using apply = LambdaWithCapturesError<Lambda>; member 394 using apply = NonTriviallyCopyableLambdaError<Lambda>; member 399 using apply = FactoryReturningPointerError<Signature>; member 404 using apply = NoBindingFoundError<T>; member 409 using apply = RepeatedTypesError<Ts...>; member 414 using apply = SelfLoopError<TypesInLoop...>; member 419 using apply = NonClassTypeError<T, C>; member 424 using apply = AnnotatedTypeError<T, C>; member 429 using apply = TypeAlreadyBoundError<C>; member 434 …using apply = RequiredFactoryWithDifferentSignatureError<RequiredSignature, SignatureInInjectTyped… member [all …]
|
D | injection_debug_errors.h | 33 using apply = ComponentDoesNotEntailDueToProvidesError<MissingProvides...>; member 43 using apply = ComponentDoesNotEntailDueToInterfaceBindingsError<MissingInterfaceBindings...>; member 53 using apply = ComponentDoesNotEntailDueToProvidesError<AdditionalRequirements...>; member 63 using apply = ComponentDoesNotEntailDueToIncompatibleDepsError<Deps, CandidateEntailedDeps>; member 73 …using apply = ComponentDoesNotEntailDueToDifferentConstnessOfRequirementsError<RequirementsWithCon… member 83 …using apply = ComponentDoesNotEntailDueToDifferentConstnessOfProvidesError<ProvidesWithConstMismat… member 93 using apply = ProofNotEntailedByForestBecauseThNotFoundError<ProofTh, ForestThs>; member 103 using apply = ProofNotEntailedByForestBecauseHpsNotASubsetError<ForestHps, ProofHps, Difference>; member
|
/external/llvm-project/llvm/lib/XRay/ |
D | FDRRecords.cpp | 18 Error BufferExtents::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::BufferExtents 19 Error WallclockRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::WallclockRecord 20 Error NewCPUIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::NewCPUIDRecord 21 Error TSCWrapRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::TSCWrapRecord 22 Error CustomEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::CustomEventRecord 23 Error CallArgRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::CallArgRecord 24 Error PIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::PIDRecord 25 Error NewBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::NewBufferRecord 26 Error EndBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::EndBufferRecord 27 Error FunctionRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::FunctionRecord [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | FDRRecords.cpp | 18 Error BufferExtents::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::BufferExtents 19 Error WallclockRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::WallclockRecord 20 Error NewCPUIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::NewCPUIDRecord 21 Error TSCWrapRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::TSCWrapRecord 22 Error CustomEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::CustomEventRecord 23 Error CallArgRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::CallArgRecord 24 Error PIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::PIDRecord 25 Error NewBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::NewBufferRecord 26 Error EndBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::EndBufferRecord 27 Error FunctionRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::FunctionRecord [all …]
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | metafun-apply.cpp | 5 struct apply { struct 6 typedef T* type; 12 struct apply { struct 18 struct apply { // expected-note{{declared as a non-template here}} struct 19 typedef int type; 25 …:type type; // expected-note{{in instantiation of template class 'add_reference::apply<void>' requ… argument
|
D | typename-specifier-4.cpp | 24 struct apply { struct 37 make_pair::apply<int, float> 43 struct apply { struct 44 typedef typename MetaFun::template apply<T2, T1> new_metafun; 45 typedef typename new_metafun::type type; 55 struct apply { struct 56 typedef typename MetaFun::template apply<T2, T1>::type type;
|
/external/clang/test/SemaTemplate/ |
D | metafun-apply.cpp | 5 struct apply { struct 6 typedef T* type; 12 struct apply { struct 18 struct apply { struct 19 typedef int type; 25 …:type type; // expected-note{{in instantiation of template class 'add_reference::apply<void>' requ… argument
|
/external/skqp/src/core/ |
D | SkColorSpaceXformer.cpp | 100 sk_sp<SkImage> SkColorSpaceXformer::apply(const SkImage* src) { in apply() function in SkColorSpaceXformer 108 sk_sp<SkImage> SkColorSpaceXformer::apply(const SkBitmap& src) { in apply() function in SkColorSpaceXformer 121 sk_sp<SkColorFilter> SkColorSpaceXformer::apply(const SkColorFilter* colorFilter) { in apply() function in SkColorSpaceXformer 129 sk_sp<SkImageFilter> SkColorSpaceXformer::apply(const SkImageFilter* imageFilter) { in apply() function in SkColorSpaceXformer 137 sk_sp<SkShader> SkColorSpaceXformer::apply(const SkShader* shader) { in apply() function in SkColorSpaceXformer 142 void SkColorSpaceXformer::apply(SkColor* xformed, const SkColor* srgb, int n) { in apply() function in SkColorSpaceXformer 148 SkColor SkColorSpaceXformer::apply(SkColor srgb) { in apply() function in SkColorSpaceXformer 154 SkPaint SkColorSpaceXformer::apply(const SkPaint& src) { in apply() function in SkColorSpaceXformer 183 SkCanvas::Lattice SkColorSpaceXformer::apply(const SkCanvas::Lattice& lattice, in apply() function in SkColorSpaceXformer
|
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | PathNormalization.java | 38 public String apply(String string) { in apply() method 46 public String apply(String string) { in NFC() method 54 public String apply(String string) { in NFD() method 74 public String apply(String string) { in apply() method 91 public String apply(String string) { in CASE_FOLD_ASCII() method 104 public abstract String apply(String string); in apply() method in PathNormalization
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CaseMap.java | 100 public String apply(Locale locale, CharSequence src) { in apply() method in CaseMap.Lower 121 public <A extends Appendable> A apply( in apply() method in CaseMap.Lower 160 public String apply(Locale locale, CharSequence src) { in apply() method in CaseMap.Upper 181 public <A extends Appendable> A apply( in apply() method in CaseMap.Upper 328 public String apply(Locale locale, BreakIterator iter, CharSequence src) { in apply() method in CaseMap.Title 363 public <A extends Appendable> A apply( in apply() method in CaseMap.Title 430 public String apply(CharSequence src) { in apply() method in CaseMap.Fold 452 public <A extends Appendable> A apply(CharSequence src, A dest, Edits edits) { in apply() method in CaseMap.Fold
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CaseMap.java | 92 public String apply(Locale locale, CharSequence src) { in apply() method in CaseMap.Lower 112 public <A extends Appendable> A apply( in apply() method in CaseMap.Lower 148 public String apply(Locale locale, CharSequence src) { in apply() method in CaseMap.Upper 168 public <A extends Appendable> A apply( in apply() method in CaseMap.Upper 307 public String apply(Locale locale, BreakIterator iter, CharSequence src) { in apply() method in CaseMap.Title 341 public <A extends Appendable> A apply( in apply() method in CaseMap.Title 404 public String apply(CharSequence src) { in apply() method in CaseMap.Fold 425 public <A extends Appendable> A apply(CharSequence src, A dest, Edits edits) { in apply() method in CaseMap.Fold
|
/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | invoke_helpers.h | 27 struct apply { typedef T type; }; struct 32 struct apply { typedef T const type; }; argument 37 struct apply { typedef T volatile type; }; struct 42 struct apply { typedef T const volatile type; }; argument 53 struct apply { struct 54 typedef typename std::remove_reference<T>::type RawType; 55 typedef typename QualTag::template apply<RawType>::type CVType; 59 >::type type; 61 typedef CVType& type;
|
/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | invoke_helpers.h | 26 struct apply { typedef T type; }; argument 31 struct apply { typedef T const type; }; argument 36 struct apply { typedef T volatile type; }; argument 41 struct apply { typedef T const volatile type; }; struct 52 struct apply { struct 53 typedef typename std::remove_reference<T>::type RawType; 54 typedef typename QualTag::template apply<RawType>::type CVType; 58 >::type type; 60 typedef CVType& type;
|
/external/skqp/modules/skottie/src/ |
D | SkottieAdapter.cpp | 40 void RRectAdapter::apply() { in apply() function in skottie::RRectAdapter 66 void TransformAdapter2D::apply() { in apply() function in skottie::TransformAdapter2D 101 void TransformAdapter3D::apply() { in apply() function in skottie::TransformAdapter3D 112 void RepeaterAdapter::apply() { in apply() function in skottie::RepeaterAdapter 148 void PolyStarAdapter::apply() { in apply() function in skottie::PolyStarAdapter 182 void GradientAdapter::apply() { in apply() function in skottie::GradientAdapter 236 void TrimEffectAdapter::apply() { in apply() function in skottie::TrimEffectAdapter 356 void TextAdapter::apply() { in apply() function in skottie::TextAdapter
|
D | SkottieAnimator.cpp | 182 std::function<void(const T&)>&& apply) { in Make() 201 std::function<void(const T&)>&& apply) in KeyframeAnimator() 261 std::function<void(const T&)>&& apply, in BindPropertyImpl() 309 std::function<void(const VectorValue&)>&& apply, in Make() 350 explicit SplitPointAnimator(std::function<void(const VectorValue&)>&& apply) in SplitPointAnimator() 365 std::function<void(const VectorValue&)>&& apply, in BindSplitPositionProperty() 380 std::function<void(const ScalarValue&)>&& apply, in bindProperty() 388 std::function<void(const VectorValue&)>&& apply, in bindProperty() 401 std::function<void(const ShapeValue&)>&& apply, in bindProperty() 409 std::function<void(const TextValue&)>&& apply, in bindProperty()
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/ |
D | ConcreteFunction.java | 23 public Long apply(String input) { in apply() method in ConcreteFunction 47 @Override public T apply(String in); in apply() method 52 @Override public T apply(String in); in apply() method
|
/external/guava/android/guava/src/com/google/common/base/ |
D | Predicates.java | 254 public boolean apply(@NullableDecl Object o) { in apply() method 266 public boolean apply(@NullableDecl Object o) { in apply() method 278 public boolean apply(@NullableDecl Object o) { in apply() method 290 public boolean apply(@NullableDecl Object o) { in apply() method 315 public boolean apply(@NullableDecl T t) { in apply() method in Predicates.NotPredicate 350 public boolean apply(@NullableDecl T t) { in apply() method in Predicates.AndPredicate 392 public boolean apply(@NullableDecl T t) { in apply() method in Predicates.OrPredicate 447 public boolean apply(T t) { in apply() method in Predicates.IsEqualToPredicate 483 public boolean apply(@NullableDecl Object o) { in apply() method in Predicates.InstanceOfPredicate 519 public boolean apply(Class<?> input) { in apply() method in Predicates.SubtypeOfPredicate [all …]
|
/external/guava/guava/src/com/google/common/base/ |
D | Predicates.java | 254 public boolean apply(@Nullable Object o) { in apply() method 266 public boolean apply(@Nullable Object o) { in apply() method 278 public boolean apply(@Nullable Object o) { in apply() method 290 public boolean apply(@Nullable Object o) { in apply() method 315 public boolean apply(@Nullable T t) { in apply() method in Predicates.NotPredicate 350 public boolean apply(@Nullable T t) { in apply() method in Predicates.AndPredicate 392 public boolean apply(@Nullable T t) { in apply() method in Predicates.OrPredicate 447 public boolean apply(T t) { in apply() method in Predicates.IsEqualToPredicate 483 public boolean apply(@Nullable Object o) { in apply() method in Predicates.InstanceOfPredicate 519 public boolean apply(Class<?> input) { in apply() method in Predicates.SubtypeOfPredicate [all …]
|