Searched refs:is_const (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/libs/hwui/utils/ |
H A D | TypeLogic.h | 24 using type = std::conditional_t<std::is_const<S>::value, std::add_const_t<D>, D>;
|
/aosp14/frameworks/base/media/mca/filterfw/native/core/ |
H A D | shader_program.cpp | 57 : is_const(true), in VertexAttrib() 956 attrib.is_const = false; in SetAttributeValues() 982 attrib.is_const = false; in SetAttributeValues() 1022 attrib.is_const = false; in SetAttributeValues() 1052 if (attrib.is_const) { in PushAttributes()
|
H A D | shader_program.h | 411 bool is_const; member
|
/aosp14/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
H A D | libutils.so.lsdump | 11253 "is_const" : true, 11263 "is_const" : true, 11273 "is_const" : true, 11283 "is_const" : true, 11293 "is_const" : true, 11303 "is_const" : true, 11313 "is_const" : true, 11323 "is_const" : true, 11333 "is_const" : true, 11343 "is_const" : true, [all …]
|
/aosp14/system/core/libutils/abi-dumps/arm64/source-based/ |
H A D | libutils.so.lsdump | 11257 "is_const" : true, 11267 "is_const" : true, 11277 "is_const" : true, 11287 "is_const" : true, 11297 "is_const" : true, 11307 "is_const" : true, 11317 "is_const" : true, 11327 "is_const" : true, 11337 "is_const" : true, 11347 "is_const" : true, [all …]
|
/aosp14/system/core/fs_mgr/ |
H A D | fs_mgr_fstab.cpp | 491 using is_const_fstab = std::is_const<std::remove_pointer_t<FstabPtr>>;
|