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

  /external/ceres-solver/internal/ceres/
stringprintf.cc 45 enum { IS_COMPILER_MSVC = 1 };
50 enum { IS_COMPILER_MSVC = 0 };
72 if (IS_COMPILER_MSVC) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
stringprintf.cc 46 enum { IS_COMPILER_MSVC = 1 };
53 enum { IS_COMPILER_MSVC = 0 };
76 if (IS_COMPILER_MSVC) {

Completed in 1037 milliseconds