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

  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 399 // On Symbian, BOOST_HAS_TR1_TUPLE causes Boost's TR1 tuple library to
402 // By making sure BOOST_HAS_TR1_TUPLE is undefined, we force Boost to
404 #ifdef BOOST_HAS_TR1_TUPLE
405 #undef BOOST_HAS_TR1_TUPLE
406 #endif // BOOST_HAS_TR1_TUPLE
409 // BOOST_HAS_TR1_TUPLE, from being #included by Boost's <tuple>.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h 470 // On Symbian, BOOST_HAS_TR1_TUPLE causes Boost's TR1 tuple library to
473 // By making sure BOOST_HAS_TR1_TUPLE is undefined, we force Boost to
475 # ifdef BOOST_HAS_TR1_TUPLE
476 # undef BOOST_HAS_TR1_TUPLE
477 # endif // BOOST_HAS_TR1_TUPLE
480 // BOOST_HAS_TR1_TUPLE, from being #included by Boost's <tuple>.
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 479 // On Symbian, BOOST_HAS_TR1_TUPLE causes Boost's TR1 tuple library to
482 // By making sure BOOST_HAS_TR1_TUPLE is undefined, we force Boost to
484 # ifdef BOOST_HAS_TR1_TUPLE
485 # undef BOOST_HAS_TR1_TUPLE
486 # endif // BOOST_HAS_TR1_TUPLE
489 // BOOST_HAS_TR1_TUPLE, from being #included by Boost's <tuple>.
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 470 // On Symbian, BOOST_HAS_TR1_TUPLE causes Boost's TR1 tuple library to
473 // By making sure BOOST_HAS_TR1_TUPLE is undefined, we force Boost to
475 # ifdef BOOST_HAS_TR1_TUPLE
476 # undef BOOST_HAS_TR1_TUPLE
477 # endif // BOOST_HAS_TR1_TUPLE
480 // BOOST_HAS_TR1_TUPLE, from being #included by Boost's <tuple>.
    [all...]

Completed in 238 milliseconds