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

  /external/v8/src/
isolate-inl.h 43 dummy_ = Handle<Context>(isolate->context());
isolate.h 1303 Handle<Context> dummy_; member in class:v8::internal::BASE_EMBEDDED
    [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/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...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 55 *(void**)(&name) = (void *)dummy_##name; \
  /frameworks/compile/mclinker/utils/gtest/include/
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 1399 milliseconds