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

  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py 337 def is_c_or_objective_c(file_extension): function
    [all...]
cpp_unittest.py 113 self.assertTrue(cpp_style.is_c_or_objective_c("c"))
114 self.assertTrue(cpp_style.is_c_or_objective_c("m"))
115 self.assertFalse(cpp_style.is_c_or_objective_c("cpp"))
    [all...]

Completed in 213 milliseconds