OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_tag
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-jstf-table.hh
149
{ return langSys.
get_tag
(i); }
199
{ return scriptList.
get_tag
(i); }
hb-open-file-private.hh
206
inline hb_tag_t
get_tag
(void) const { return u.tag; }
function in struct:OT::OpenTypeFontFile
main.cc
70
switch (ot.
get_tag
()) {
hb-ot-layout-common-private.hh
84
inline const Tag&
get_tag
(unsigned int i) const
function in struct:OT::RecordArrayOf
224
{ return langSys.
get_tag
(i); }
[
all
...]
hb-ot-layout-gsubgpos-private.hh
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-jstf-table.hh
149
{ return langSys.
get_tag
(i); }
199
{ return scriptList.
get_tag
(i); }
hb-open-file-private.hh
206
inline hb_tag_t
get_tag
(void) const { return u.tag; }
function in struct:OT::OpenTypeFontFile
main.cc
70
switch (ot.
get_tag
()) {
hb-ot-layout-common-private.hh
84
inline const Tag&
get_tag
(unsigned int i) const
function in struct:OT::RecordArrayOf
224
{ return langSys.
get_tag
(i); }
[
all
...]
hb-ot-layout-gsubgpos-private.hh
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
parse_core.py
52
#if self.verbose: print "%s.
get_tag
(%s)=%s"%(self,key,item)
55
def
get_tag
(self,key):
member in class:Symbols
60
#if self.verbose: print "%s.
get_tag
(%s)=%s"%(self,key,item)
cparse.py
441
_node = symbols.
get_tag
( node.tag )
471
_node = symbols.
get_tag
( node.tag )
496
_node = symbols.
get_tag
( node.tag )
ir.py
357
def
get_tag
(self):
member in class:Taged
369
tag = property(
get_tag
, set_tag )
[
all
...]
Completed in 413 milliseconds