Searched refs:nullable (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/system/ulib/fidl/include/lib/fidl/
H A Dinternal.h136 const FidlNullability nullable; member in struct:fidl::FidlCodedHandle
138 constexpr FidlCodedHandle(uint32_t handle_subtype, FidlNullability nullable) argument
139 : handle_subtype(handle_subtype), nullable(nullable) {}
146 const FidlNullability nullable; member in struct:fidl::FidlCodedString
148 constexpr FidlCodedString(uint32_t max_size, FidlNullability nullable) argument
149 : max_size(max_size), nullable(nullable) {}
159 const FidlNullability nullable; member in struct:fidl::FidlCodedVector
162 FidlNullability nullable)
161 FidlCodedVector(const fidl_type* element, uint32_t max_count, uint32_t element_size, FidlNullability nullable) argument
[all...]
/fuchsia/zircon/system/ulib/fidl/
H A Dencoding.cpp139 string_state.nullable = fidl_type->coded_string.nullable;
143 handle_state.nullable = fidl_type->coded_handle.nullable;
150 vector_state.nullable = fidl_type->coded_vector.nullable;
243 bool nullable; member in struct:__anon1079::FidlEncoder::__anon1080::__anon1086
246 bool nullable; member in struct:__anon1079::FidlEncoder::__anon1080::__anon1087
252 bool nullable; member in struct:__anon1079::FidlEncoder::__anon1080::__anon1088
365 SetError("message wanted to store too large of a nullable struc
[all...]
H A Ddecoding.cpp119 string_state.nullable = fidl_type->coded_string.nullable;
123 handle_state.nullable = fidl_type->coded_handle.nullable;
130 vector_state.nullable = fidl_type->coded_vector.nullable;
223 bool nullable; member in struct:__anon1059::FidlDecoder::__anon1060::__anon1066
226 bool nullable; member in struct:__anon1059::FidlDecoder::__anon1060::__anon1067
232 bool nullable; member in struct:__anon1059::FidlDecoder::__anon1060::__anon1068
337 return WithError("message wanted to store too large of a nullable struc
[all...]
H A Dvalidating.cpp116 string_state.nullable = fidl_type->coded_string.nullable;
120 handle_state.nullable = fidl_type->coded_handle.nullable;
127 vector_state.nullable = fidl_type->coded_vector.nullable;
222 bool nullable; member in struct:__anon1102::FidlValidator::__anon1103::__anon1109
225 bool nullable; member in struct:__anon1102::FidlValidator::__anon1103::__anon1110
231 bool nullable; member in struct:__anon1102::FidlValidator::__anon1103::__anon1111
330 return WithError("message wanted to store too large of a nullable struc
[all...]
H A Dformatting.cpp63 void FormatNullability(StringBuilder* str, fidl::FidlNullability nullable) { argument
64 if (nullable == fidl::kNullable) {
124 FormatNullability(str, type->coded_string.nullable);
190 FormatNullability(str, type->coded_handle.nullable);
199 FormatNullability(str, type->coded_vector.nullable);
/fuchsia/zircon/system/utest/fidl-compiler/
H A Djson_generator_tests.cpp246 "nullable": false
248 "nullable": false
268 "nullable": false
291 "nullable": false
302 "nullable": false
/fuchsia/zircon/third_party/ulib/musl/third_party/tre/
H A Dregcomp.c85 int nullable; member in struct:__anon1856
140 node->nullable = -1;
1051 c->right->nullable = -1;
1079 c->left->nullable = -1;
2009 if (uni->left->nullable)
2011 else if (uni->right->nullable)
2020 assert(cat->left->nullable);
2021 assert(cat->right->nullable);
2030 if (iter->arg->nullable)
2050 /* Computes and fills in the fields `nullable', `firstpo
[all...]

Completed in 82 milliseconds