OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LANG_CXX11
(Results
1 - 11
of
11
) sorted by null
/external/libtextclassifier/util/base/
config.h
24
// Define
LANG_CXX11
to 1 if current compiler supports C++11.
37
// '#ifdef
LANG_CXX11
' to behave differently from '#if
LANG_CXX11
'.
38
#define
LANG_CXX11
1
macros.h
24
#if
LANG_CXX11
36
#endif //
LANG_CXX11
71
#if defined(__clang__) && defined(
LANG_CXX11
) && defined(__has_warning)
integral_types.h
49
#ifdef
LANG_CXX11
57
#endif //
LANG_CXX11
/external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.h
385
#ifdef
LANG_CXX11
400
#ifdef
LANG_CXX11
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h
385
#ifdef
LANG_CXX11
400
#ifdef
LANG_CXX11
/external/protobuf/src/google/protobuf/stubs/
shared_ptr.h
49
(defined(COMPILER_MSVC) || defined(
LANG_CXX11
))
strutil.h
599
#ifdef
LANG_CXX11
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
shared_ptr.h
49
(defined(COMPILER_MSVC) || defined(
LANG_CXX11
))
/external/protobuf/src/google/protobuf/
map.h
46
#if __cpp_exceptions &&
LANG_CXX11
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h
46
#if __cpp_exceptions &&
LANG_CXX11
[
all
...]
/external/libtextclassifier/util/hash/
farmhash.cc
34
#if !defined(FARMHASH_CAN_USE_CXX11) && defined(
LANG_CXX11
)
[
all
...]
Completed in 648 milliseconds