HasSpan          1542 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc     return HasSpan(start_marker, end_marker, descriptor_proto, field_name, -1);
HasSpan          1548 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc     return HasSpan(start_marker, end_marker, descriptor_proto,
HasSpan          1576 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc     return HasSpan('\0', '\0', descriptor_proto, field_name, -1);
HasSpan          1581 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc     return HasSpan('\0', '\0', descriptor_proto, field_name, index);
HasSpan          1703 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'h', file_));
HasSpan          1704 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('b', 'c', file_, "package"));
HasSpan          1705 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('d', 'e', file_, "dependency", 0));
HasSpan          1706 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('f', 'g', file_, "dependency", 1));
HasSpan          1714 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'd', file_.message_type(0)));
HasSpan          1715 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('b', 'c', file_.message_type(0), "name"));
HasSpan          1716 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('e', 'h', file_.message_type(1)));
HasSpan          1717 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('f', 'g', file_.message_type(1), "name"));
HasSpan          1720 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_));
HasSpan          1733 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'i', field1));
HasSpan          1734 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'b', field1, "label"));
HasSpan          1735 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('c', 'd', field1, "type"));
HasSpan          1736 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('e', 'f', field1, "name"));
HasSpan          1737 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('g', 'h', field1, "number"));
HasSpan          1739 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('j', 'r', field2));
HasSpan          1740 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('j', 'k', field2, "label"));
HasSpan          1741 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('l', 'm', field2, "type_name"));
HasSpan          1742 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('n', 'o', field2, "name"));
HasSpan          1743 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('p', 'q', field2, "number"));
HasSpan          1746 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_));
HasSpan          1747 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0)));
HasSpan          1748 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0), "name"));
HasSpan          1765 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'j', file_, "extension"));
HasSpan          1766 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('k', 'p', file_, "extension"));
HasSpan          1768 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('d', 'f', field1));
HasSpan          1769 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('d', 'e', field1, "label"));
HasSpan          1770 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('b', 'c', field1, "extendee"));
HasSpan          1772 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('g', 'i', field2));
HasSpan          1773 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('g', 'h', field2, "label"));
HasSpan          1774 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('b', 'c', field2, "extendee"));
HasSpan          1776 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('n', 'o', field3));
HasSpan          1777 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('l', 'm', field3, "extendee"));
HasSpan          1780 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_));
HasSpan          1781 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field1, "type"));
HasSpan          1782 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field1, "name"));
HasSpan          1783 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field1, "number"));
HasSpan          1784 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field2, "type_name"));
HasSpan          1785 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field2, "name"));
HasSpan          1786 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field2, "number"));
HasSpan          1787 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field3, "label"));
HasSpan          1788 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field3, "type"));
HasSpan          1789 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field3, "name"));
HasSpan          1790 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field3, "number"));
HasSpan          1809 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'j', file_.message_type(0), "extension"));
HasSpan          1810 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('k', 'p', file_.message_type(0), "extension"));
HasSpan          1812 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('d', 'f', field1));
HasSpan          1813 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('d', 'e', field1, "label"));
HasSpan          1814 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('b', 'c', field1, "extendee"));
HasSpan          1816 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('g', 'i', field2));
HasSpan          1817 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('g', 'h', field2, "label"));
HasSpan          1818 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('b', 'c', field2, "extendee"));
HasSpan          1820 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('n', 'o', field3));
HasSpan          1821 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('l', 'm', field3, "extendee"));
HasSpan          1824 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_));
HasSpan          1825 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0)));
HasSpan          1826 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0), "name"));
HasSpan          1827 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field1, "type"));
HasSpan          1828 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field1, "name"));
HasSpan          1829 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field1, "number"));
HasSpan          1830 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field2, "type_name"));
HasSpan          1831 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field2, "name"));
HasSpan          1832 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field2, "number"));
HasSpan          1833 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field3, "label"));
HasSpan          1834 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field3, "type"));
HasSpan          1835 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field3, "name"));
HasSpan          1836 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field3, "number"));
HasSpan          1853 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'h', file_.message_type(0), "extension_range"));
HasSpan          1854 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('i', 'n', file_.message_type(0), "extension_range"));
HasSpan          1856 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('b', 'e', range1));
HasSpan          1857 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('b', 'c', range1, "start"));
HasSpan          1858 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('d', 'e', range1, "end"));
HasSpan          1860 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('f', 'g', range2));
HasSpan          1861 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('f', 'g', range2, "start"));
HasSpan          1862 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('f', 'g', range2, "end"));
HasSpan          1864 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('j', 'm', range3));
HasSpan          1865 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('j', 'k', range3, "start"));
HasSpan          1866 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('l', 'm', range3, "end"));
HasSpan          1869 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_));
HasSpan          1870 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0)));
HasSpan          1871 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0), "name"));
HasSpan          1887 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'h', bar));
HasSpan          1888 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('b', 'c', bar, "name"));
HasSpan          1889 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('d', 'g', baz));
HasSpan          1890 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('e', 'f', baz, "name"));
HasSpan          1891 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('i', 'l', qux));
HasSpan          1892 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('j', 'k', qux, "name"));
HasSpan          1895 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_));
HasSpan          1896 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0)));
HasSpan          1897 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0), "name"));
HasSpan          1914 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'k', field));
HasSpan          1915 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'b', field, "label"));
HasSpan          1916 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('c', 'd', field, "type"));
HasSpan          1917 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('e', 'f', field, "name"));
HasSpan          1918 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('e', 'f', field, "type_name"));
HasSpan          1919 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('g', 'h', field, "number"));
HasSpan          1921 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'k', baz));
HasSpan          1922 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('e', 'f', baz, "name"));
HasSpan          1923 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('i', 'j', qux));
HasSpan          1926 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_));
HasSpan          1927 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0)));
HasSpan          1928 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0), "name"));
HasSpan          1929 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(bar));
HasSpan          1930 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(bar, "name"));
HasSpan          1931 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(qux, "name"));
HasSpan          1939 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'd', file_.enum_type(0)));
HasSpan          1940 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('b', 'c', file_.enum_type(0), "name"));
HasSpan          1941 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('e', 'h', file_.enum_type(1)));
HasSpan          1942 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('f', 'g', file_.enum_type(1), "name"));
HasSpan          1945 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_));
HasSpan          1958 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'e', bar));
HasSpan          1959 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'b', bar, "name"));
HasSpan          1960 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('c', 'd', bar, "number"));
HasSpan          1961 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('f', 'j', baz));
HasSpan          1962 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('f', 'g', baz, "name"));
HasSpan          1963 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('h', 'i', baz, "number"));
HasSpan          1966 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_));
HasSpan          1967 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.enum_type(0)));
HasSpan          1968 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.enum_type(0), "name"));
HasSpan          1981 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'd', bar));
HasSpan          1982 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('b', 'c', bar, "name"));
HasSpan          1983 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('e', 'h', baz));
HasSpan          1984 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('f', 'g', baz, "name"));
HasSpan          1987 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_));
HasSpan          1988 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0)));
HasSpan          1989 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0), "name"));
HasSpan          1997 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'd', file_.service(0)));
HasSpan          1998 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('b', 'c', file_.service(0), "name"));
HasSpan          1999 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('e', 'h', file_.service(1)));
HasSpan          2000 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('f', 'g', file_.service(1), "name"));
HasSpan          2003 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_));
HasSpan          2016 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'h', bar));
HasSpan          2017 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('b', 'c', bar, "name"));
HasSpan          2018 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('d', 'e', bar, "input_type"));
HasSpan          2019 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('f', 'g', bar, "output_type"));
HasSpan          2021 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('i', 'p', baz));
HasSpan          2022 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('j', 'k', baz, "name"));
HasSpan          2023 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('l', 'm', baz, "input_type"));
HasSpan          2024 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('n', 'o', baz, "output_type"));
HasSpan          2027 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_));
HasSpan          2028 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.service(0)));
HasSpan          2029 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.service(0), "name"));
HasSpan          2050 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'j', file_.options()));
HasSpan          2051 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'j', option1));
HasSpan          2052 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('b', 'g', option1, "name"));
HasSpan          2053 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('b', 'c', option1.name(0)));
HasSpan          2054 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('b', 'c', option1.name(0), "name_part"));
HasSpan          2055 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('d', 'g', option1.name(1)));
HasSpan          2056 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('e', 'f', option1.name(1), "name_part"));
HasSpan          2057 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('h', 'i', option1, "positive_int_value"));
HasSpan          2059 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('k', 'n', file_.options()));
HasSpan          2060 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('l', 'm', option2, "negative_int_value"));
HasSpan          2062 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('o', 'r', file_.options()));
HasSpan          2063 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('p', 'q', option3, "identifier_value"));
HasSpan          2065 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('s', 'v', file_.options()));
HasSpan          2066 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('t', 'u', option4, "string_value"));
HasSpan          2068 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('w', 'z', file_.options()));
HasSpan          2069 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('x', 'y', option5, "aggregate_value"));
HasSpan          2071 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('0', '3', file_.options()));
HasSpan          2072 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('1', '2', option6, "double_value"));
HasSpan          2075 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_));
HasSpan          2076 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option2));
HasSpan          2077 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option3));
HasSpan          2078 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option4));
HasSpan          2079 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option5));
HasSpan          2080 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option6));
HasSpan          2081 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option2, "name"));
HasSpan          2082 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option3, "name"));
HasSpan          2083 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option4, "name"));
HasSpan          2084 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option5, "name"));
HasSpan          2085 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option6, "name"));
HasSpan          2086 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option2.name(0)));
HasSpan          2087 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option3.name(0)));
HasSpan          2088 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option4.name(0)));
HasSpan          2089 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option5.name(0)));
HasSpan          2090 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option6.name(0)));
HasSpan          2091 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option2.name(0), "name_part"));
HasSpan          2092 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option3.name(0), "name_part"));
HasSpan          2093 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option4.name(0), "name_part"));
HasSpan          2094 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option5.name(0), "name_part"));
HasSpan          2095 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option6.name(0), "name_part"));
HasSpan          2113 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'b', file_.message_type(0).options()));
HasSpan          2114 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('c', 'd', file_.enum_type(0).options()));
HasSpan          2115 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('e', 'f', file_.service(0).options()));
HasSpan          2116 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('g', 'h', file_.service(0).method(0).options()));
HasSpan          2119 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_));
HasSpan          2120 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0)));
HasSpan          2121 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0), "name"));
HasSpan          2122 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0).options()
HasSpan          2124 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0).options()
HasSpan          2126 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0).options()
HasSpan          2128 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0).options()
HasSpan          2130 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0).options()
HasSpan          2132 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.enum_type(0)));
HasSpan          2133 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.enum_type(0), "name"));
HasSpan          2134 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.enum_type(0).options()
HasSpan          2136 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.enum_type(0).options()
HasSpan          2138 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.enum_type(0).options()
HasSpan          2140 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.enum_type(0).options()
HasSpan          2142 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.enum_type(0).options()
HasSpan          2144 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.service(0)));
HasSpan          2145 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.service(0), "name"));
HasSpan          2146 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.service(0).method(0)));
HasSpan          2147 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.service(0).options()
HasSpan          2149 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.service(0).options()
HasSpan          2151 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.service(0).options()
HasSpan          2153 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.service(0).options()
HasSpan          2155 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.service(0).options()
HasSpan          2157 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.service(0).method(0), "name"));
HasSpan          2158 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.service(0).method(0), "input_type"));
HasSpan          2159 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.service(0).method(0), "output_type"));
HasSpan          2160 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.service(0).method(0).options()
HasSpan          2162 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.service(0).method(0).options()
HasSpan          2164 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.service(0).method(0).options()
HasSpan          2166 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.service(0).method(0).options()
HasSpan          2168 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.service(0).method(0).options()
HasSpan          2188 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'h', field.options()));
HasSpan          2189 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('b', 'c', field, "default_value"));
HasSpan          2190 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('d', 'e', option1));
HasSpan          2191 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('f', 'g', option2));
HasSpan          2194 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_));
HasSpan          2195 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0)));
HasSpan          2196 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.message_type(0), "name"));
HasSpan          2197 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field));
HasSpan          2198 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field, "label"));
HasSpan          2199 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field, "type"));
HasSpan          2200 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field, "name"));
HasSpan          2201 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(field, "number"));
HasSpan          2202 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option1, "name"));
HasSpan          2203 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option2, "name"));
HasSpan          2204 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option1.name(0)));
HasSpan          2205 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option2.name(0)));
HasSpan          2206 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option1.name(0), "name_part"));
HasSpan          2207 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option2.name(0), "name_part"));
HasSpan          2208 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option1, "positive_int_value"));
HasSpan          2209 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option2, "string_value"));
HasSpan          2226 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('a', 'f', value.options()));
HasSpan          2227 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('b', 'c', option1));
HasSpan          2228 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan('d', 'e', option2));
HasSpan          2231 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_));
HasSpan          2232 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.enum_type(0)));
HasSpan          2233 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.enum_type(0), "name"));
HasSpan          2234 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(value));
HasSpan          2235 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(value, "name"));
HasSpan          2236 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(value, "number"));
HasSpan          2237 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option1, "name"));
HasSpan          2238 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option2, "name"));
HasSpan          2239 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option1.name(0)));
HasSpan          2240 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option2.name(0)));
HasSpan          2241 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option1.name(0), "name_part"));
HasSpan          2242 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option2.name(0), "name_part"));
HasSpan          2243 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option1, "positive_int_value"));
HasSpan          2244 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(option2, "string_value"));
HasSpan          2275 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_));
HasSpan          2276 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(foo, "name"));
HasSpan          2277 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(bar, "label"));
HasSpan          2278 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(bar, "type"));
HasSpan          2279 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(bar, "name"));
HasSpan          2280 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(bar, "number"));
HasSpan          2320 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_));
HasSpan          2321 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(foo, "name"));
HasSpan          2322 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(bar, "label"));
HasSpan          2323 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(bar, "type"));
HasSpan          2324 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(bar, "name"));
HasSpan          2325 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(bar, "number"));
HasSpan          2326 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_.options()));
HasSpan          2327 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(baz, "name"));
HasSpan          2328 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(baz.name(0)));
HasSpan          2329 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(baz.name(0), "name_part"));
HasSpan          2330 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(baz, "positive_int_value"));
HasSpan          2351 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(file_));
HasSpan          2352 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(foo));
HasSpan          2353 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(foo, "name"));
HasSpan          2354 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(bar, "label"));
HasSpan          2355 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(bar, "type"));
HasSpan          2356 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(bar, "name"));
HasSpan          2357 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(bar, "number"));
HasSpan          2358 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(bar.options()));
HasSpan          2359 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(bar.options().uninterpreted_option(0)));
HasSpan          2360 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(bar.options().uninterpreted_option(0), "name"));
HasSpan          2361 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(bar.options().uninterpreted_option(0).name(0)));
HasSpan          2362 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(
HasSpan          2364 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   EXPECT_TRUE(HasSpan(