Home
last modified time | relevance | path

Searched defs:getData (Results 1 - 25 of 68) sorted by relevance

123

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DRawInputStream.php45 public function getData() function
H A DCodedOutputStream.php51 public function getData() function
/third_party/skia/third_party/externals/brotli/java/org/brotli/enc/
H A DPreparedDictionary.java15 ByteBuffer getData(); in getData() method
H A DPreparedDictionaryGenerator.java31 public ByteBuffer getData() { in getData() method in PreparedDictionaryGenerator.PreparedDictionaryImpl
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DMMap.h50 char* getData() { return fBuff; } in getData() function in TMMap
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugUnknownSubsection.h23 BinaryStreamRef getData() const { return Data; } in getData() function in llvm::codeview::final
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationRoot.java36 public static final CollationData getData() { in getData() method in CollationRoot
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationRoot.java38 public static final CollationData getData() { in getData() method in CollationRoot
/third_party/icu/icu4c/source/i18n/
H A Dcollationroot.cpp119 CollationRoot::getData(UErrorCode &errorCode) { in getData() function in CollationRoot
H A Dnumber_output.cpp74 const impl::UFormattedNumberRangeData* FormattedNumberRange::getData(UErrorCode& status) const { in getData() function in number::FormattedNumberRange
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationroot.cpp119 CollationRoot::getData(UErrorCode &errorCode) { in getData() function in CollationRoot
H A Dnumber_output.cpp74 const impl::UFormattedNumberRangeData* FormattedNumberRange::getData(UErrorCode& status) const { in getData() function in number::FormattedNumberRange
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DBinary.cpp40 StringRef Binary::getData() const { return Data.getBuffer(); } in getData() function in Binary
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationroot.cpp89 CollationRoot::getData(UErrorCode &errorCode) { in getData() function in CollationRoot
H A Dnumber_output.cpp73 const impl::UFormattedNumberRangeData* FormattedNumberRange::getData(UErrorCode& status) const { in getData() function in number::FormattedNumberRange
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DDictionary.java83 public static ByteBuffer getData() { in getData() method in Dictionary
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h75 ArrayRef<Set> getData() { return Sets; } in getData() function in llvm::DWARFDebugPubTable
/third_party/skia/third_party/externals/angle2/src/common/serializer/
H A DJsonSerializer.cpp122 std::vector<uint8_t> JsonSerializer::getData() in getData() function in angle::JsonSerializer
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPipelineCache.cpp94 VkResult PipelineCache::getData(size_t *pDataSize, void *pData) in getData() function in vk::PipelineCache
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DBasicPeriodFormatterFactory.java212 PeriodFormatterData getData() { in getData() method in BasicPeriodFormatterFactory
220 PeriodFormatterData getData(String locName) { in getData() method in BasicPeriodFormatterFactory
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/
H A DBasicPeriodFormatterFactory.java214 PeriodFormatterData getData() { in getData() method in BasicPeriodFormatterFactory
222 PeriodFormatterData getData(String locName) { in getData() method in BasicPeriodFormatterFactory
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
H A DQrSegment.java235 public BitBuffer getData() { in getData() method in QrSegment
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DBuffer9.cpp60 angle::Result Buffer9::getData(const gl::Context *context, const uint8_t **outData) in getData() function in rx::Buffer9
/third_party/vk-gl-cts/executor/
H A DxeBatchResult.hpp87 const deUint8* getData (void) const { return !m_data.empty() ? &m_data[0] : DE_NULL; } in getData() function in xe::TestCaseResultData
88 deUint8* getData (void) { return !m_data.empty() ? &m_data[0] : DE_NULL; } in getData() function in xe::TestCaseResultData
H A DxeCallQueue.hpp61 const deUint8* getData (void) const { return m_data.empty() ? DE_NULL : &m_data[0]; } in getData() function in xe::Call
62 deUint8* getData (void) { return m_data.empty() ? DE_NULL : &m_data[0]; } in getData() function in xe::Call

Completed in 8 milliseconds

123