Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_parser.cpp3117 (*it)->serialized_location = offset.o; in Serialize()
3123 (*it)->serialized_location = offset.o; in Serialize()
3129 (*it)->serialized_location = offset.o; in Serialize()
3138 (root_struct_def_ ? root_struct_def_->serialized_location : 0), serv__); in Serialize()
3291 *builder, name__, request->serialized_location, in Serialize()
3292 response->serialized_location, attr__, docs__); in Serialize()
3385 union_type.struct_def ? union_type.struct_def->serialized_location : 0, in Serialize()
/external/flatbuffers/include/flatbuffers/
Didl.h267 serialized_location(0), in Definition()
286 uoffset_t serialized_location; member