Home
last modified time | relevance | path

Searched refs:serialized_location (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/src/
Didl_parser.cpp2716 (*it)->serialized_location = offset.o; in Serialize()
2722 (*it)->serialized_location = offset.o; in Serialize()
2728 (*it)->serialized_location = offset.o; in Serialize()
2737 (root_struct_def_ ? root_struct_def_->serialized_location : 0), in Serialize()
2891 request->serialized_location, in Serialize()
2892 response->serialized_location, in Serialize()
2988 union_type.struct_def ? union_type.struct_def->serialized_location : 0, in Serialize()
/external/flatbuffers/include/flatbuffers/
Didl.h232 serialized_location(0), in Definition()
251 uoffset_t serialized_location; member