Home
last modified time | relevance | path

Searched defs:OffsetTo (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-open-type.hh397 struct OffsetTo : Offset<OffsetType, has_null> struct
399 using target_t = Type;
408 OffsetTo& operator = (typename OffsetType::type i) { OffsetType::operator= (i); return *this; } in operator =()
410 const Type& operator () (const void *base) const in operator ()()
415 Type& operator () (void *base) const in operator ()()
436 bool serialize_subset (hb_subset_context_t *c, const OffsetTo& src, in serialize_subset()
459 bool serialize_serialize (hb_serialize_context_t *c, Ts&&... ds) in serialize_serialize()
479 bool serialize_copy (hb_serialize_context_t *c, const OffsetTo& src, in serialize_copy()
497 bool serialize_copy (hb_serialize_context_t *c, const OffsetTo& src, in serialize_copy()
501 bool sanitize_shallow (hb_sanitize_context_t *c, const BaseType *base) const in sanitize_shallow()
[all …]
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/
H A Dtypes.hh42 using OffsetTo = OT::Offset16To<Type, BaseType, has_null>; typedef
56 using OffsetTo = OT::Offset24To<Type, BaseType, has_null>; typedef
/aosp_15_r20/external/llvm-libc/test/src/__support/
H A Dmemory_size_test.cpp93 TEST(LlvmLibcBlockBitTest, OffsetTo) { in TEST() argument