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

  /external/flatbuffers/src/
reflection.cpp 81 if (objectdef.is_struct()) {
241 if (subobjectdef && subobjectdef->is_struct()) continue;
262 if (elemobjectdef && elemobjectdef->is_struct()) break;
390 if (!subobjectdef.is_struct()) {
424 if (!elemobjectdef->is_struct()) {
437 if (elemobjectdef && elemobjectdef->is_struct())
453 auto start = objectdef.is_struct() ? fbb.StartStruct(objectdef.minalign())
463 if (subobjectdef.is_struct()) {
483 if (objectdef.is_struct()) {
558 if (obj->is_struct()) {
    [all...]
idl_gen_cpp.cpp 1744 const bool is_struct = IsStruct(field.value.type); local
    [all...]
idl_parser.cpp     [all...]
  /external/flatbuffers/include/flatbuffers/
reflection_generated.h 679 bool is_struct() const { function in struct:reflection::FLATBUFFERS_FINAL_CLASS
723 void add_is_struct(bool is_struct) {
724 fbb_.AddElement<uint8_t>(Object::VT_IS_STRUCT, static_cast<uint8_t>(is_struct), 0);
756 bool is_struct = false,
768 builder_.add_is_struct(is_struct);
776 bool is_struct = false,
789 is_struct,
    [all...]
reflection.h 58 schema.objects()->Get(type_index)->is_struct()) {
135 // access to the schema to check the is_struct flag.
  /external/bcc/src/cc/frontends/b/
type_check.cc 98 } else if (n->decl_->is_struct()) {
533 if (var->is_struct()) {
codegen_llvm.cc 296 if (n->decl_->is_struct())
304 if (n->is_lhs() || n->decl_->is_struct())
    [all...]
node.h 445 bool is_struct() { return (storage_type_ == STRUCT || storage_type_ == STRUCT_REFERENCE); } function in class:ebpf::cc::VariableDeclStmtNode
  /external/flatbuffers/tests/
test.cpp 1092 bool is_struct = definition < num_struct_definitions; local
    [all...]
  /external/google-styleguide/cpplint/
cpplint.py     [all...]
  /external/libaom/libaom/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]

Completed in 158 milliseconds