Home
last modified time | relevance | path

Searched defs:getCodecName (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mosh/mosh-0.2.7/src/
H A DLatin1Codec.h45 ucs4string getCodecName() const in getCodecName() function
H A DUTF8Codec.h46 ucs4string getCodecName() const in getCodecName() function
H A DUTF32Codec.h54 ucs4string getCodecName() const in getCodecName() function
H A DUTF16Codec.cpp56 ucs4string UTF16Codec::getCodecName() const in getCodecName() function in UTF16Codec
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/compression/
H A DCompressionCodec.java50 String getCodecName(); in getCodecName() method
H A DNoCompressionCodec.java51 public String getCodecName() { in getCodecName() method in NoCompressionCodec
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/io/
H A DCompressionCodec.scala60 def getCodecName(conf: SparkConf): String = { method
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/web/pages/
H A DGroovyPageMetaInfo.java295 public String getCodecName() { in getCodecName() method in GroovyPageMetaInfo
/dports/irc/konversation/konversation-21.12.3/src/
H A Didentity.cpp163 QString Identity::getCodecName() const { return m_codecName; } in getCodecName() function in Identity