Searched refs:all_options (Results 1 - 5 of 5) sorted by relevance

/external/pcre/dist/
H A Dpcrecpp.cc115 pcre_options = options_.all_options();
407 // all_options(), since options_ could have changed bewteen
412 (NewlineMode(options_.all_options()) == PCRE_NEWLINE_CRLF ||
413 NewlineMode(options_.all_options()) == PCRE_NEWLINE_ANY ||
414 NewlineMode(options_.all_options()) == PCRE_NEWLINE_ANYCRLF)) {
526 int options = (options_.all_options() & PCRE_NO_UTF8_CHECK);
H A Dpcrecpp.h452 int all_options() const { function in class:pcrecpp::RE_Options
H A Dpcretest.c4157 unsigned long int all_options; local
4226 all_options = REAL_PCRE_OPTIONS(re);
4227 if (do_flip) all_options = swap_uint32(all_options);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc1680 vector<string> all_options; local
1681 if (RetrieveOptions(depth, options, &all_options)) {
1682 output->append(JoinStrings(all_options, ", "));
1684 return !all_options.empty();
1690 vector<string> all_options; local
1691 if (RetrieveOptions(depth, options, &all_options)) {
1692 for (int i = 0; i < all_options.size(); i++) {
1694 prefix, all_options[i]);
1697 return !all_options.empty();
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1520 vector<string> all_options; local
1521 if (RetrieveOptions(options, &all_options)) {
1522 output->append(JoinStrings(all_options, ", "));
1524 return !all_options.empty();
1530 vector<string> all_options; local
1531 if (RetrieveOptions(options, &all_options)) {
1532 for (int i = 0; i < all_options.size(); i++) {
1534 prefix, all_options[i]);
1537 return !all_options.empty();

Completed in 122 milliseconds