Searched defs:attr_end (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dautofill_xml_parser.cc97 char* attr_end = NULL; local
98 int value = strtol(attribute, &attr_end, 10);
99 if (attr_end != NULL && attr_end == attribute) {
137 char* attr_end = NULL; local
138 double value = strtod(attribute, &attr_end);
139 if (attr_end != NULL && attr_end == attribute) {
/external/clang/include/clang/AST/
H A DDeclBase.h424 attr_iterator attr_end() const { function in class:clang::Decl
451 return specific_attr_iterator<T>(attr_end());

Completed in 91 milliseconds