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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc1682 vector<string> all_options; local
1683 if (RetrieveOptions(depth, options, &all_options)) {
1684 output->append(JoinStrings(all_options, ", "));
1686 return !all_options.empty();
1692 vector<string> all_options; local
1693 if (RetrieveOptions(depth, options, &all_options)) {
1694 for (int i = 0; i < all_options.size(); i++) {
1696 prefix, all_options[i]);
1699 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 102 milliseconds