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.cc45 enum { IS_COMPILER_MSVC = 1 }; enumerator
52 enum { IS_COMPILER_MSVC = 0 };
75 if (IS_COMPILER_MSVC) { in StringAppendV()