MCPcopy Create free account

hub / github.com/astra-sim/astra-sim / functions

Functions808 in github.com/astra-sim/astra-sim

Methodoperator*
extern/helper/cxxopts/cxxopts.hpp:132
Methodoperator+
extern/helper/cxxopts/cxxopts.hpp:157
Methodoperator+
extern/helper/json/json.hpp:11284
Methodoperator++
extern/helper/cxxopts/cxxopts.hpp:1496
Methodoperator++
extern/helper/json/json.hpp:11302
Methodoperator++
post-increment (it++)
extern/helper/json/json.hpp:12161
Methodoperator-
extern/helper/json/json.hpp:11291
Methodoperator-
subtract from iterator
extern/helper/json/json.hpp:12197
Methodoperator--
extern/helper/json/json.hpp:11315
Methodoperator--
post-decrement (it--)
extern/helper/json/json.hpp:12173
Functionoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
extern/helper/json/json.hpp:11680
Methodoperator->
extern/helper/cxxopts/cxxopts.hpp:1518
Methodoperator->
extern/helper/json/json.hpp:13124
Methodoperator/
extern/helper/json/json.hpp:12318
Methodoperator<
extern/helper/json/json.hpp:11279
Methodoperator<
astra-sim/system/scheduling/OfflineGreedy.hh:21
Functionoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
extern/helper/json/json.hpp:11905
Methodoperator=
extern/helper/json/json.hpp:2258
Functionoperator==
extern/helper/json/json.hpp:11825
Methodoperator==
extern/helper/cxxopts/cxxopts.hpp:138
Methodoperator==
extern/helper/cxxopts/cxxopts.hpp:1503
Methodoperator==
equality operator (needed for InputIterator)
extern/helper/json/json.hpp:4369
Methodoperator==
extern/helper/json/json.hpp:5007
Methodoperator==
extern/helper/json/json.hpp:11274
Functionoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
extern/helper/json/json.hpp:11914
Functionoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
extern/helper/json/json.hpp:11923
Functionoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
extern/helper/json/json.hpp:12040
Methodoption_exists_error
extern/helper/cxxopts/cxxopts.hpp:413
Methodoption_has_no_value_exception
extern/helper/cxxopts/cxxopts.hpp:497
Methodoption_not_exists_exception
extern/helper/cxxopts/cxxopts.hpp:440
Methodoption_not_has_argument_exception
extern/helper/cxxopts/cxxopts.hpp:471
Methodoption_not_present_exception
extern/helper/cxxopts/cxxopts.hpp:488
Methodoption_required_exception
extern/helper/cxxopts/cxxopts.hpp:523
Methodoption_requires_argument_exception
extern/helper/cxxopts/cxxopts.hpp:460
Methodoption_syntax_exception
extern/helper/cxxopts/cxxopts.hpp:430
Methodordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
extern/helper/json/json.hpp:17051
Methodoutput_adapter
extern/helper/json/json.hpp:13279
Methodoutput_adapter_protocol
extern/helper/json/json.hpp:13189
Methodoutput_stream_adapter
extern/helper/json/json.hpp:13230
Methodoutput_string_adapter
extern/helper/json/json.hpp:13255
Methodoutput_vector_adapter
extern/helper/json/json.hpp:13205
Methodparent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
extern/helper/json/json.hpp:12340
Methodparse
extern/helper/cxxopts/cxxopts.hpp:1070
Methodparse
extern/helper/cxxopts/cxxopts.hpp:1337
Methodparse_bson_array
! @brief Reads an array from the BSON input and passes it to the SAX-parser. @return whether a valid BSON-array was passed to the SAX parser
extern/helper/json/json.hpp:8547
Methodparse_bson_element_internal
! @brief Read a BSON document element of the given @a element_type. @param[in] element_type The BSON element type, c.f. http://bsonspec.org/sp
extern/helper/json/json.hpp:8431
Methodparse_bson_element_list
! @brief Read a BSON element list (as specified in the BSON-spec) The same binary layout is used for objects and arrays, hence it must be
extern/helper/json/json.hpp:8509
Methodparse_bson_internal
! @brief Reads in a BSON-object and passes it to the SAX-parser. @return whether a valid BSON-value was passed to the SAX parser */
extern/helper/json/json.hpp:8329
Methodparse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
extern/helper/json/json.hpp:8577
Methodparse_default
extern/helper/cxxopts/cxxopts.hpp:1350
Methodparse_default
extern/helper/cxxopts/cxxopts.hpp:2155
Methodparse_error
extern/helper/json/json.hpp:5961
Methodparse_error
extern/helper/json/json.hpp:6211
Methodparse_error
extern/helper/json/json.hpp:6398
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
extern/helper/json/json.hpp:9348
Methodparse_no_value
extern/helper/cxxopts/cxxopts.hpp:1359
Methodparse_no_value
extern/helper/cxxopts/cxxopts.hpp:2165
Methodparse_option
extern/helper/cxxopts/cxxopts.hpp:2173
Methodparse_positional
extern/helper/cxxopts/cxxopts.hpp:1821
Methodparse_positional
extern/helper/cxxopts/cxxopts.hpp:2262
Methodparse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
extern/helper/json/json.hpp:9980
Methodparser
a parser reading from an input adapter
extern/helper/json/json.hpp:10770
Functionpatch
@brief applies a JSON patch @sa https://json.nlohmann.me/api/basic_json/patch/
extern/helper/json/json.hpp:21388
Methodposition_string
extern/helper/json/json.hpp:2944
Methodprint
astra-sim/system/topology/BinaryTree.cc:102
Methodprocess_chunk_arrival
astra-sim/network_frontend/analytical/common/CommonNetworkApi.cc:34
Methodprocess_max_count
astra-sim/system/collective/Ring.cc:157
Methodprocess_max_count
astra-sim/system/collective/HalvingDoubling.cc:166
Methodprocess_max_count
astra-sim/system/collective/AllToAll.cc:58
Methodprocess_next_read
astra-sim/system/LogGP.cc:65
Methodprocess_stream_count
astra-sim/system/collective/Ring.cc:139
Methodprocess_stream_count
astra-sim/system/collective/HalvingDoubling.cc:148
Functionqp_finish
qp_finish is triggered by NS3 to indicate that an RDMA queue pair has finished. qp_finish is registered as the callback handlerto the RdmaClient insta
astra-sim/network_frontend/ns3/entry.h:259
Functionrbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
extern/helper/json/json.hpp:19714
Methodready
astra-sim/system/collective/Ring.cc:229
Methodready
astra-sim/system/collective/HalvingDoubling.cc:254
Methodreduce
astra-sim/system/collective/Ring.cc:167
Methodreduce
astra-sim/system/collective/HalvingDoubling.cc:190
Functionreinterpret_bits
extern/helper/json/json.hpp:14983
Methodrelease_packets
astra-sim/system/collective/Ring.cc:111
Methodrelease_packets
astra-sim/system/collective/HalvingDoubling.cc:120
Functionrend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
extern/helper/json/json.hpp:19728
Methodrendezvous_sim_recv
astra-sim/system/Sys.cc:1450
Methodrendezvous_sim_send
astra-sim/system/Sys.cc:1418
Methodreport
astra-sim/system/UsageTracker.cc:45
Methodreport
astra-sim/workload/Workload.cc:353
Methodreport_percentage
astra-sim/system/UsageTracker.cc:55
Methodrun
astra-sim/system/collective/HalvingDoubling.cc:105
Methodrun
astra-sim/system/collective/AllToAll.cc:31
Methodrun
astra-sim/system/collective/DoubleBinaryTreeAllReduce.cc:32
Methodsax_parse_internal
extern/helper/json/json.hpp:10879
Functionscan
extern/helper/json/json.hpp:7911
Methodscan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
extern/helper/json/json.hpp:7246
Methodscan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 8259. The function is realized with a determinis
extern/helper/json/json.hpp:7371
Methodscan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 8259. While scanning, bytes are escaped and copie
extern/helper/json/json.hpp:6656
Methodserializer
! @param[in] s output stream to serialize to @param[in] ichar indentation character to use @param[in] error_handler_ how to react on de
extern/helper/json/json.hpp:16101
Methodset_bandwidth
astra-sim/system/Roofline.cc:18
Methodset_default_and_implicit
extern/helper/cxxopts/cxxopts.hpp:1201
Functionset_end
extern/helper/json/json.hpp:11406
Methodset_event_queue
astra-sim/network_frontend/analytical/common/CommonNetworkApi.cc:23
← previousnext →601–700 of 808, ranked by callers