Home
last modified time | relevance | path

Searched defs:static_cast (Results 1 - 25 of 29) sorted by relevance

12

/third_party/node/deps/v8/src/objects/
H A Djs-proxy.h110 static_cast<int>(JSProxy::kTargetOffset)); member in v8::internal::JSProxy
/third_party/node/src/
H A Dnode_binding.h24 static_cast<int>(node::ModuleFlags::kLinked), variable
/third_party/icu/icu4c/source/i18n/
H A Dnumrange_fluent.cpp208 : UNF(static_cast<NFS<UNF>&&>(src)) {} in static_cast() function
237 : LNF(static_cast<NFS<LNF>&&>(src)) {} in static_cast() function
H A Dnumber_fluent.cpp435 : UNF(static_cast<NFS<UNF>&&>(src)) {} in static_cast() function
465 : LNF(static_cast<NFS<LNF>&&>(src)) {} in static_cast() function
[all...]
/third_party/json/include/nlohmann/detail/input/
H A Djson_sax.hpp696 start_object(std::size_t = static_cast<std::size_t>(-1)) start_object() argument
711 start_array(std::size_t = static_cast<std::size_t>(-1)) start_array() argument
[all...]
H A Dlexer.hpp126 , decimal_point_char(static_cast<char_int_type>(get_decimal_point())) in static_cast() function in detail::lexer
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumrange_fluent.cpp208 : UNF(static_cast<NFS<UNF>&&>(src)) {} in static_cast() function
237 : LNF(static_cast<NFS<LNF>&&>(src)) {} in static_cast() function
H A Dnumber_fluent.cpp435 : UNF(static_cast<NFS<UNF>&&>(src)) {} in static_cast() function
465 : LNF(static_cast<NFS<LNF>&&>(src)) {} in static_cast() function
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumrange_fluent.cpp208 : UNF(static_cast<NFS<UNF>&&>(src)) {} in static_cast() function
237 : LNF(static_cast<NFS<LNF>&&>(src)) {} in static_cast() function
H A Dnumber_fluent.cpp407 : UNF(static_cast<NFS<UNF>&&>(src)) {} in static_cast() function
437 : LNF(static_cast<NFS<LNF>&&>(src)) {} in static_cast() function
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dcompare.h157 : value_(static_cast<compare_internal::value_type>(v)) {} in static_cast() function in absl::compare_internal::ord::weak_equality
201 : value_(static_cast<compare_internal::value_type>(v)) {} in static_cast() function in absl::compare_internal::ord::strong_equality
255 : value_(static_cast<compare_internal::value_type>(v)) {} in static_cast() function in absl::compare_internal::ord::partial_ordering
257 : value_(static_cast<compare_internal::value_type>(v)) {} in static_cast() function in absl::compare_internal::ord::partial_ordering
259 : value_(static_cast<compare_internal::value_type>(v)) {} in static_cast() function in absl::compare_internal::ord::partial_ordering
350 : value_(static_cast<compare_internal::value_type>(v)) {} in static_cast() function in absl::compare_internal::ord::weak_ordering
352 : value_(static_cast<compare_internal::value_type>(v)) {} in static_cast() function in absl::compare_internal::ord::weak_ordering
440 : value_(static_cast<compare_internal::value_type>(v)) {} in static_cast() function in absl::compare_internal::ord::strong_ordering
442 : value_(static_cast<compare_internal::value_type>(v)) {} in static_cast() function in absl::compare_internal::ord::strong_ordering
/third_party/skia/modules/skottie/src/effects/
H A DShiftChannelsEffect.cpp90 static_assert(SK_ARRAY_COUNT(gSourceCoeffs) == static_cast<size_t>(Source::kMax), ""); variable
/third_party/gn/src/base/
H A Dvalues.cc30 static_cast<size_t>(Value::Type::LIST) + 1, member
[all...]
/third_party/json/tests/src/
H A Dunit-regression1.cpp261 CHECK(static_cast<int>(j.type()) == static_cast<int>(custom_json::value_t::number_unsigned)); variable
266 CHECK(static_cast<int>(j.type()) == static_cast<int>(custom_json::value_t::number_float)); variable
271 CHECK(static_cast<int>(j.type()) == static_cast<int>(custom_json::value_t::number_integer)); variable
276 CHECK(static_cast<in variable
[all...]
/third_party/node/deps/v8/src/codegen/x64/
H A Dregister-x64.h181 static_cast<int>(kYMMAfterLast), member
/third_party/skia/include/private/
H A DSkTArray.h603 : STORAGE{}, INHERITED(static_cast<STORAGE*>(this)) {} in SkSTArray() function in SkSTArray
/third_party/json/include/nlohmann/
H A Djson.hpp743 reference set_parent(reference j, std::size_t old_capacity = static_cast<std::size_t>(-1)) in set_parent() argument
[all...]
/third_party/spirv-tools/source/opt/
H A Dir_builder.h228 AddConditionalBranch( uint32_t cond_id, uint32_t true_id, uint32_t false_id, uint32_t merge_id = kInvalidId, uint32_t selection_control = static_cast<uint32_t>(spv::SelectionControlMask::MaskNone)) AddConditionalBranch() argument
257 AddSwitch( uint32_t selector_id, uint32_t default_id, const std::vector<std::pair<Operand::OperandData, uint32_t>>& targets, uint32_t merge_id = kInvalidId, uint32_t selection_control = static_cast<uint32_t>(spv::SelectionControlMask::MaskNone)) AddSwitch() argument
/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Dciaddrlib.cpp575 ADDR_ASSERT(index < static_cast<INT_32>(m_noOfEntries)); in HwlPostCheckTileIndex() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp706 makeFramebuffer(const DeviceInterface& vk, const VkDevice device, const VkRenderPass renderPass, const VkExtent2D& renderSize, const VkFormat* colorFormat, const VkImageUsageFlags colorUsage, const VkFormat* dsFormat, const VkImageUsageFlags dsUsage = static_cast<VkImageUsageFlags>(0), const AspectFlags resolveAspects = ASPECT_NONE, const deUint32 inputAttachmentCount = 0) makeFramebuffer() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp706 makeFramebuffer(const DeviceInterface& vk, const VkDevice device, const VkRenderPass renderPass, const VkExtent2D& renderSize, const VkFormat* colorFormat, const VkImageUsageFlags colorUsage, const VkFormat* dsFormat, const VkImageUsageFlags dsUsage = static_cast<VkImageUsageFlags>(0), const AspectFlags resolveAspects = ASPECT_NONE, const deUint32 inputAttachmentCount = 0) makeFramebuffer() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramLinkedResources.cpp1114 static_cast<GLuint>(caps.maxShaderTextureImageUnits[shaderType])) in static_cast() function
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp4560 void generateFailureText (TestLog& log, vk::VkFormat format, vk::VkImageUsageFlags usage, vk::VkImageCreateFlags create, vk::VkImageTiling tiling = static_cast<vk::VkImageTiling>(0), deUint32 width = 0, deUint32 height = 0, std::string exception = "") in generateFailureText() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp4326 void generateFailureText (TestLog& log, vk::VkFormat format, vk::VkImageUsageFlags usage, vk::VkImageCreateFlags create, vk::VkImageTiling tiling = static_cast<vk::VkImageTiling>(0), deUint32 width = 0, deUint32 height = 0, std::string exception = "") in generateFailureText() argument
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp377 static_assert(SK_ARRAY_COUNT(gBlendModeMap) == static_cast<size_t>(SkBlendMode::kLastMode) + 1, member
379 static_assert(SK_ARRAY_COUNT(gBlendModeMap) == static_cast<size_t>(SkBlendMode::kLuminosity) + 1, member

Completed in 48 milliseconds

12