Home
last modified time | relevance | path

Searched defs:getType (Results 176 - 200 of 324) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dfmtable.cpp374 Formattable::getType() const in getType() function in Formattable
H A Dislamcal.cpp208 const char *IslamicCalendar::getType() const { in getType() function in IslamicCalendar
H A Dregion.cpp695 Region::getType() const { in getType() function in Region
H A Dchnsecal.cpp154 const char *ChineseCalendar::getType() const { in getType() function in ChineseCalendar
H A Dgregocal.cpp1264 GregorianCalendar::getType() const { in getType() function in GregorianCalendar
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dmessagepattern.h726 UMessagePatternPartType getType() const { in getType() function in MessagePattern::Part
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderRenderCase.hpp100 Type getType (void) const { return m_type; } in getType() function in deqp::gls::TextureBinding
/third_party/vk-gl-cts/framework/common/
H A DtcuThreadUtil.hpp74 const char* getType (void) const { return m_type; } in getType() function in tcu::ThreadUtil::Object
/third_party/vk-gl-cts/framework/opengl/
H A DgluVarTypeUtil.hpp143 VarType getType (void) const { return getVarType(m_type, m_path); } in getType() function in glu::SubTypeAccess
179 VarType getType (void) const { return getVarType(*m_type, m_path.begin(), m_path.end()); } in getType() function in glu::SubTypeIterator
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableValue.hpp79 const VariableType& getType (void) const { return m_type; } in getType() function in rsg::StridedValueRead
94 const VariableType& getType (void) const { return *m_type; } in getType() function in rsg::ConstStridedValueAccess
203 const VariableType& getType (void) const { return *m_type; } getType() function in rsg::ConstValueRangeAccess
280 const VariableType& getType (void) const { return m_type; } getType() function in rsg::ValueRange
359 const VariableType& getType (void) const { return m_variable->getType(); } getType() function in rsg::VariableValue
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DMeasureUnitImpl.java704 public Type getType() { in getType() method in MeasureUnitImpl.UnitsParser.Token
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCodePointTrie.java275 public abstract Type getType(); in getType() method in CodePointTrie
771 public final Type getType() { return Type.FAST; } in getType() method in CodePointTrie.Fast
909 public final Type getType() { return Type.SMALL; } in getType() method in CodePointTrie.Small
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCodePointTrie.java266 public abstract Type getType(); in getType() method in CodePointTrie
755 public final Type getType() { return Type.FAST; } in getType() method in CodePointTrie.Fast
888 public final Type getType() { return Type.SMALL; } in getType() method in CodePointTrie.Small
/third_party/icu/icu4c/source/i18n/
H A Dchnsecal.cpp154 const char *ChineseCalendar::getType() const { in getType() function in ChineseCalendar
H A Dgregocal.cpp1264 GregorianCalendar::getType() const { in getType() function in GregorianCalendar
/third_party/node/deps/icu-small/source/i18n/
H A Dgregocal.cpp1225 GregorianCalendar::getType() const { in getType() function in GregorianCalendar
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp1085 switch(prog->getType()) { in assignSlots() function
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp79 const glu::VarType& getType (void) const { return m_type; } in getType() function in vkt::ssbo::BufferVar
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DShader.h174 ShaderType getType() const { return mType; } in getType() function in gl::final
H A DTexture.h142 TextureType getType() const { return mType; } in getType() function in gl::final
269 TextureType getType() const { return mState.mType; } in getType() function in gl::final
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.hpp157 const VarType& getType(void) const in getType() function in deqp::ub::StructMember
223 const VarType& getType(void) const in getType() function in deqp::ub::Uniform
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstants.h171 inline IntegerType *getType() const { in getType() function in llvm::final
432 inline ArrayType *getType() const { in getType() function in llvm::final
486 inline StructType *getType() const { in getType() function in llvm::final
521 inline VectorType *getType() const { getType() function in llvm::final
555 inline PointerType *getType() const { getType() function in llvm::final
633 inline SequentialType *getType() const { getType() function in llvm::ConstantDataSequential
746 inline ArrayType *getType() const { getType() function in llvm::final
805 inline VectorType *getType() const { getType() function in llvm::final
[all...]
H A DValue.h246 Type *getType() const { return VTy; } in getType() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DObjectFile.h401 inline Expected<SymbolRef::Type> SymbolRef::getType() const { in getType() function in llvm::object::SymbolRef
540 inline uint64_t RelocationRef::getType() const { in getType() function in llvm::object::RelocationRef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DVirtualFileSystem.h76 llvm::sys::fs::file_type getType() const { return Type; } in getType() function in llvm::vfs::Status

Completed in 31 milliseconds

12345678910>>...13