1 #ifndef TREE_SITTER_LENGTH_H_
2 #define TREE_SITTER_LENGTH_H_
22 return (len1.
bytes < len2.
bytes) ? len1 : len2;
40 Length result = {0, {0, 0}};
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len static semflg const void static shmflg const struct timespec struct timespec static rem const char static group const void length
static const Length LENGTH_UNDEFINED
static Length length_zero(void)
static Length length_add(Length len1, Length len2)
static bool length_is_undefined(Length length)
static Length length_min(Length len1, Length len2)
static Length length_sub(Length len1, Length len2)
static const Length LENGTH_MAX
static TSPoint point_sub(TSPoint a, TSPoint b)
static TSPoint point_add(TSPoint a, TSPoint b)