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

/external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
H A Dpepper_interface_mock.h63 int dummy_; member in class:PepperInterfaceMock
/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::__anon3695
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-internal.h497 // dummy_ must not have a const type. Otherwise an overly eager
499 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
500 static bool dummy_; member in class:testing::internal::TypeIdHelper
504 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
512 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
513 // the template. Therefore, the address of dummy_ is guaranteed to
515 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/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h473 // dummy_ must not have a const type. Otherwise an overly eager
475 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
476 static bool dummy_; member in class:testing::internal::TypeIdHelper
480 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
488 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
489 // the template. Therefore, the address of dummy_ is guaranteed to
491 return &(TypeIdHelper<T>::dummy_);
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h418 // dummy_ must not have a const type. Otherwise an overly eager
420 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
421 static bool dummy_; member in class:testing::internal::TypeIdHelper
425 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
433 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
434 // the template. Therefore, the address of dummy_ is guaranteed to
436 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/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/libvpx/libvpx/third_party/googletest/src/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.h507 // dummy_ must not have a const type. Otherwise an overly eager
509 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
510 static bool dummy_; member in class:testing::internal::TypeIdHelper
514 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
522 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
523 // the template. Therefore, the address of dummy_ is guaranteed to
525 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/v8/src/
H A Disolate.h1303 Handle<Context> dummy_; member in class:v8::internal::BASE_EMBEDDED
/external/chromium_org/v8/src/
H A Disolate.h1421 Handle<Context> dummy_; member in class:v8::internal::BASE_EMBEDDED
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp3521 T dummy_; member in struct:TemplateFunctionParamRemapTest::Cell

Completed in 342 milliseconds