Home
last modified time | relevance | path

Searched refs:CType (Results 1 – 25 of 3515) sorted by relevance

12345678910>>...141

/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dcontainerhandle_shared.h110 using CType = T; member
135 static CType to_c_type(CType ptr) { return ptr; }
167 static CType to_c_type(CType ptr) { return ptr; }
198 static CType to_c_type(CType ptr) { return ptr; }
234 static CType to_c_type(CType ptr) { return ptr; }
275 static CType to_c_type(CType str) { return str; }
297 static CType to_c_type(CType str) { return str; }
314 static CType to_c_type(CppType item) { return static_cast<CType>(item); }
315 static CType to_c_type(CType item) { return item; }
332 static CType to_c_type(CType v) { return v; }
[all …]
/dports/graphics/jogamp-jogl/jogl/src/nativewindow/classes/com/jogamp/nativewindow/util/
H A DPixelFormat.java96 RGB565(new CType[]{ CType.R, CType.G, CType.B },
120 BGR565(new CType[]{ CType.B, CType.G, CType.R},
145 RGBA5551(new CType[]{ CType.R, CType.G, CType.B, CType.A},
170 ABGR1555(new CType[]{ CType.A, CType.B, CType.G, CType.R },
194 RGB888(new CType[]{ CType.R, CType.G, CType.B }, 3, 8, 24),
215 BGR888(new CType[]{ CType.B, CType.G, CType.R }, 3, 8, 24),
236 RGBx8888(new CType[]{ CType.R, CType.G, CType.B }, 3, 8, 32),
282 RGBA8888(new CType[]{ CType.R, CType.G, CType.B, CType.A }, 4, 8, 32),
304 ABGR8888(new CType[]{ CType.A, CType.B, CType.G, CType.R }, 4, 8, 32),
326 ARGB8888(new CType[]{ CType.A, CType.R, CType.G, CType.B }, 4, 8, 32),
[all …]
/dports/devel/icu-lx/icu/source/common/
H A Dcapi_helper.h14 template<typename CType, typename CPPType, int32_t kMagic>
30 const CType* exportConstForC() const;
35 CType* exportForC();
50 template<typename CType, typename CPPType, int32_t kMagic>
52 IcuCApiHelper<CType, CPPType, kMagic>::validate(const CType* input, UErrorCode& status) { in validate()
68 template<typename CType, typename CPPType, int32_t kMagic>
70 IcuCApiHelper<CType, CPPType, kMagic>::validate(CType* input, UErrorCode& status) { in validate()
71 auto* constInput = static_cast<const CType*>(input); in validate()
77 const CType*
83 CType*
[all …]
/dports/devel/icu/icu/source/common/
H A Dcapi_helper.h14 template<typename CType, typename CPPType, int32_t kMagic>
30 const CType* exportConstForC() const;
35 CType* exportForC();
50 template<typename CType, typename CPPType, int32_t kMagic>
52 IcuCApiHelper<CType, CPPType, kMagic>::validate(const CType* input, UErrorCode& status) { in validate()
68 template<typename CType, typename CPPType, int32_t kMagic>
70 IcuCApiHelper<CType, CPPType, kMagic>::validate(CType* input, UErrorCode& status) { in validate()
71 auto* constInput = static_cast<const CType*>(input); in validate()
77 const CType*
83 CType*
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Dcapi_helper.h14 template<typename CType, typename CPPType, int32_t kMagic>
30 const CType* exportConstForC() const;
35 CType* exportForC();
50 template<typename CType, typename CPPType, int32_t kMagic>
52 IcuCApiHelper<CType, CPPType, kMagic>::validate(const CType* input, UErrorCode& status) { in validate()
68 template<typename CType, typename CPPType, int32_t kMagic>
70 IcuCApiHelper<CType, CPPType, kMagic>::validate(CType* input, UErrorCode& status) { in validate()
71 auto* constInput = static_cast<const CType*>(input); in validate()
77 const CType*
83 CType*
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Dcapi_helper.h14 template<typename CType, typename CPPType, int32_t kMagic>
30 const CType* exportConstForC() const;
35 CType* exportForC();
50 template<typename CType, typename CPPType, int32_t kMagic>
52 IcuCApiHelper<CType, CPPType, kMagic>::validate(const CType* input, UErrorCode& status) { in validate()
68 template<typename CType, typename CPPType, int32_t kMagic>
70 IcuCApiHelper<CType, CPPType, kMagic>::validate(CType* input, UErrorCode& status) { in validate()
71 auto* constInput = static_cast<const CType*>(input); in validate()
77 const CType*
83 CType*
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Dcapi_helper.h14 template<typename CType, typename CPPType, int32_t kMagic>
30 const CType* exportConstForC() const;
35 CType* exportForC();
50 template<typename CType, typename CPPType, int32_t kMagic>
52 IcuCApiHelper<CType, CPPType, kMagic>::validate(const CType* input, UErrorCode& status) { in validate()
68 template<typename CType, typename CPPType, int32_t kMagic>
70 IcuCApiHelper<CType, CPPType, kMagic>::validate(CType* input, UErrorCode& status) { in validate()
71 auto* constInput = static_cast<const CType*>(input); in validate()
77 const CType*
83 CType*
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Dcapi_helper.h14 template<typename CType, typename CPPType, int32_t kMagic>
30 const CType* exportConstForC() const;
35 CType* exportForC();
50 template<typename CType, typename CPPType, int32_t kMagic>
52 IcuCApiHelper<CType, CPPType, kMagic>::validate(const CType* input, UErrorCode& status) { in validate()
68 template<typename CType, typename CPPType, int32_t kMagic>
70 IcuCApiHelper<CType, CPPType, kMagic>::validate(CType* input, UErrorCode& status) { in validate()
71 auto* constInput = static_cast<const CType*>(input); in validate()
77 const CType*
83 CType*
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Dcapi_helper.h14 template<typename CType, typename CPPType, int32_t kMagic>
30 const CType* exportConstForC() const;
35 CType* exportForC();
50 template<typename CType, typename CPPType, int32_t kMagic>
52 IcuCApiHelper<CType, CPPType, kMagic>::validate(const CType* input, UErrorCode& status) { in validate()
68 template<typename CType, typename CPPType, int32_t kMagic>
70 IcuCApiHelper<CType, CPPType, kMagic>::validate(CType* input, UErrorCode& status) { in validate()
71 auto* constInput = static_cast<const CType*>(input); in validate()
77 const CType*
83 CType*
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Dcapi_helper.h14 template<typename CType, typename CPPType, int32_t kMagic>
30 const CType* exportConstForC() const;
35 CType* exportForC();
50 template<typename CType, typename CPPType, int32_t kMagic>
52 IcuCApiHelper<CType, CPPType, kMagic>::validate(const CType* input, UErrorCode& status) { in validate()
68 template<typename CType, typename CPPType, int32_t kMagic>
70 IcuCApiHelper<CType, CPPType, kMagic>::validate(CType* input, UErrorCode& status) { in validate()
71 auto* constInput = static_cast<const CType*>(input); in validate()
77 const CType*
83 CType*
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Dcapi_helper.h14 template<typename CType, typename CPPType, int32_t kMagic>
30 const CType* exportConstForC() const;
35 CType* exportForC();
50 template<typename CType, typename CPPType, int32_t kMagic>
52 IcuCApiHelper<CType, CPPType, kMagic>::validate(const CType* input, UErrorCode& status) { in validate()
68 template<typename CType, typename CPPType, int32_t kMagic>
70 IcuCApiHelper<CType, CPPType, kMagic>::validate(CType* input, UErrorCode& status) { in validate()
71 auto* constInput = static_cast<const CType*>(input); in validate()
77 const CType*
83 CType*
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Dcapi_helper.h14 template<typename CType, typename CPPType, int32_t kMagic>
30 const CType* exportConstForC() const;
35 CType* exportForC();
50 template<typename CType, typename CPPType, int32_t kMagic>
52 IcuCApiHelper<CType, CPPType, kMagic>::validate(const CType* input, UErrorCode& status) { in validate()
68 template<typename CType, typename CPPType, int32_t kMagic>
70 IcuCApiHelper<CType, CPPType, kMagic>::validate(CType* input, UErrorCode& status) { in validate()
71 auto* constInput = static_cast<const CType*>(input); in validate()
77 const CType*
83 CType*
[all …]
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/
H A Dcapi_helper.h14 template<typename CType, typename CPPType, int32_t kMagic>
30 const CType* exportConstForC() const;
35 CType* exportForC();
50 template<typename CType, typename CPPType, int32_t kMagic>
52 IcuCApiHelper<CType, CPPType, kMagic>::validate(const CType* input, UErrorCode& status) { in validate()
68 template<typename CType, typename CPPType, int32_t kMagic>
70 IcuCApiHelper<CType, CPPType, kMagic>::validate(CType* input, UErrorCode& status) { in validate()
71 auto* constInput = static_cast<const CType*>(input); in validate()
77 const CType*
83 CType*
[all …]
/dports/math/py-or-tools/or-tools-9.2/ortools/util/java/
H A Dvector.i39 $1 = new std::vector<CType>;
69 %typemap(in) std::vector<CType> %{
85 %typemap(out) std::vector<CType> %{
86 const std::vector<CType>& vec = $1;
90 %typemap(javaout) std::vector<CType> {
112 %typemap(in) const std::vector<CType*>& (std::vector<CType*> result) {
140 *((CType **)&obj_ptr) = (*$1)[i];
153 %typemap(in) std::vector<CType*> (std::vector<CType*> result) {
187 %typemap(in) const std::vector<std::vector<CType> >& (std::vector<std::vector<CType> > result) %{
217 %typemap(in) std::vector<std::vector<CType> >* (std::vector<std::vector<CType> > temp) %{
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/rust/src/
H A Dcompact_protocol.rs41 pub enum CType { enum
58 impl TryFrom<i8> for CType { implementation
63 0 => CType::Stop, in try_from()
66 3 => CType::Byte, in try_from()
67 4 => CType::I16, in try_from()
68 5 => CType::I32, in try_from()
69 6 => CType::I64, in try_from()
83 impl From<CType> for TType {
87 CType::BoolFalse | CType::BoolTrue => TType::Bool, in from()
124 impl From<bool> for CType { implementation
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Daggregate_mode.cc38 template <typename CType>
47 const CType* values = data.GetValues<CType>(1); in CountValuesByMap()
73 const CType* values = data.GetValues<CType>(1); in CountValuesByMap()
89 CounterMap<CType> CountValuesByVector(const ArrayType& array, CType min, CType max) { in CountValuesByVector()
93 const CType* values = data.GetValues<CType>(1); in CountValuesByVector()
108 CType value = static_cast<CType>(i + min); in CountValuesByVector()
125 const CType* values = data.GetValues<CType>(1); in CountValuesByMapOrVector()
128 CType min = std::numeric_limits<CType>::max(); in CountValuesByMapOrVector()
129 CType max = std::numeric_limits<CType>::min(); in CountValuesByMapOrVector()
152 CounterMap<CType> map; in CountValues()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/
H A DMethodTypeInferrer.cs754 private void ExactInference(CType pSource, CType pDest) in ExactInference()
810 private bool ExactArrayInference(CType pSource, CType pDest) in ExactArrayInference()
830 private bool ExactNullableInference(CType pSource, CType pDest) in ExactNullableInference()
888 private void LowerBoundInference(CType pSource, CType pDest) in LowerBoundInference()
975 private bool LowerBoundArrayInference(CType pSource, CType pDest) in LowerBoundArrayInference()
1263 private void UpperBoundInference(CType pSource, CType pDest) in UpperBoundInference()
1324 private bool UpperBoundArrayInference(CType pSource, CType pDest) in UpperBoundArrayInference()
1579 List<CType> initialCandidates = new List<CType>(); in Fix()
1586 HashSet<CType> typeSet = new HashSet<CType>(); in Fix()
1619 List<CType> removeList = new List<CType>(); in Fix()
[all …]
/dports/audio/libcoverart/libcoverart-1.0.0/src/
H A DType.cc43 CoverArtArchive::CType::CType(const std::string& Type) in CType() function in CoverArtArchive::CType
49 CoverArtArchive::CType::CType(const CType& Other) in CType() function in CoverArtArchive::CType
55 CoverArtArchive::CType& CoverArtArchive::CType::operator =(const CType& Other) in operator =()
65 CoverArtArchive::CType::~CType() in ~CType()
70 std::string CoverArtArchive::CType::Type() const in Type()
75 std::ostream& operator << (std::ostream& os, const CoverArtArchive::CType& Type) in operator <<()
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/oned/
H A DODCode128Writer.cpp51 enum class CType { enum
62 return CType::UNCODABLE; in FindCType()
66 return CType::FNC_1; in FindCType()
69 return CType::UNCODABLE; in FindCType()
72 return CType::ONE_DIGIT; in FindCType()
76 return CType::ONE_DIGIT; in FindCType()
78 return CType::TWO_DIGITS; in FindCType()
84 if (lookahead == CType::ONE_DIGIT) { in ChooseCode()
90 if (lookahead == CType::UNCODABLE) { in ChooseCode()
107 if (lookahead == CType::FNC_1) { in ChooseCode()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/d/src/thrift/protocol/
H A Dcompact.d95 b ? CType.BOOLEAN_TRUE : CType.BOOLEAN_FALSE); in writeBool()
99 writeByte(b ? CType.BOOLEAN_TRUE : CType.BOOLEAN_FALSE); in writeBool()
306 if (type == CType.BOOLEAN_TRUE || type == CType.BOOLEAN_FALSE) { in readFieldBegin()
551 case CType.STOP: in getTType()
557 case CType.BYTE: in getTType()
559 case CType.I16: in getTType()
561 case CType.I32: in getTType()
563 case CType.I64: in getTType()
569 case CType.LIST: in getTType()
571 case CType.SET: in getTType()
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/d/src/thrift/protocol/
H A Dcompact.d95 b ? CType.BOOLEAN_TRUE : CType.BOOLEAN_FALSE); in writeBool()
99 writeByte(b ? CType.BOOLEAN_TRUE : CType.BOOLEAN_FALSE); in writeBool()
306 if (type == CType.BOOLEAN_TRUE || type == CType.BOOLEAN_FALSE) { in readFieldBegin()
551 case CType.STOP: in getTType()
557 case CType.BYTE: in getTType()
559 case CType.I16: in getTType()
561 case CType.I32: in getTType()
563 case CType.I64: in getTType()
569 case CType.LIST: in getTType()
571 case CType.SET: in getTType()
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/d/src/thrift/protocol/
H A Dcompact.d95 b ? CType.BOOLEAN_TRUE : CType.BOOLEAN_FALSE); in writeBool()
99 writeByte(b ? CType.BOOLEAN_TRUE : CType.BOOLEAN_FALSE); in writeBool()
306 if (type == CType.BOOLEAN_TRUE || type == CType.BOOLEAN_FALSE) { in readFieldBegin()
551 case CType.STOP: in getTType()
557 case CType.BYTE: in getTType()
559 case CType.I16: in getTType()
561 case CType.I32: in getTType()
563 case CType.I64: in getTType()
569 case CType.LIST: in getTType()
571 case CType.SET: in getTType()
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/d/src/thrift/protocol/
H A Dcompact.d95 b ? CType.BOOLEAN_TRUE : CType.BOOLEAN_FALSE); in writeBool()
99 writeByte(b ? CType.BOOLEAN_TRUE : CType.BOOLEAN_FALSE); in writeBool()
306 if (type == CType.BOOLEAN_TRUE || type == CType.BOOLEAN_FALSE) { in readFieldBegin()
551 case CType.STOP: in getTType()
557 case CType.BYTE: in getTType()
559 case CType.I16: in getTType()
561 case CType.I32: in getTType()
563 case CType.I64: in getTType()
569 case CType.LIST: in getTType()
571 case CType.SET: in getTType()
[all …]
/dports/devel/thrift/thrift-0.14.0/lib/d/src/thrift/protocol/
H A Dcompact.d95 b ? CType.BOOLEAN_TRUE : CType.BOOLEAN_FALSE); in writeBool()
99 writeByte(b ? CType.BOOLEAN_TRUE : CType.BOOLEAN_FALSE); in writeBool()
306 if (type == CType.BOOLEAN_TRUE || type == CType.BOOLEAN_FALSE) { in readFieldBegin()
551 case CType.STOP: in getTType()
557 case CType.BYTE: in getTType()
559 case CType.I16: in getTType()
561 case CType.I32: in getTType()
563 case CType.I64: in getTType()
569 case CType.LIST: in getTType()
571 case CType.SET: in getTType()
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/d/src/thrift/protocol/
H A Dcompact.d95 b ? CType.BOOLEAN_TRUE : CType.BOOLEAN_FALSE); in writeBool()
99 writeByte(b ? CType.BOOLEAN_TRUE : CType.BOOLEAN_FALSE); in writeBool()
306 if (type == CType.BOOLEAN_TRUE || type == CType.BOOLEAN_FALSE) { in readFieldBegin()
551 case CType.STOP: in getTType()
557 case CType.BYTE: in getTType()
559 case CType.I16: in getTType()
561 case CType.I32: in getTType()
563 case CType.I64: in getTType()
569 case CType.LIST: in getTType()
571 case CType.SET: in getTType()
[all …]

12345678910>>...141