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

  /external/libtextclassifier/lang_id/common/lite_base/
macros.h 24 // The SAFTM_FALLTHROUGH_INTENDED macro can be used to annotate implicit
32 // SAFTM_FALLTHROUGH_INTENDED; // Use instead of/along with annotations
40 // As shown in the example above, the SAFTM_FALLTHROUGH_INTENDED macro should
46 // When compiled with clang, the SAFTM_FALLTHROUGH_INTENDED macro is expanded
52 // When used with unsupported compilers, the SAFTM_FALLTHROUGH_INTENDED macro
59 #define SAFTM_FALLTHROUGH_INTENDED [[clang::fallthrough]] // NOLINT
63 #ifndef SAFTM_FALLTHROUGH_INTENDED
64 #define SAFTM_FALLTHROUGH_INTENDED \
  /external/libtextclassifier/lang_id/common/math/
hash.cc 64 SAFTM_FALLTHROUGH_INTENDED;
67 SAFTM_FALLTHROUGH_INTENDED;
  /external/libtextclassifier/lang_id/common/flatbuffers/
embedding-network-params-from-flatbuffer.cc 436 SAFTM_FALLTHROUGH_INTENDED;
438 SAFTM_FALLTHROUGH_INTENDED;

Completed in 396 milliseconds