HomeSort by relevance Sort by last modified time
    Searched refs:lookup_type (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 42 typedef const value_type* lookup_type; typedef in struct:clang::ento::ProgramStatePartialTrait
50 static lookup_type Lookup(data_type B, key_type K) {
ProgramState.h 307 typename ProgramStateTrait<T>::lookup_type
  /external/harfbuzz/src/
harfbuzz-gsub-private.h 471 HB_UShort lookup_type );
475 HB_UShort lookup_type );
harfbuzz-gpos-private.h 717 HB_UShort lookup_type );
721 HB_UShort lookup_type );
harfbuzz-open.c 453 HB_UShort lookup_type )
456 return _HB_GSUB_Load_SubTable ( &st->st.gsub, stream, lookup_type );
458 return _HB_GPOS_Load_SubTable ( &st->st.gpos, stream, lookup_type );
464 HB_UShort lookup_type )
467 _HB_GSUB_Free_SubTable ( &st->st.gsub, lookup_type );
469 _HB_GPOS_Free_SubTable ( &st->st.gpos, lookup_type );
harfbuzz-gsub.c 4028 int lookup_type; local
4125 int lookup_type = gsub->LookupList.Lookup[lookup_index].LookupType; local
    [all...]
harfbuzz-gpos.c 5777 int lookup_type; local
    [all...]
  /external/webkit/Tools/gdb/
webkit.py 300 element_type = gdb.lookup_type('WebCore::Element')
301 node_type = gdb.lookup_type('WebCore::Node')

Completed in 425 milliseconds