/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_render_utils.h | 368 angle::EnumSize<gl::DrawElementsType>()>; 706 std::array<ClearUtils, angle::EnumSize<PixelType>()> mClearUtils; 708 std::array<ColorBlitUtils, angle::EnumSize<PixelType>()> mColorBlitUtils; 715 std::array<CopyPixelsUtils, angle::EnumSize<PixelType>()> mCopyPixelsUtils;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context.h | 320 angle::PackedEnumMap<PrimitiveMode, bool, angle::EnumSize<PrimitiveMode>() + 1> 322 angle::PackedEnumMap<TextureType, bool, angle::EnumSize<TextureType>() + 1> 324 angle::PackedEnumMap<DrawElementsType, bool, angle::EnumSize<DrawElementsType>() + 1> 328 angle::EnumSize<VertexAttribType>() + 1> 332 angle::EnumSize<VertexAttribType>() + 1>
|
H A D | angletypes.h | 610 using FactorStorage = StorageType<BlendFactorType, angle::EnumSize<BlendFactorType>()>; 611 using EquationStorage = StorageType<BlendEquationType, angle::EnumSize<BlendEquationType>()>;
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedEnums.h | 28 constexpr size_t EnumSize() in EnumSize() function 61 template <typename E, size_t MaxSize = EnumSize<E>()> 70 template <typename E, typename T, size_t MaxSize = EnumSize<E>()> 176 using PackedEnumBitSet = BitSetT<EnumSize<E>(), DataT, E>;
|
/third_party/protobuf/src/google/protobuf/ |
H A D | wire_format_lite.cc | 686 size_t WireFormatLite::EnumSize(const RepeatedField<int>& value) { in EnumSize() function in google::protobuf::internal::WireFormatLite 720 size_t WireFormatLite::EnumSize(const RepeatedField<int>& value) { in EnumSize() function in google::protobuf::internal::WireFormatLite 724 out += EnumSize(value.Get(i)); in EnumSize()
|
H A D | type.pb.cc | 662 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_syntax()); in ByteSizeLong() 1105 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_kind()); in ByteSizeLong() 1111 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_cardinality()); in ByteSizeLong() 1505 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_syntax()); in ByteSizeLong()
|
H A D | api.pb.cc | 512 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_syntax()); in ByteSizeLong() 910 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_syntax()); in ByteSizeLong()
|
H A D | wire_format_lite.h | 677 static inline size_t EnumSize(int value); 685 static size_t EnumSize(const RepeatedField<int>& value); 1745 inline size_t WireFormatLite::EnumSize(int value) { in EnumSize() function in google::protobuf::internal::WireFormatLite
|
H A D | wire_format.cc | 1689 data_size += WireFormatLite::EnumSize( in FieldDataOnlyByteSize() 1693 data_size += WireFormatLite::EnumSize( in FieldDataOnlyByteSize()
|
H A D | wire_format_unittest.cc | 1515 // Check consistency with the scalar EnumSize. in TEST() 1518 expected += WireFormatLite::EnumSize(v[i]); in TEST() 1521 EXPECT_EQ(expected, WireFormatLite::EnumSize(v)); in TEST()
|
H A D | struct.pb.cc | 757 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_null_value()); in ByteSizeLong()
|
H A D | descriptor.pb.cc | 4087 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_label()); in ByteSizeLong() 4093 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_type()); in ByteSizeLong() 7029 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_optimize_for()); in ByteSizeLong() 7840 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_ctype()); in ByteSizeLong() 7866 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_jstype()); in ByteSizeLong() 9244 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_idempotency_level()); in ByteSizeLong()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | SpecializationConstant.cpp | 36 angle::PackedEnumMap<vk::SurfaceRotation, Mat2x2, angle::EnumSize<vk::SurfaceRotation>()>; 94 angle::PackedEnumMap<vk::SurfaceRotation, Vec2, angle::EnumSize<vk::SurfaceRotation>()>;
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumber.pb.cc | 485 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_country_code_source()); in ByteSizeLong()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_cache_utils.h | 824 (sizeof(PackedPushConstantRange) * angle::EnumSize<gl::ShaderType>()),
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |