Home
last modified time | relevance | path

Searched defs:end_column (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.h138 ColumnNumber end_column; member
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h151 int end_column; member
/third_party/python/Objects/
H A Dcodeobject.c981 PyCode_Addr2Location(PyCodeObject *co, int addrq, int *start_line, int *start_column, int *end_line, int *end_column) PyCode_Addr2Location() argument
/third_party/python/Python/
H A Dcompile.c7567 write_location_info_short_form(struct assembler* a, int length, int column, int end_column) in write_location_info_short_form() argument
7580 write_location_info_oneline_form(struct assembler* a, int length, int line_delta, int column, int end_column) in write_location_info_oneline_form() argument
7634 int end_column = i->i_end_col_offset; in write_location_info_entry() local
[all...]

Completed in 18 milliseconds