Home
last modified time | relevance | path

Searched refs:is_struct (Results 1 – 13 of 13) sorted by relevance

/external/flatbuffers/src/
Dreflection.cpp81 if (objectdef.is_struct()) { in GetAnyValueS()
241 if (subobjectdef && subobjectdef->is_struct()) continue; in ResizeTable()
262 if (elemobjectdef && elemobjectdef->is_struct()) break; in ResizeTable()
390 if (!subobjectdef.is_struct()) { in CopyTable()
424 if (!elemobjectdef->is_struct()) { in CopyTable()
437 if (elemobjectdef && elemobjectdef->is_struct()) in CopyTable()
453 auto start = objectdef.is_struct() ? fbb.StartStruct(objectdef.minalign()) in CopyTable()
463 if (subobjectdef.is_struct()) { in CopyTable()
483 if (objectdef.is_struct()) { in CopyTable()
558 if (obj->is_struct()) { in VerifyVector()
[all …]
Didl_gen_cpp.cpp1744 const bool is_struct = IsStruct(field.value.type); in GenTable() local
1752 } else if (is_struct) { in GenTable()
Didl_parser.cpp2756 fixed = object->is_struct(); in Deserialize()
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h679 bool is_struct() const { in is_struct() function
723 void add_is_struct(bool is_struct) { in add_is_struct()
724 fbb_.AddElement<uint8_t>(Object::VT_IS_STRUCT, static_cast<uint8_t>(is_struct), 0); in add_is_struct()
756 bool is_struct = false,
768 builder_.add_is_struct(is_struct);
776 bool is_struct = false,
789 is_struct,
Dreflection.h58 schema.objects()->Get(type_index)->is_struct()) { in GetTypeSizeInline()
/external/flatbuffers/reflection/
Dreflection.fbs76 is_struct:bool = false;
/external/flatbuffers/tests/
Dtest.cpp1092 bool is_struct = definition < num_struct_definitions; in FuzzTest2() local
1095 ((is_struct ? "struct " : "table ") + definition_name + " {\n").c_str(), in FuzzTest2()
1105 !is_struct && !is_last_field && (lcg_rand() % deprecation_rate == 0); in FuzzTest2()
1115 if (is_struct) { in FuzzTest2()
1122 if (is_struct) { in FuzzTest2()
/external/bcc/src/cc/frontends/b/
Dtype_check.cc98 } else if (n->decl_->is_struct()) { in visit_ident_expr_node()
533 if (var->is_struct()) { in visit_func_decl_stmt_node()
Dcodegen_llvm.cc296 if (n->decl_->is_struct()) in visit_ident_expr_node()
304 if (n->is_lhs() || n->decl_->is_struct()) in visit_ident_expr_node()
1133 if (!n->is_struct()) in lookup_struct_type()
1160 if (formal->is_struct()) { in visit_func_decl_stmt_node()
Dnode.h445 bool is_struct() { return (storage_type_ == STRUCT || storage_type_ == STRUCT_REFERENCE); } in is_struct() function
/external/libvpx/libvpx/tools/
Dcpplint.py1691 self.is_struct = True
1694 self.is_struct = False
1729 if self.is_struct:
2002 if classinfo.is_struct:
/external/libaom/libaom/tools/
Dcpplint.py1691 self.is_struct = True
1694 self.is_struct = False
1729 if self.is_struct:
2002 if classinfo.is_struct:
/external/google-styleguide/cpplint/
Dcpplint.py2266 self.is_struct = True
2269 self.is_struct = False
2317 if self.is_struct:
2690 if classinfo.is_struct: