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

  /external/gtest/include/gtest/internal/
gtest-internal.h 496 // dummy_ must not have a const type. Otherwise an overly eager
498 // TypeIdHelper<T>::dummy_ for different Ts as an "optimization".
499 static bool dummy_; member in class:testing::internal::TypeIdHelper
503 bool TypeIdHelper<T>::dummy_ = false; member in class:testing::internal::TypeIdHelper
511 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
512 // the template. Therefore, the address of dummy_ is guaranteed to
514 return &(TypeIdHelper<T>::dummy_);
    [all...]
  /external/v8/src/
top.h 398 dummy_(Top::context()),
424 Handle<Context> dummy_; member in class:v8::internal::BASE_EMBEDDED

Completed in 7217 milliseconds