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

  /system/tools/aidl/
type_cpp.cpp 89 bool is_nullable,
93 GetHeaders(is_nullable, cpp_header),
94 GetCppType(is_nullable, underlying_cpp_type),
96 (is_nullable)
108 static vector<string> GetHeaders(bool is_nullable, const string& cpp_header) {
110 if (is_nullable) {
119 static string GetCppType(bool is_nullable,
121 if (is_nullable)
aidl_unittest.cpp 147 for (auto is_nullable: {true, false}) {
151 (is_nullable) ? "@nullable" : ""),
156 is_nullable);
  /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/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
379 return '<%s spec=%r is_nullable=%r fields=%s>' %
    [all...]
pack.py 151 not packed_field.field.kind.is_nullable):
  /external/libxml2/
relaxng.c 146 #define IS_NULLABLE (1 << 0)
4092 int is_nullable = 0; local
    [all...]

Completed in 149 milliseconds