Home
last modified time | relevance | path

Searched refs:line_off (Results 1 – 7 of 7) sorted by relevance

/third_party/gn/src/gn/
Dcommand_args.cc100 size_t line_off = in GetContextForValue() local
103 while (line_off > 1) { in GetContextForValue()
104 line_off -= 2; // Back up to end of previous line. in GetContextForValue()
105 size_t previous_line_offset = BackUpToLineBegin(data, line_off); in GetContextForValue()
108 line_off - previous_line_offset + 1); in GetContextForValue()
113 line_off = previous_line_offset; in GetContextForValue()
Derr.cc21 size_t line_off = Tokenizer::ByteOffsetOfNthLine(data, n); in GetNthLine() local
22 size_t end = line_off + 1; in GetNthLine()
25 return std::string(data.substr(line_off, end - line_off)); in GetNthLine()
/third_party/libbpf/src/
Dlibbpf_internal.h516 __u32 line_off; member
Dlinker.c2504 s = btf__str_by_offset(obj->btf, src_rec->line_off); in linker_append_btf_ext()
2508 dst_rec->line_off = str_off; in linker_append_btf_ext()
Dbtf.c5265 err = visit(&rec->line_off, ctx);
/third_party/libbpf/include/uapi/linux/
Dbpf.h7151 __u32 line_off; member
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h25740 __u32 line_off; member