Home
last modified time | relevance | path

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

/dports/science/conduit/conduit-0.8.0/src/libs/relay/
H A Dconduit_relay_mpi.cpp276 std::string snd_schema_json = s_data_compact.to_json(); in send_using_schema() local
280 s_msg["schema"].set(DataType::char8_str(snd_schema_json.size()+1)); in send_using_schema()
289 n_msg["schema_len"].set((int64)snd_schema_json.length()); in send_using_schema()
290 n_msg["schema"].set(snd_schema_json); in send_using_schema()
1625 std::string snd_schema_json = s_data_compact.to_json(); in execute() local
1629 s_msg["schema"].set(DataType::char8_str(snd_schema_json.size()+1)); in execute()
1640 n_msg["schema_len"].set((int64)snd_schema_json.length()); in execute()
1641 n_msg["schema"].set(snd_schema_json); in execute()