Home
last modified time | relevance | path

Searched defs:is_struct (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/tests/
Dtest.cpp810 bool is_struct = definition < num_struct_definitions; in FuzzTest2() local
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h620 bool is_struct() const { in is_struct() function
/external/flatbuffers/src/
Didl_gen_cpp.cpp1088 const bool is_struct = IsStruct(field.value.type); in GenTable() local