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

  /external/chromium_org/base/containers/
small_map.h 579 // union, too. We add in a dummy_ value which quiets MSVC from otherwise
586 ManualConstructor<value_type> dummy_; member in union:base::SmallMap::__anon6809
  /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...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 137 } dummy_ ; member in class:boost::optional_detail::aligned_storage
142 void const* address() const { return &dummy_; }
143 void * address() { return &dummy_; }
145 void const* address() const { return dummy_.data; }
146 void * address() { return dummy_.data; }
  /external/chromium_org/testing/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/chromium_org/third_party/mesa/src/src/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/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/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 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...]
  /ndk/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/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 3484 T dummy_; member in struct:TemplateFunctionParamRemapTest::Cell
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/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/libvpx/libvpx/third_party/googletest/src/include/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/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...]

Completed in 815 milliseconds