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

  /external/libchrome/base/
bind_internal.h 146 static constexpr bool is_nullable = false; member in struct:base::internal::FunctorTraits
160 static constexpr bool is_nullable = true; member in struct:base::internal::FunctorTraits
175 static constexpr bool is_nullable = true; member in struct:base::internal::FunctorTraits
188 static constexpr bool is_nullable = true; member in struct:base::internal::FunctorTraits
203 static constexpr bool is_nullable = true; member in struct:base::internal::FunctorTraits
223 static constexpr bool is_nullable = true; member in struct:base::internal::FunctorTraits
259 static constexpr bool is_nullable = true; member in struct:base::internal::FunctorTraits
379 typename std::enable_if<FunctorTraits<Functor>::is_nullable, bool>::type
385 typename std::enable_if<!FunctorTraits<Functor>::is_nullable, bool>::type
  /external/libxml2/
relaxng.c 146 #define IS_NULLABLE (1 << 0)
4092 int is_nullable = 0; local
    [all...]

Completed in 1130 milliseconds