HomeSort by relevance Sort by last modified time
    Searched refs:constructor_count (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/memory/
ref_counted_unittest.cc 63 static int constructor_count() { return constructor_count_; } function in class:__anon24215::ScopedRefPtrCountBase
89 static int constructor_count() { return constructor_count_; } function in class:__anon24215::ScopedRefPtrCountDerived
270 EXPECT_EQ(1, ScopedRefPtrCountBase::constructor_count());
277 EXPECT_EQ(1, ScopedRefPtrCountBase::constructor_count());
284 EXPECT_EQ(1, ScopedRefPtrCountBase::constructor_count());
289 EXPECT_EQ(1, ScopedRefPtrCountBase::constructor_count());
299 EXPECT_EQ(1, ScopedRefPtrCountBase::constructor_count());
304 EXPECT_EQ(1, ScopedRefPtrCountBase::constructor_count());
308 EXPECT_EQ(1, ScopedRefPtrCountBase::constructor_count());
315 EXPECT_EQ(1, ScopedRefPtrCountBase::constructor_count());
    [all...]
  /system/chre/util/tests/
array_queue_test.cc 13 int constructor_count; member in namespace:__anon2695
18 constructor_count++;
22 constructor_count++;
246 constructor_count = 0;
250 EXPECT_EQ(1, constructor_count);
254 EXPECT_EQ(2, constructor_count);
258 EXPECT_EQ(2, constructor_count);
  /frameworks/native/libs/vr/libpdx/
variant_tests.cpp 84 static std::size_t constructor_count() { return constructor_count_; } function in class:__anon46436::InstrumentType
429 ASSERT_EQ(0u, InstrumentType<int>::constructor_count());
441 EXPECT_EQ(0u, InstrumentType<int>::constructor_count());
452 EXPECT_EQ(0u, InstrumentType<int>::constructor_count());
464 EXPECT_EQ(2u, InstrumentType<int>::constructor_count());
475 EXPECT_EQ(2u, InstrumentType<int>::constructor_count());
489 EXPECT_EQ(3u, InstrumentType<int>::constructor_count());
503 EXPECT_EQ(2u, InstrumentType<int>::constructor_count());
515 EXPECT_EQ(2u, InstrumentType<int>::constructor_count());
520 EXPECT_EQ(2u, InstrumentType<int>::constructor_count());
    [all...]
  /art/runtime/native/
java_lang_Class.cc 535 size_t constructor_count = 0; local
538 constructor_count += MethodMatchesConstructor(&m, public_only, enforce_hidden_api) ? 1u : 0u;
541 soa.Self(), mirror::Constructor::ArrayClass(), constructor_count));
546 constructor_count = 0;
557 h_constructors->SetWithoutChecks<false>(constructor_count++, constructor);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pe.go 468 // contain more than one constructor entry, the size will need to be 8 * constructor_count.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pe.go 468 // contain more than one constructor entry, the size will need to be 8 * constructor_count.
    [all...]

Completed in 410 milliseconds