Lines Matching refs:LEReferenceTo
352 class LEReferenceTo : public LETableReference {
360 inline LEReferenceTo(const LETableReference &parent, LEErrorCode &success, const void* atPtr) in LEReferenceTo() function
368 …inline LEReferenceTo(const LETableReference &parent, LEErrorCode &success, const void* atPtr, size… in LEReferenceTo() function
373 inline LEReferenceTo(const LETableReference &parent, LEErrorCode &success, size_t offset) in LEReferenceTo() function
378 inline LEReferenceTo(const LETableReference &parent, LEErrorCode &success) in LEReferenceTo() function
383 inline LEReferenceTo(const LEFontInstance *font, LETag tableTag, LEErrorCode &success) in LEReferenceTo() function
388 …inline LEReferenceTo(const le_uint8 *data, size_t length = LE_UINTPTR_MAX) : LETableReference(data… in LETableReference()
389 …inline LEReferenceTo(const T *data, size_t length = LE_UINTPTR_MAX) : LETableReference((const le_u…
390 inline LEReferenceTo() : LETableReference(NULL) {} in LEReferenceTo() function
392 inline LEReferenceTo<T>& operator=(const T* other) {
397 LEReferenceTo<T> &reparent(const LETableReference &base) { in reparent()