OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StructAfter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh
70
/*
StructAfter
<T>(X) returns the struct T& that is placed after X.
73
inline const Type&
StructAfter
(const TObject &X)
76
inline Type&
StructAfter
(TObject &X)
/external/harfbuzz_ng/src/
hb-open-type-private.hh
70
/*
StructAfter
<T>(X) returns the struct T& that is placed after X.
73
inline const Type&
StructAfter
(const TObject &X)
76
inline Type&
StructAfter
(TObject &X)
Completed in 459 milliseconds