Home
last modified time | relevance | path

Searched refs:IS_COMPILER_MSVC (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dstringprintf.cc47 enum { IS_COMPILER_MSVC = 1 }; enumerator
54 enum { IS_COMPILER_MSVC = 0 };
77 if (IS_COMPILER_MSVC) { in StringAppendV()