Records

Functions

  • position & operator+= (position & res, position::counter_type width)

    Add

    columns, in place.

    Defined at line 113 of file out/soong/.intermediates/system/tools/aidl/libaidl-common/linux_glibc_x86_64_static/gen/yacc/system/tools/aidl/location.hh

  • position operator+ (position res, position::counter_type width)

    Add

    columns.

    Defined at line 121 of file out/soong/.intermediates/system/tools/aidl/libaidl-common/linux_glibc_x86_64_static/gen/yacc/system/tools/aidl/location.hh

  • position & operator-= (position & res, position::counter_type width)

    Subtract

    columns, in place.

    Defined at line 128 of file out/soong/.intermediates/system/tools/aidl/libaidl-common/linux_glibc_x86_64_static/gen/yacc/system/tools/aidl/location.hh

  • position operator- (position res, position::counter_type width)

    Subtract

    columns.

    Defined at line 135 of file out/soong/.intermediates/system/tools/aidl/libaidl-common/linux_glibc_x86_64_static/gen/yacc/system/tools/aidl/location.hh

  • template <typename YYChar>
    std::basic_ostream<YYChar> & operator<< (std::basic_ostream<YYChar> & ostr, const position & pos)

    Intercept output stream redirection.

    *

    Parameters

    ostr the destination output stream*
    pos a reference to the position to redirect

    Defined at line 146 of file out/soong/.intermediates/system/tools/aidl/libaidl-common/linux_glibc_x86_64_static/gen/yacc/system/tools/aidl/location.hh

  • location & operator+= (location & res, const location & end)

    Join two locations, in place.

    Defined at line 203 of file out/soong/.intermediates/system/tools/aidl/libaidl-common/linux_glibc_x86_64_static/gen/yacc/system/tools/aidl/location.hh

  • location operator+ (location res, const location & end)

    Join two locations.

    Defined at line 211 of file out/soong/.intermediates/system/tools/aidl/libaidl-common/linux_glibc_x86_64_static/gen/yacc/system/tools/aidl/location.hh

  • location & operator+= (location & res, location::counter_type width)

    Add

    columns to the end position, in place.

    Defined at line 218 of file out/soong/.intermediates/system/tools/aidl/libaidl-common/linux_glibc_x86_64_static/gen/yacc/system/tools/aidl/location.hh

  • location operator+ (location res, location::counter_type width)

    Add

    columns to the end position.

    Defined at line 226 of file out/soong/.intermediates/system/tools/aidl/libaidl-common/linux_glibc_x86_64_static/gen/yacc/system/tools/aidl/location.hh

  • location & operator-= (location & res, location::counter_type width)

    Subtract

    columns to the end position, in place.

    Defined at line 233 of file out/soong/.intermediates/system/tools/aidl/libaidl-common/linux_glibc_x86_64_static/gen/yacc/system/tools/aidl/location.hh

  • location operator- (location res, location::counter_type width)

    Subtract

    columns to the end position.

    Defined at line 240 of file out/soong/.intermediates/system/tools/aidl/libaidl-common/linux_glibc_x86_64_static/gen/yacc/system/tools/aidl/location.hh

  • template <typename YYChar>
    std::basic_ostream<YYChar> & operator<< (std::basic_ostream<YYChar> & ostrconst location & loc)

    Intercept output stream redirection.

    *

    Parameters

    ostr the destination output stream*
    loc a reference to the location to redirect** Avoid duplicate information.

    Defined at line 253 of file out/soong/.intermediates/system/tools/aidl/libaidl-common/linux_glibc_x86_64_static/gen/yacc/system/tools/aidl/location.hh