Home
last modified time | relevance | path

Searched defs:typed_data (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/media/omx-plugin/include/ics/stagefright/
H A DMetaData.h184 struct typed_data { struct
189 typed_data &operator=(const MetaData::typed_data &); argument
197 size_t mSize;
199 union {
224 KeyedVector<uint32_t, typed_data> mItems; argument
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/frameworks/av/include/media/stagefright/
H A DMetaData.h227 struct typed_data { struct
232 typed_data &operator=(const MetaData::typed_data &); argument
241 size_t mSize;
243 union {
268 KeyedVector<uint32_t, typed_data> mItems; argument
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_resource_collector.hh69 T *typed_data = reinterpret_cast<T *>(data); in add() local
91 T *typed_data = reinterpret_cast<T *>(data); in add() local
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/TypedData/Validation/
H A DTypedDataMetadata.php30 public function __construct(TypedDataInterface $typed_data) {
H A DRecursiveValidator.php71 public function getMetadataFor($typed_data) {
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/TypedData/Validation/
H A DTypedDataMetadata.php30 public function __construct(TypedDataInterface $typed_data) {
H A DRecursiveValidator.php71 public function getMetadataFor($typed_data) {
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/
H A DPrimitiveTypeConstraintValidatorTest.php29 public function testValidate(PrimitiveInterface $typed_data, $value, $valid) {
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/
H A DPrimitiveTypeConstraintValidatorTest.php29 public function testValidate(PrimitiveInterface $typed_data, $value, $valid) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Dharfbuzz_font_skia.cc46 Type* typed_data = reinterpret_cast<Type*>(data); in DeleteByType() local
52 Type* typed_data = reinterpret_cast<Type*>(data); in DeleteArrayByType() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Dharfbuzz_font_skia.cc46 Type* typed_data = reinterpret_cast<Type*>(data); in DeleteByType() local
52 Type* typed_data = reinterpret_cast<Type*>(data); in DeleteArrayByType() local
/dports/devel/babeltrace/babeltrace-1.5.7/formats/ctf/ir/
H A Dstream-class.c227 struct event_class_set_stream_id_data *typed_data = data; in event_class_set_stream_id() local
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/arrow/src/buffer/
H A Dimmutable.rs181 pub unsafe fn typed_data<T: ArrowNativeType + num::Num>(&self) -> &[T] { in typed_data() method
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/arrow/src/
H A Dbuffer.rs231 pub unsafe fn typed_data<T: ArrowNativeType + num::Num>(&self) -> &[T] { in typed_data() method