Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Didl.h350 flatbuffers::unique_ptr<std::string> original_location; member
/external/flatbuffers/src/
Didl_parser.cpp1837 struct_def->original_location.reset( in LookupCreateStruct()
2887 if (struct_def.original_location) in ParseRoot()
2888 err += ", originally at: " + *struct_def.original_location; in ParseRoot()