Searched refs:dummy_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/cld/base/
H A Dmacros.h239 enum { dummy_##TypeName \
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h404 // dummy_ must not have a const type. Otherwise an overly eager
406 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
407 static bool dummy_; member in class:testing::internal::TypeIdHelper
411 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
419 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
420 // the template. Therefore, the address of dummy_ is guaranteed to
422 return &(TypeIdHelper<T>::dummy_);
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h495 // dummy_ must not have a const type. Otherwise an overly eager
497 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
498 static bool dummy_; member in class:testing::internal::TypeIdHelper
502 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
510 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
511 // the template. Therefore, the address of dummy_ is guaranteed to
513 return &(TypeIdHelper<T>::dummy_);
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h436 // dummy_ must not have a const type. Otherwise an overly eager
438 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
439 static bool dummy_; member in class:testing::internal::TypeIdHelper
443 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
451 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
452 // the template. Therefore, the address of dummy_ is guaranteed to
454 return &(TypeIdHelper<T>::dummy_);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h479 // dummy_ must not have a const type. Otherwise an overly eager
481 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
482 static bool dummy_; member in class:testing::internal::TypeIdHelper
486 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
494 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
495 // the template. Therefore, the address of dummy_ is guaranteed to
497 return &(TypeIdHelper<T>::dummy_);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h508 // dummy_ must not have a const type. Otherwise an overly eager
510 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
511 static bool dummy_; member in class:testing::internal::TypeIdHelper
515 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
523 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
524 // the template. Therefore, the address of dummy_ is guaranteed to
526 return &(TypeIdHelper<T>::dummy_);
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h479 // dummy_ must not have a const type. Otherwise an overly eager
481 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
482 static bool dummy_; member in class:testing::internal::TypeIdHelper
486 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
494 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
495 // the template. Therefore, the address of dummy_ is guaranteed to
497 return &(TypeIdHelper<T>::dummy_);
/external/chromium_org/base/containers/
H A Dsmall_map.h579 // union, too. We add in a dummy_ value which quiets MSVC from otherwise
586 ManualConstructor<value_type> dummy_; member in union:base::SmallMap::__anon2214
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp3484 T dummy_; member in struct:TemplateFunctionParamRemapTest::Cell
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7364 // dummy_ must not have a const type. Otherwise an overly eager
7366 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
7367 static bool dummy_; member in class:testing::internal::TypeIdHelper
7371 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
7379 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
7380 // the template. Therefore, the address of dummy_ is guaranteed to
7382 return &(TypeIdHelper<T>::dummy_);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7364 // dummy_ must not have a const type. Otherwise an overly eager
7366 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
7367 static bool dummy_; member in class:testing::internal::TypeIdHelper
7371 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
7379 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
7380 // the template. Therefore, the address of dummy_ is guaranteed to
7382 return &(TypeIdHelper<T>::dummy_);

Completed in 446 milliseconds