Home
last modified time | relevance | path

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

/third_party/flatbuffers/include/flatbuffers/
Dregistry.h35 schemas_[file_identifier] = schema; in Register()
91 auto it = schemas_.find(ident); in LoadSchema()
92 if (it == schemas_.end()) { in LoadSchema()
122 std::map<std::string, Schema> schemas_; variable
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc2320 schemas_(schemas), in AssignDescriptorsHelper()
2334 offsets_, *schemas_), in AssignMessageDescriptor()
2339 schemas_++; in AssignMessageDescriptor()
2355 const MigrationSchema* schemas_; member in google::protobuf::AssignDescriptorsHelper