Home
last modified time | relevance | path

Searched refs:line_ (Results 1 – 25 of 130) sorted by relevance

123456

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dpaint_record.cc37 line_(line), in PaintRecord()
55 line_(line), in PaintRecord()
71 line_(line), in PaintRecord()
81 line_ = other.line_; in PaintRecord()
93 line_ = other.line_; in operator =()
Dpaint_record.h79 size_t line() const { return line_; } in line()
99 size_t line_; variable
/third_party/boost/boost/assert/
Dsource_location.hpp24 boost::uint_least32_t line_; member
29 …location() BOOST_NOEXCEPT: file_( "(unknown)" ), function_( "(unknown)" ), line_( 0 ), column_( 0 ) in source_location()
33 …least32_t col = 0 ) BOOST_NOEXCEPT: file_( file ), function_( function ), line_( ln ), column_( co… in source_location()
49 return line_; in line()
/third_party/boost/boost/asio/
Duse_awaitable.hpp67 line_(location.line()), in use_awaitable_t()
71 line_(0), in use_awaitable_t()
83 line_(line), in use_awaitable_t()
145 int line_; member
/third_party/boost/libs/asio/include/boost/asio/
Duse_awaitable.hpp67 line_(location.line()), in use_awaitable_t()
71 line_(0), in use_awaitable_t()
83 line_(line), in use_awaitable_t()
145 int line_; member
/third_party/grpc/src/core/lib/gprpp/
Ddebug_location.h33 DebugLocation(const char* file, int line) : file_(file), line_(line) {} in DebugLocation()
35 int line() const { return line_; } in line()
39 const int line_; variable
/third_party/boost/boost/wave/util/
Dfile_position.hpp55 explicit file_position(string_type const& file_, std::size_t line_ = 1, in file_position()
57 : file(file_), line(line_), column(column_) in file_position()
69 void set_line(std::size_t line_) { line = line_; } in set_line()
/third_party/boost/boost/wave/
Dcpp_exceptions.hpp69 cpp_exception(std::size_t line_, std::size_t column_, char const *filename_) throw() in cpp_exception() argument
70 : line(line_), column(column_) in cpp_exception()
156 preprocess_exception(char const *what_, error_code code, std::size_t line_, in preprocess_exception() argument
158 : cpp_exception(line_, column_, filename_), in preprocess_exception()
391 macro_handling_exception(char const *what_, error_code code, std::size_t line_, in macro_handling_exception() argument
393 : preprocess_exception(what_, code, line_, column_, filename_) in macro_handling_exception()
/third_party/protobuf/src/google/protobuf/stubs/
Dcommon.h177 : filename_(filename), line_(line), message_(message) {} in FatalException()
183 int line() const { return line_; } in line()
188 const int line_; variable
Dcommon.cc208 : level_(level), filename_(filename), line_(line) {} in LogMessage()
219 log_handler_(level_, filename_, line_, message_); in Finish()
224 throw FatalException(filename_, line_, message_); in Finish()
/third_party/mindspore/mindspore/core/utils/
Dinfo.h38 …: file_name_(file_name), line_(line), column_(column), line_end_(line_end), column_end_(column_end… in Location()
41 line_(loc.line_), in Location()
47 int line() const { return line_; } in line()
48 void set_line(int line) { line_ = line; } in set_line()
59 int line_; variable
/third_party/weston/libweston/
Dtrace.cpp140 line_ = line; in ScopedLog()
142 log_printf(label_, func_, line_, "\033[33m", "%s{", str_); in ScopedLog()
149 log_printf(label_, func_, line_, "\033[33m", "} %s", str_); in ~ScopedLog()
/third_party/mindspore/mindspore/lite/src/common/
Dlog.cc110 location_.line_, location_.func_, msg.str().c_str()); in OutputLog()
112 PrintHiLog(log_level_, location_.file_, location_.line_, location_.func_, msg.str().c_str()); in OutputLog()
114 …%d] %s] %s\n", EnumStrForMsLogLevel(log_level_), location_.file_, location_.line_, location_.func_, in OutputLog()
/third_party/spirv-tools/tools/sva/src/
Dtoken.js40 this.line_ = line;
46 get line() { return this.line_; }
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dtoken.js40 this.line_ = line;
46 get line() { return this.line_; }
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
Dtoken.js40 this.line_ = line;
46 get line() { return this.line_; }
/third_party/skia/third_party/externals/tint/src/
Ddebug.cc32 : file_(file), line_(line), system_(system), diagnostics_(diagnostics) {} in InternalCompilerError()
35 Source source{Source::Range{Source::Location{line_}}, file_}; in ~InternalCompilerError()
/third_party/cef/libcef_dll/base/
Dcef_logging.cc168 : severity_(severity), file_(file), line_(line) {} in LogMessage()
171 : severity_(LOG_FATAL), file_(file), line_(line) { in LogMessage()
180 : severity_(severity), file_(file), line_(line) { in LogMessage()
187 cef_log(file_, line_, severity_, str_newline.c_str()); in ~LogMessage()
/third_party/boost/boost/wave/cpplexer/
Dcpplexer_exceptions.hpp135 cpplexer_exception(std::size_t line_, std::size_t column_, char const *filename_) throw() in cpplexer_exception() argument
136 : line(line_), column(column_) in cpplexer_exception()
177 lexing_exception(char const *what_, error_code code, std::size_t line_, in lexing_exception() argument
179 : cpplexer_exception(line_, column_, filename_), in lexing_exception()
/third_party/protobuf/src/google/protobuf/io/
Dtokenizer.cc203 line_(0), in Tokenizer()
234 ++line_; in NextChar()
303 current_.line = line_; in StartToken()
494 int start_line = line_; in ConsumeBlockComment()
551 current_.line = line_; in TryConsumeCommentStart()
620 line_, column_ - 2, in Next()
639 line_, column_, in Next()
655 current_.line = line_; in Next()
/third_party/boost/boost/spirit/home/classic/iterator/
Dposition_iterator.hpp37 int line_ = 1): in file_position_without_column_base()
39 line (line_) in file_position_without_column_base()
59 int line_ = 1, int column_ = 1): in file_position_base()
60 file_position_without_column_base<String> (file_, line_), in file_position_base()
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h272 : file_(a_file), line_(a_line), index_(an_index), in InternalRunDeathTestFlag()
281 int line() const { return line_; } in line()
287 int line_; variable
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-death-test-internal.h272 : file_(a_file), line_(a_line), index_(an_index), in InternalRunDeathTestFlag()
281 int line() const { return line_; } in line()
287 int line_; variable
/third_party/flutter/engine/flutter/fml/
Dlogging.cc53 : severity_(severity), file_(file), line_(line) { in LogMessage()
60 << "(" << line_ << ")] "; in LogMessage()
/third_party/boost/boost/contract/detail/inlined/core/
Dexception.hpp53 file_(file), line_(line), code_(code) in assertion_failure()
58 file_(""), line_(0), code_(code) in assertion_failure()
73 unsigned long assertion_failure::line() const { return line_; } in line()
86 if(line_ != 0) text << ", line " << line_; in init()

123456