Searched defs:from_offset (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/include/linux/tc_ematch/
H A Dtc_em_text.h11 __u16 from_offset; member in struct:tcf_em_text
/external/kernel-headers/original/uapi/linux/tc_ematch/
H A Dtc_em_text.h11 __u16 from_offset; member in struct:tcf_em_text
/external/iptables/include/linux/netfilter/
H A Dxt_string.h15 __u16 from_offset; member in struct:xt_string_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_string.h15 __u16 from_offset; member in struct:xt_string_info
/external/lldb/source/Expression/
H A DClangUserExpression.cpp391 size_t from_offset; local
393 while ((from_offset = expr.find(OBJC_CAST_HACK_FROM)) != expr.npos)
394 expr.replace(from_offset, sizeof(OBJC_CAST_HACK_FROM) - 1, OBJC_CAST_HACK_TO);
411 size_t from_offset; local
413 while ((from_offset = expr.find(UNICHAR_HACK_FROM)) != expr.npos)
414 expr.replace(from_offset, sizeof(UNICHAR_HACK_FROM) - 1, UNICHAR_HACK_TO);
/external/clang/bindings/python/clang/
H A Dcindex.py188 def from_offset(tu, file, offset): member in class:SourceLocation
2408 return SourceLocation.from_offset(self, f, position)
2438 start_location = SourceLocation.from_offset(self, f,
2445 end_location = SourceLocation.from_offset(self, f, end_location)

Completed in 743 milliseconds