Home
last modified time | relevance | path

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

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