HomeSort by relevance Sort by last modified time
    Searched refs:is_nullable (Results 1 - 6 of 6) 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
257 static constexpr bool is_nullable = true; member in struct:base::internal::FunctorTraits
364 typename std::enable_if<FunctorTraits<Functor>::is_nullable, bool>::type
370 typename std::enable_if<!FunctorTraits<Functor>::is_nullable, bool>::type
  /system/tools/aidl/
type_cpp.cpp 88 bool is_nullable,
92 GetHeaders(is_nullable, cpp_header),
93 GetCppType(is_nullable, underlying_cpp_type),
95 (is_nullable)
106 static vector<string> GetHeaders(bool is_nullable, const string& cpp_header) {
108 if (is_nullable) {
117 static string GetCppType(bool is_nullable,
119 if (is_nullable)
aidl_unittest.cpp 146 for (auto is_nullable: {true, false}) {
150 (is_nullable) ? "@nullable" : ""),
155 is_nullable);
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 107 is_nullable: True if the type is nullable.
110 def __init__(self, spec=None, is_nullable=False):
111 assert spec is None or is_nullable == spec.startswith('?')
113 self.is_nullable = is_nullable
117 return '<%s spec=%r is_nullable=%r>' % (self.__class__.__name__, self.spec,
118 self.is_nullable)
121 assert not self.is_nullable
140 nullable_kind.is_nullable = True
365 return '<%s spec=%r is_nullable=%r fields=%s>' %
    [all...]
pack.py 151 not packed_field.field.kind.is_nullable):
  /external/libxml2/
relaxng.c 145 #define IS_NULLABLE (1 << 0)
4091 int is_nullable = 0; local
    [all...]

Completed in 443 milliseconds