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

  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 495 // 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_);
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 479 // 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_);
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 508 // 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_);
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 404 // 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_);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 499 // 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_);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 404 // 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_);
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 393 // dummy_ must not have a const type. Otherwise an overly eager
395 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
396 static bool dummy_; member in class:testing::internal::TypeIdHelper
400 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
408 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
409 // the template. Therefore, the address of dummy_ is guaranteed to
411 return &(TypeIdHelper<T>::dummy_);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 393 // dummy_ must not have a const type. Otherwise an overly eager
395 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
396 static bool dummy_; member in class:testing::internal::TypeIdHelper
400 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
408 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
409 // the template. Therefore, the address of dummy_ is guaranteed to
411 return &(TypeIdHelper<T>::dummy_);
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-internal.h 434 // 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_);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 434 // 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_);
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-internal.h 434 // 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_);
    [all...]
  /external/libchrome/base/containers/
small_map.h 580 // union, too. We add in a dummy_ value which quiets MSVC from otherwise
587 ManualConstructor<value_type> dummy_; member in union:base::SmallMap::__anon22672
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 3541 T dummy_; member in struct:TemplateFunctionParamRemapTest::Cell
    [all...]
  /external/fmtlib/test/gtest/
gtest.h 7367 static bool dummy_; member in class:testing::internal::TypeIdHelper
7371 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h 6891 static bool dummy_; member in class:testing::internal::TypeIdHelper
6895 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 7368 static bool dummy_; member in class:testing::internal::TypeIdHelper
7372 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
    [all...]

Completed in 832 milliseconds