OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StructAtOffset
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh
61
/*
StructAtOffset
<T>(P,Ofs) returns the struct T& that is placed at memory
64
inline const Type&
StructAtOffset
(const void *P, unsigned int offset)
67
inline Type&
StructAtOffset
(void *P, unsigned int offset)
74
{ return
StructAtOffset
<Type>(&X, X.get_size()); }
77
{ return
StructAtOffset
<Type>(&X, X.get_size()); }
698
return
StructAtOffset
<Type> (base, offset);
713
Type &obj =
StructAtOffset
<Type> (base, offset);
722
Type &obj =
StructAtOffset
<Type> (base, offset);
/external/harfbuzz_ng/src/
hb-open-type-private.hh
61
/*
StructAtOffset
<T>(P,Ofs) returns the struct T& that is placed at memory
64
inline const Type&
StructAtOffset
(const void *P, unsigned int offset)
67
inline Type&
StructAtOffset
(void *P, unsigned int offset)
74
{ return
StructAtOffset
<Type>(&X, X.get_size()); }
77
{ return
StructAtOffset
<Type>(&X, X.get_size()); }
692
return
StructAtOffset
<Type> (base, offset);
707
Type &obj =
StructAtOffset
<Type> (base, offset);
716
Type &obj =
StructAtOffset
<Type> (base, offset);
Completed in 33 milliseconds