HomeSort by relevance Sort by last modified time
    Searched defs:module_flags (Results 1 - 2 of 2) sorted by null

  /external/freetype/include/freetype/
ftmodapi.h 139 /* module_flags :: Bit flags describing the module. */
161 FT_ULong module_flags; member in struct:FT_Module_Class_
  /external/open-vcdiff/gflags/src/
gflags_completions.cc 195 FlagSet module_flags; // Found in module file member in struct:__anon12326::NotableFlags
259 //VLOG(2) << " module: " << notable_flags.module_flags.size();
420 notable_flags->module_flags.clear();
446 notable_flags->module_flags.insert(*it);
563 !notable_flags->module_flags.empty()) {
567 &notable_flags->module_flags };
652 notable_flags.module_flags.count(*it) ||

Completed in 1126 milliseconds