Home
last modified time | relevance | path

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

/dports/net/astron/Astron-c8ba982/src/stateserver/
H A DDBStateServer.cpp364 std::vector<const Field*> ram_fields; // Ram|required but not-db fields in request in handle_get_fields() local
377 ram_fields.push_back(field); in handle_get_fields()
393 m_context_datagrams[db_context]->add_uint16(ram_fields.size() + db_fields.size()); in handle_get_fields()
394 for(const auto& it : ram_fields) { in handle_get_fields()
412 dg->add_uint16(ram_fields.size()); in handle_get_fields()
413 for(const auto& it : ram_fields) { in handle_get_fields()
537 FieldValues ram_fields; in handle_get_all_resp() local
538 if(!unpack_db_fields(dgi, r_class, required_fields, ram_fields)) { in handle_get_all_resp()
561 dg->add_uint16(ram_fields.size()); in handle_get_all_resp()
562 for(const auto& it : ram_fields) { in handle_get_all_resp()
H A DDistributedObject.h14 UnorderedFieldValues& req_fields, FieldValues& ram_fields);