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

/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/vulkan-validation-layers/tests/gtest-1.7.0/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/google-breakpad/src/testing/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/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h434 // dummy_ must not have a const type. Otherwise an overly eager
436 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
437 static bool dummy_; member in class:testing::internal::TypeIdHelper
441 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
449 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
450 // the template. Therefore, the address of dummy_ is guaranteed to
452 return &(TypeIdHelper<T>::dummy_);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h434 // dummy_ must not have a const type. Otherwise an overly eager
436 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
437 static bool dummy_; member in class:testing::internal::TypeIdHelper
441 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
449 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
450 // the template. Therefore, the address of dummy_ is guaranteed to
452 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/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h499 // dummy_ must not have a const type. Otherwise an overly eager
501 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
502 static bool dummy_; member in class:testing::internal::TypeIdHelper
506 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
514 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
515 // the template. Therefore, the address of dummy_ is guaranteed to
517 return &(TypeIdHelper<T>::dummy_);
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h434 // dummy_ must not have a const type. Otherwise an overly eager
436 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
437 static bool dummy_; member in class:testing::internal::TypeIdHelper
441 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
449 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
450 // the template. Therefore, the address of dummy_ is guaranteed to
452 return &(TypeIdHelper<T>::dummy_);
/external/libchrome/base/containers/
H A Dsmall_map.h580 // union, too. We add in a dummy_ value which quiets MSVC from otherwise
587 ManualConstructor<value_type> dummy_; member in union:base::SmallMap::__anon9839
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp3541 T dummy_; member in struct:TemplateFunctionParamRemapTest::Cell
/external/fmtlib/test/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/protobuf/gtest/fused-src/gtest/
H A Dgtest.h6888 // dummy_ must not have a const type. Otherwise an overly eager
6890 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
6891 static bool dummy_; member in class:testing::internal::TypeIdHelper
6895 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
6903 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
6904 // the template. Therefore, the address of dummy_ is guaranteed to
6906 return &(TypeIdHelper<T>::dummy_);
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h7365 // dummy_ must not have a const type. Otherwise an overly eager
7367 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
7368 static bool dummy_; member in class:testing::internal::TypeIdHelper
7372 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
7380 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
7381 // the template. Therefore, the address of dummy_ is guaranteed to
7383 return &(TypeIdHelper<T>::dummy_);

Completed in 716 milliseconds