Home
last modified time | relevance | path

Searched defs:Cast (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/tools/aidl/
H A Dast_java.h219 struct Cast : public Expression { struct
223 Cast() = default; argument
H A Dast_java.cpp245 Cast::Cast(const std::string& t, std::shared_ptr<Expression> e) : type(t), expression(e) {} in Cast() function in android::aidl::java::Cast
/aosp12/art/compiler/utils/
H A Djni_macro_assembler.h321 static Self* Cast(JNIMacroLabel* label) { in Cast() function
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_fuzz.cpp254 static Result<T> Cast(F&& f) { in Cast() function
262 static Result<void> Cast(F&& f) { in Cast() function
/aosp12/art/libartbase/base/
H A Darray_ref.h110 static ArrayRef Cast(const ArrayRef<U>& src) { in Cast() function
/aosp12/frameworks/compile/slang/
H A Dslang_rs_foreach_lowering.cpp352 clang::CStyleCastExpr* Cast = in VisitCallExpr() local
/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_builder.h212 static inline Instruction Cast(Value val, Value type) { in Cast() function