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

  /external/tensorflow/tensorflow/core/lib/strings/
stringprintf.cc 26 enum { IS_COMPILER_MSVC = 1 };
28 enum { IS_COMPILER_MSVC = 0 };
51 if (IS_COMPILER_MSVC) {
  /external/protobuf/src/google/protobuf/stubs/
stringprintf.cc 45 enum { IS_COMPILER_MSVC = 1 };
52 enum { IS_COMPILER_MSVC = 0 };
75 if (IS_COMPILER_MSVC) {

Completed in 58 milliseconds