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

  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-internal.h 497 // 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_);
    [all...]
  /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/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 473 // 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_);
    [all...]
  /external/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/libvpx/libvpx/third_party/googletest/src/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 507 // 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_);
    [all...]
  /external/v8/src/
isolate.h 1303 Handle<Context> dummy_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 3516 T dummy_; member in struct:TemplateFunctionParamRemapTest::Cell
    [all...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h 7162 static bool dummy_; member in class:testing::internal::TypeIdHelper
7166 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
    [all...]

Completed in 924 milliseconds