Searched refs:line_ (Results 1 - 25 of 46) sorted by relevance

12

/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h202 : filename_(filename), line_(line), message_(message) {}
208 int line() const { return line_; }
213 const int line_; member in class:google::protobuf::FatalException
H A Dcommon.cc243 : level_(level), filename_(filename), line_(line) {}
256 log_handler_(level_, filename_, line_, message_);
261 throw FatalException(filename_, line_, message_);
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h240 : file_(a_file), line_(a_line), index_(an_index),
249 int line() const { return line_; }
255 int line_; member in class:testing::internal::InternalRunDeathTestFlag
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h240 : file_(a_file), line_(a_line), index_(an_index),
249 int line() const { return line_; }
255 int line_; member in class:testing::internal::InternalRunDeathTestFlag
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-death-test-internal.h240 : file_(a_file), line_(a_line), index_(an_index),
249 int line() const { return line_; }
255 int line_; member in class:testing::internal::InternalRunDeathTestFlag
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h227 : file_(a_file), line_(a_line), index_(an_index),
236 int line() const { return line_; }
242 int line_; member in class:testing::internal::InternalRunDeathTestFlag
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h229 : file_(a_file), line_(a_line), index_(an_index),
238 int line() const { return line_; }
244 int line_; member in class:testing::internal::InternalRunDeathTestFlag
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h196 : file_(a_file), line_(a_line), index_(an_index),
205 int line() const { return line_; }
211 int line_; member in class:testing::internal::InternalRunDeathTestFlag
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h229 : file_(a_file), line_(a_line), index_(an_index),
238 int line() const { return line_; }
244 int line_; member in class:testing::internal::InternalRunDeathTestFlag
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h240 : file_(a_file), line_(a_line), index_(an_index),
249 int line() const { return line_; }
255 int line_; member in class:testing::internal::InternalRunDeathTestFlag
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-death-test-internal.h240 : file_(a_file), line_(a_line), index_(an_index),
249 int line() const { return line_; }
255 int line_; member in class:testing::internal::InternalRunDeathTestFlag
/external/boringssl/src/crypto/test/
H A Dfile_test.cc94 line_++;
98 fprintf(stderr, "Line %u too long.\n", line_);
111 fprintf(stderr, "Line %u: Could not parse attribute.\n", line_);
124 start_line_ = line_;
H A Dfile_test.h123 // line_ is the number of lines read.
124 unsigned line_ = 0; member in class:FileTest
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.h272 int line_; member in class:google::protobuf::io::Tokenizer
315 error_collector_->AddError(line_, column_, message);
H A Dtokenizer.cc195 line_(0),
227 ++line_;
294 current_.line = line_;
489 int start_line = line_;
548 current_.line = line_;
616 error_collector_->AddError(line_, column_ - 2,
634 error_collector_->AddError(line_, column_,
650 current_.line = line_;
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc526 : DeathTestImpl(statement, regex), file_(file), line_(line) {}
536 const int line_; member in class:testing::internal::WindowsDeathTest
636 file_, line_,
787 ForkingDeathTest(a_statement, a_regex), file_(file), line_(line) { }
793 const int line_; member in class:testing::internal::ExecDeathTest
963 file_, line_, death_test_index, pipe_fd[1]);
/external/jsoncpp/src/test_lib_json/
H A Djsontest.cpp97 lastNode->file_, lastNode->line_, lastNode->expr_, nestingLevel);
117 failure.line_ = line;
168 printf("%s%s(%d): ", indent.c_str(), failure.file_, failure.line_);
H A Djsontest.h34 unsigned int line_; member in class:JsonTest::Failure
47 unsigned int line_; member in struct:JsonTest::PredicateContext
/external/libchrome/base/
H A Dlogging.cc509 : severity_(severity), file_(file), line_(line) {
514 : severity_(LOG_FATAL), file_(file), line_(line) {
520 : severity_(LOG_FATAL), file_(file), line_(line) {
528 : severity_(severity), file_(file), line_(line) {
548 log_message_handler(severity_, file_, line_,
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-spec-builders.h245 : file_(a_file), line_(a_line), last_clause_(kNone) {}
249 int line() const { return line_; }
263 Assert(property, file_, line_, failure_message);
268 Expect(property, file_, line_, failure_message);
272 int line_; member in class:testing::internal::UntypedOnCallSpecBase
347 // line number of the statement => line_
691 int line() const { return line_; }
734 Assert(property, file_, line_, failure_message);
739 Expect(property, file_, line_, failure_message);
839 int line_; // Th
[all...]
/external/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h249 : file_(a_file), line_(a_line), last_clause_(kNone) {}
253 int line() const { return line_; }
267 Assert(property, file_, line_, failure_message);
272 Expect(property, file_, line_, failure_message);
276 int line_; member in class:testing::internal::UntypedOnCallSpecBase
351 // line number of the statement => line_
699 int line() const { return line_; }
742 Assert(property, file_, line_, failure_message);
747 Expect(property, file_, line_, failure_message);
847 int line_; // Th
[all...]
/external/v8/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h249 : file_(a_file), line_(a_line), last_clause_(kNone) {}
253 int line() const { return line_; }
267 Assert(property, file_, line_, failure_message);
272 Expect(property, file_, line_, failure_message);
276 int line_; member in class:testing::internal::UntypedOnCallSpecBase
351 // line number of the statement => line_
699 int line() const { return line_; }
742 Assert(property, file_, line_, failure_message);
747 Expect(property, file_, line_, failure_message);
847 int line_; // Th
[all...]
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc612 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {}
622 const int line_; member in class:testing::internal::WindowsDeathTest
722 file_, line_,
874 ForkingDeathTest(a_statement, a_regex), file_(file), line_(line) { }
885 const int line_; member in class:testing::internal::ExecDeathTest
1119 file_, line_, death_test_index, pipe_fd[1]);
/external/googletest/googletest/src/
H A Dgtest-death-test.cc625 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {}
635 const int line_; member in class:testing::internal::WindowsDeathTest
732 "=" + file_ + "|" + StreamableToString(line_) + "|" +
883 ForkingDeathTest(a_statement, a_regex), file_(file), line_(line) { }
899 const int line_; member in class:testing::internal::ExecDeathTest
1141 + file_ + "|" + StreamableToString(line_) + "|"
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-death-test.cc625 : DeathTestImpl(a_statement, a_regex), file_(file), line_(line) {}
635 const int line_; member in class:testing::internal::WindowsDeathTest
732 "=" + file_ + "|" + StreamableToString(line_) + "|" +
883 ForkingDeathTest(a_statement, a_regex), file_(file), line_(line) { }
899 const int line_; member in class:testing::internal::ExecDeathTest
1141 + file_ + "|" + StreamableToString(line_) + "|"

Completed in 488 milliseconds

12