Home | History | Annotate | Download | only in optimizing

Lines Matching refs:property

219   void PrintProperty(const char* name, const char* property) {
221 output_ << name << " \"" << property << "\"\n";
224 void PrintProperty(const char* name, const char* property, int id) {
226 output_ << name << " \"" << property << id << "\"\n";