Home
last modified time | relevance | path

Searched defs:cast (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DJavaExpression.java39 protected JavaExpression cast(JavaExpression expression) { in cast() method
48 protected JavaExpression cast(JavaExpression expression) { in cast() method
57 protected JavaExpression cast(JavaExpression expression) { in cast() method
66 protected JavaExpression cast(JavaExpression expression) { in cast() method
76 protected JavaExpression cast(JavaExpression expression) { in cast() method
88 protected JavaExpression cast(JavaExpression expression) { in cast() method
100 protected JavaExpression cast(JavaExpression expression) { in cast() method
108 protected JavaExpression cast(JavaExpression expression) { in cast() method
118 protected JavaExpression cast(final JavaExpression expression) { in cast() method
/external/swiftshader/src/Reactor/
DTraits.inl23 Pointer<Byte> CToReactorPtr<T, ENABLE>::cast(const T *v) function in rr::CToReactorPtr
32 CToReactorPtr<T, std::enable_if_t<HasReactorType<T>::value>>::cast(const T *v) function in rr::CToReactorPtr::enable_if_t::value
38 Pointer<Byte> CToReactorPtr<void, void>::cast(const void *v) function in rr::CToReactorPtr
46 CToReactorPtr<T, std::enable_if_t<std::is_function<T>::value>>::cast(T *v) function in rr::CToReactorPtr::enable_if_t::is_function::value
54 CToReactor<T, std::enable_if_t<std::is_pointer<T>::value>>::cast(T v) function in rr::CToReactor::enable_if_t::is_pointer::value
62 CToReactor<T, std::enable_if_t<std::is_enum<T>::value>>::cast(T v) function in rr::CToReactor::enable_if_t::is_enum::value
DReactor.cpp309 Byte::Byte(RValue<Int> cast) in Byte()
316 Byte::Byte(RValue<UInt> cast) in Byte()
323 Byte::Byte(RValue<UShort> cast) in Byte()
556 SByte::SByte(RValue<Int> cast) in SByte()
563 SByte::SByte(RValue<Short> cast) in SByte()
791 Short::Short(RValue<Int> cast) in Short()
1019 UShort::UShort(RValue<UInt> cast) in UShort()
1026 UShort::UShort(RValue<Int> cast) in UShort()
1033 UShort::UShort(RValue<Byte> cast) in UShort()
1256 Byte4::Byte4(RValue<Byte8> cast) in Byte4()
[all …]
/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/
Dsmart_cast.hpp72 static T cast(U & u){ in cast() function
79 static T cast(U & u){ in cast() function
85 static T cast(U & u){ in cast() function
120 static T cast(U & u){ in cast() function
125 static T cast(U & u){ in cast() function
183 static T cast(U * u){ in cast() function
195 static T cast(U * u){ in cast() function
201 static T cast(U * u){ in cast() function
215 static TPtr cast(UPtr uptr){ in cast() function
226 static T cast(U){ in cast() function
/external/cronet/net/third_party/quiche/src/quiche/quic/moqt/test_tools/
Dmoqt_test_message.h118 auto cast = std::get<MoqtObject>(values); in EqualFieldValues() local
165 auto cast = std::get<MoqtObject>(values); in EqualFieldValues() local
197 auto cast = std::get<MoqtObject>(values); in EqualFieldValues() local
235 auto cast = std::get<MoqtClientSetup>(values); in EqualFieldValues() local
297 auto cast = std::get<MoqtServerSetup>(values); in EqualFieldValues() local
336 auto cast = std::get<MoqtSubscribeRequest>(values); in EqualFieldValues() local
404 auto cast = std::get<MoqtSubscribeOk>(values); in EqualFieldValues() local
453 auto cast = std::get<MoqtSubscribeError>(values); in EqualFieldValues() local
502 auto cast = std::get<MoqtUnsubscribe>(values); in EqualFieldValues() local
539 auto cast = std::get<MoqtSubscribeFin>(values); in EqualFieldValues() local
[all …]
/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/aux_/preprocessor/impl/
Dfunction_cast.hpp58 struct cast<void*,Args> struct
79 struct cast<void*(Predicate),Args> struct
80 : ::boost::parameter::aux::cast<void*,Args>
252 struct cast<void(Target),Args> struct
263 , ::boost::parameter::aux::cast_impl<Target,T,Args>
278 , ::boost::parameter::aux::cast_impl<Target,T,Args>
508 struct cast<void*,Args> struct
511 struct apply
536 struct cast< ::boost::parameter::aux::voidstar(Predicate),Args> struct
540 : ::boost::parameter::aux::cast<void*,Args>
[all …]
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/support/
Diterator_base.hpp22 cast() const BOOST_NOEXCEPT in cast() function
29 cast() BOOST_NOEXCEPT in cast() function
/external/perfetto/include/perfetto/ext/base/
Dno_destructor.h63 auto* const cast = reinterpret_cast<const T*>(storage_); in ref() local
67 auto* const cast = reinterpret_cast<T*>(storage_); in ref() local
/external/cronet/third_party/libc++/src/test/support/
Dpropagate_value_category.hpp117 static Apply<UnCVRef<Tp>> cast(Tp &&t) { in cast() function
124 static Apply<UnCVRef<Tp>> cast(Tp &&t) { in cast() function
133 static Apply<UnCVRef<Tp>> cast(Tp &&t) { in cast() function
/external/dagger2/java/dagger/internal/codegen/javapoet/
DCodeBlocks.java118 public static CodeBlock cast(CodeBlock expression, ClassName castTo) { in cast() method in CodeBlocks
123 public static CodeBlock cast(CodeBlock expression, Class<?> castTo) { in cast() method in CodeBlocks
/external/tensorflow/tensorflow/python/util/
Dpy_checkpoint_reader_wrapper.cc59 static handle cast(const tensorflow::TensorShape& src, in cast() function
84 static handle cast(const tensorflow::DataType& src, in cast() function
/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/internal/
DPlatform.common.kt79 internal inline fun <T> KSerializer<*>.cast(): KSerializer<T> = this as KSerializer<T> in cast() method
83 internal inline fun <T> SerializationStrategy<*>.cast(): SerializationStrategy<T> = this as Seriali… in cast() method
87 internal inline fun <T> DeserializationStrategy<*>.cast(): DeserializationStrategy<T> = in cast() method
/external/mesa3d/src/compiler/nir/
Dnir_deref.c30 nir_deref_cast_is_trivial(nir_deref_instr *cast) in nir_deref_cast_is_trivial()
990 is_trivial_array_deref_cast(nir_deref_instr *cast) in is_trivial_array_deref_cast()
1015 opt_remove_restricting_cast_alignments(nir_deref_instr *cast) in opt_remove_restricting_cast_alignments()
1088 opt_remove_cast_cast(nir_deref_instr *cast) in opt_remove_cast_cast()
1139 opt_remove_sampler_cast(nir_deref_instr *cast) in opt_remove_sampler_cast()
1189 opt_replace_struct_wrapper_cast(nir_builder *b, nir_deref_instr *cast) in opt_replace_struct_wrapper_cast()
1223 opt_deref_cast(nir_builder *b, nir_deref_instr *cast) in opt_deref_cast()
1312 is_vector_bitcast_deref(nir_deref_instr *cast, in is_vector_bitcast_deref()
/external/openscreen/cast/streaming/
Dreceiver_base.cc8 namespace cast { namespace
Dencoded_frame.cc8 namespace cast { namespace
Dframe_id.cc8 namespace cast { namespace
Dmock_environment.cc8 namespace cast { namespace
Drtcp_session.cc10 namespace cast { namespace
Dpacket_util.cc11 namespace cast { namespace
/external/eigen/Eigen/src/Geometry/
DQuaternion.h201 …ternal::enable_if<internal::is_same<Scalar,NewScalarType>::value,const Derived&>::type cast() const in cast() function
208 …e_if<!internal::is_same<Scalar,NewScalarType>::value,Quaternion<NewScalarType> >::type cast() const in cast() function
/external/guava/guava/src/com/google/common/collect/
DImmutableClassToInstanceMap.java126 private static <T> T cast(Class<T> type, Object value) { in cast() method in ImmutableClassToInstanceMap.Builder
163 ImmutableClassToInstanceMap<B> cast = (ImmutableClassToInstanceMap<B>) rawMap; in copyOf() local
/external/guava/android/guava/src/com/google/common/collect/
DImmutableClassToInstanceMap.java126 private static <T> T cast(Class<T> type, Object value) { in cast() method in ImmutableClassToInstanceMap.Builder
163 ImmutableClassToInstanceMap<B> cast = (ImmutableClassToInstanceMap<B>) rawMap; in copyOf() local
/external/ComputeLibrary/tests/
DRawTensor.h83 SimpleTensor<T> cast; variable
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_lower_exec_graph.c47 nir_deref_instr *cast = nir_build_deref_cast(b, payload, nir_var_mem_global, deref->type, 0); in lvp_lower_node_payload_deref() local
53 nir_deref_instr *cast = in lvp_lower_node_payload_deref() local
/external/guava/guava-gwt/test/com/google/common/
DGwtTestSuite.java42 Class<? extends GWTTestCase> cast = (Class<? extends GWTTestCase>) clazz; in suite() local

12345678910>>...17