Home
last modified time | relevance | path

Searched refs:EnumSize (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_render_utils.h368 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 DContext.h320 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 Dangletypes.h610 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 DPackedEnums.h28 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 Dwire_format_lite.cc686 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 Dtype.pb.cc662 ::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 Dapi.pb.cc512 ::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 Dwire_format_lite.h677 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 Dwire_format.cc1689 data_size += WireFormatLite::EnumSize( in FieldDataOnlyByteSize()
1693 data_size += WireFormatLite::EnumSize( in FieldDataOnlyByteSize()
H A Dwire_format_unittest.cc1515 // 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 Dstruct.pb.cc757 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->_internal_null_value()); in ByteSizeLong()
H A Ddescriptor.pb.cc4087 ::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 DSpecializationConstant.cpp36 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 Dphonenumber.pb.cc485 ::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 Dvk_cache_utils.h824 (sizeof(PackedPushConstantRange) * angle::EnumSize<gl::ShaderType>()),
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 65 milliseconds