HomeSort by relevance Sort by last modified time
    Searched refs:line_end (Results 26 - 37 of 37) sorted by null

12

  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc 355 size_t line_end = message.find(kNewLine, line_start); local
356 if (line_end != std::string::npos) {
357 if (line_end > 0 && (message.at(line_end - 1) == kReturn)) {
358 --line_end;
360 first_line = message.substr(line_start, (line_end - line_start));
446 size_t line_end = message.find(kNewLine, line_begin); local
447 if (line_end == std::string::npos) {
451 *pos = line_end + 1;
452 if (line_end > 0 && (message.at(line_end - 1) == kReturn))
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ecofflink.c 362 struct shuffle *line_end;
481 ainfo->line_end = NULL;
881 if (!add_file_shuffle (ainfo, &ainfo->line, &ainfo->line_end,
360 struct shuffle *line_end; member in struct:accumulate
1987 unsigned char *line_end; local
    [all...]
dwarf2.c 1546 bfd_byte *line_end; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
dwarf2dbg.c 2078 symbolS *line_end; local
    [all...]
  /external/v8/src/debug/
debug.cc 2170 int line_end = Smi::cast(line_ends->get(line))->value(); local
    [all...]
  /external/fmtlib/test/
gmock-gtest-all.cc     [all...]
  /external/v8/src/wasm/
wasm-objects.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]
  /external/v8/src/runtime/
runtime-debug.cc     [all...]
  /external/v8/src/
objects.cc     [all...]
objects.h 6680 int line_end; \/\/ Position of final linebreak character in line. member in struct:v8::internal::KeyCollectionMode::Script::PositionInfo
    [all...]
api.cc 9174 i::Smi* line_end = i::Smi::cast(line_ends->get(i)); local
    [all...]

Completed in 937 milliseconds

12