HomeSort by relevance Sort by last modified time
    Searched defs:GetTypeId (Results 1 - 12 of 12) sorted by null

  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h 475 // GetTypeId<T>() returns the ID of type T. Different values will be
479 inline TypeId GetTypeId() {
539 ::testing::internal::GetTypeId< parent_class >(), \
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-internal.h 506 // GetTypeId<T>() returns the ID of type T. Different values will be
510 TypeId GetTypeId() {
519 // of GetTypeId< ::testing::Test>() to get the type ID of
689 GetTypeId<FixtureClass>(),
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 504 // GetTypeId<T>() returns the ID of type T. Different values will be
508 TypeId GetTypeId() {
517 // of GetTypeId< ::testing::Test>() to get the type ID of
682 GetTypeId<FixtureClass>(),
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 482 // GetTypeId<T>() returns the ID of type T. Different values will be
486 TypeId GetTypeId() {
495 // of GetTypeId< ::testing::Test>() to get the type ID of
654 GetTypeId<FixtureClass>(),
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 427 // GetTypeId<T>() returns the ID of type T. Different values will be
431 TypeId GetTypeId() {
440 // of GetTypeId< ::testing::Test>() to get the type ID of
599 GetTypeId<FixtureClass>(),
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 488 // GetTypeId<T>() returns the ID of type T. Different values will be
492 TypeId GetTypeId() {
501 // of GetTypeId< ::testing::Test>() to get the type ID of
660 GetTypeId<FixtureClass>(),
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 488 // GetTypeId<T>() returns the ID of type T. Different values will be
492 TypeId GetTypeId() {
501 // of GetTypeId< ::testing::Test>() to get the type ID of
660 GetTypeId<FixtureClass>(),
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 516 // GetTypeId<T>() returns the ID of type T. Different values will be
520 TypeId GetTypeId() {
529 // of GetTypeId< ::testing::Test>() to get the type ID of
688 GetTypeId<FixtureClass>(),
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 488 // GetTypeId<T>() returns the ID of type T. Different values will be
492 TypeId GetTypeId() {
501 // of GetTypeId< ::testing::Test>() to get the type ID of
660 GetTypeId<FixtureClass>(),
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 402 // GetTypeId<T>() returns the ID of type T. Different values will be
406 TypeId GetTypeId() {
415 // of GetTypeId< ::testing::Test>() to get the type ID of
575 GetTypeId<FixtureClass>(),
    [all...]
  /art/runtime/
dex_file.h 453 const TypeId& GetTypeId(uint32_t idx) const {
468 const TypeId& type_id = GetTypeId(idx);
473 const TypeId& type_id = GetTypeId(idx);
510 const DexFile::TypeId& type_id = GetTypeId(field_id.class_idx_);
516 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_);
550 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 234 milliseconds