MCPcopy Create free account

hub / github.com/chigraph/chigraph / functions

Functions622 in github.com/chigraph/chigraph

Methodclone
libchigraph/src/LangModule.cpp:453
Methodclone
libchigraph/src/LangModule.cpp:535
Methodcodegen
libchigraph/src/GraphModule.cpp:340
Methodcodegen
libchigraph/src/GraphModule.cpp:407
Methodcodegen
libchigraph/src/GraphModule.cpp:450
Methodcodegen
libchigraph/src/GraphModule.cpp:497
Methodcodegen
libchigraph/src/GraphModule.cpp:537
Methodcodegen
libchigraph/src/LangModule.cpp:32
Methodcodegen
libchigraph/src/LangModule.cpp:59
Methodcodegen
libchigraph/src/LangModule.cpp:117
Methodcodegen
libchigraph/src/LangModule.cpp:149
Methodcodegen
libchigraph/src/LangModule.cpp:181
Methodcodegen
libchigraph/src/LangModule.cpp:215
Methodcodegen
libchigraph/src/LangModule.cpp:270
Methodcodegen
libchigraph/src/LangModule.cpp:316
Methodcodegen
libchigraph/src/LangModule.cpp:348
Methodcodegen
libchigraph/src/LangModule.cpp:410
Methodcodegen
libchigraph/src/LangModule.cpp:488
Functionconst_reference at
libchigraph/include/chi/json.hpp:936
Methodconstruct
libchigraph/include/chi/json.hpp:241
Methodconstruct
libchigraph/include/chi/json.hpp:251
Methodconstruct
libchigraph/include/chi/json.hpp:261
Methodconstruct
libchigraph/include/chi/json.hpp:276
Methodconstruct
libchigraph/include/chi/json.hpp:287
Methodconstruct
libchigraph/include/chi/json.hpp:319
Functioncount
! @brief returns the number of occurrences of a key in a JSON object Returns the number of elements with key @a key. If ObjectType is the default
libchigraph/include/chi/json.hpp:4255
FunctioncreateInvocationFromCommandLineBackport
chi-ctollvm/ctollvm.cpp:51
MethodcreateNodeTypeFromCCode
libchigraph/src/GraphModule.cpp:1029
FunctioncreateResults
()
docs/search/search.js:722
Functiondiff
! @brief creates a diff as a JSON patch Creates a [JSON Patch](http://jsonpatch.com) so that value @a source can be changed into the value @a targ
libchigraph/include/chi/json.hpp:10914
FunctiondumpMatrix
* Dumps a matrix to a string (useful for debug).
docs/svgpan.js:248
Functionemplace
libchigraph/include/chi/json.hpp:5035
Functionemplace_back
libchigraph/include/chi/json.hpp:4990
Functionempty
! @brief checks whether the container is empty Checks if a JSON value has no elements. @return The return value depends on the different types an
libchigraph/include/chi/json.hpp:4588
Functionerase
libchigraph/include/chi/json.hpp:3963
Methodescape
escape tilde and slash
libchigraph/include/chi/json.hpp:10366
Methodexpect
libchigraph/include/chi/json.hpp:9933
Methodfill_line_buffer
! @brief append data from the stream to the line buffer This function is called by the scan() function when the end of the buffer (`m_limit`) i
libchigraph/include/chi/json.hpp:9274
Methodflatten
! @param[in] reference_string the reference string to the current value @param[in] value the value to consider @param[in,out] resul
libchigraph/include/chi/json.hpp:10388
Functionfrom_cbor
! @brief create a JSON value from a byte vector in CBOR format Deserializes a given byte vector @a v to a JSON value using the CBOR (Concise Binar
libchigraph/include/chi/json.hpp:7270
Methodfrom_json
libchigraph/include/chi/json.hpp:827
Functionfrom_msgpack
! @brief create a JSON value from a byte vector in MessagePack format Deserializes a given byte vector @a v to a JSON value using the MessagePack
libchigraph/include/chi/json.hpp:7210
Functionfront
! @brief access the first element Returns a reference to the first element in the container. For a JSON container `c`, the expression `c.front()`
libchigraph/include/chi/json.hpp:3861
MethodgenerateModule
libchigraph/src/GraphModule.cpp:596
Methodget_allocator
! @brief returns the allocator associated with the container */
libchigraph/include/chi/json.hpp:1000
Functionget_from_vector
libchigraph/include/chi/json.hpp:6063
Methodget_impl
get a boolean (explicit)
libchigraph/include/chi/json.hpp:2794
Methodget_impl_ptr
get a pointer to the value (object)
libchigraph/include/chi/json.hpp:2801
Methodget_ptr
libchigraph/include/chi/json.hpp:3102
Methodget_ref
libchigraph/include/chi/json.hpp:3175
Methodget_ref_impl
libchigraph/include/chi/json.hpp:2884
Methodget_token
get next token from lexer
libchigraph/include/chi/json.hpp:9928
FunctionhandleMouseDown
* Handle click event.
docs/svgpan.js:220
FunctionhandleMouseMove
* Handle mouse move event.
docs/svgpan.js:200
FunctionhandleMouseUp
* Handle mouse button release event.
docs/svgpan.js:235
FunctionhandleMouseWheel
* Handle mouse move event.
docs/svgpan.js:172
FunctionhandlePan
* Handler for pan buttons
docs/svgpan.js:257
FunctionhandlePrint
* Handler for print function
docs/svgpan.js:298
FunctionhandleReset
* Handle reset button
docs/svgpan.js:266
FunctionhandleZoom
* Handler for zoom buttons
docs/svgpan.js:274
Functioninit
* Register handlers
docs/svgpan.js:89
FunctioninitMenu
(relPath,searchEnabled,serverSide,searchPage,search)
docs/menu.js:1
FunctioninitNavTree
(toroot,relpath)
docs/navtree.js:461
FunctioninitResizable
()
docs/resize.js:1
Functioninit_search
()
docs/search/search.js:777
Functioninsert
! @brief inserts element Inserts element @a val before iterator @a pos. @param[in] pos iterator before which the content will be inserted; may be
libchigraph/include/chi/json.hpp:5080
Methodinternal_iterator
create an uninitialized internal_iterator
libchigraph/include/chi/json.hpp:7827
FunctioninterpretLLVMIR
libchigraph/src/Context.cpp:746
MethodinvalidateCache
libchigraph/src/ModuleCache.cpp:63
Methodis_number_float
! @brief return whether value is a floating-point number This function returns true iff the JSON value is a floating-point number. This excludes i
libchigraph/include/chi/json.hpp:2683
Methodis_number_unsigned
! @brief return whether value is an unsigned integer number This function returns true iff the JSON value is an unsigned integer number. This excl
libchigraph/include/chi/json.hpp:2656
Methodis_structured
! @brief return whether type is structured This function returns true iff the JSON type is structured (array or object). @return `true` if type
libchigraph/include/chi/json.hpp:2538
Methoditeration_proxy
construct iteration proxy from a container
libchigraph/include/chi/json.hpp:7888
Methoditeration_proxy_internal
libchigraph/include/chi/json.hpp:7843
Methodjson_pointer
! @brief create JSON pointer Create a JSON pointer according to the syntax described in [Section 3 of RFC6901](https://tools.ietf.org/html/rfc6
libchigraph/include/chi/json.hpp:10004
Methodjson_reverse_iterator
create reverse iterator from iterator
libchigraph/include/chi/json.hpp:8430
Methodjson_value
default constructor (for null values)
libchigraph/include/chi/json.hpp:1572
Functionkey
! @brief return the key of an object iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libchigraph/include/chi/json.hpp:8383
Methodkey
return key of the iterator
libchigraph/include/chi/json.hpp:7860
Methodlexer
a lexer from a buffer with given length
libchigraph/include/chi/json.hpp:8533
MethodlistBreakpoints
libchigraphdebugger/src/Debugger.cpp:213
MethodlistModulesInWorkspace
libchigraph/src/Context.cpp:70
MethodlldbTarget
Get the target Keep in mind the return isn't necessarily valid, although it should be \return The LLDB target object
libchigraphdebugger/include/chi/Debugger.hpp:116
Functionmain
chi-ctollvm/ctollvm.cpp:191
Functionmain
test/codegen/codegentester.cpp:171
Functionmain
test/error/errorchecker.cpp:34
Functionmain
cmake/c++11-test-lambda-N2927.cpp:1
Functionmain
cmake/c++11-test-__func__-N2340.cpp:3
Functionmain
cmake/c++11-test-cstdint.cpp:2
Functionmain
cmake/c++11-test-variadic_templates-N2555.cpp:18
Functionmain
cmake/c++11-test-decltype-N2343.cpp:7
Functionmain
cmake/c++11-test-long_long-N1811.cpp:1
Functionmain
cmake/c++11-test-sizeof_member-N2253.cpp:6
Functionmain
cmake/c++11-test-constexpr-N2235.cpp:11
Functionmain
cmake/c++11-test-nullptr-N2431.cpp:1
Functionmain
cmake/c++11-test-static_assert-N1720_fail_compile.cpp:1
Functionmain
cmake/c++11-test-auto-N2546.cpp:2
Functionmain
cmake/c++11-test-rvalue_references-N2118.cpp:11
Functionmain
cmake/c++11-test-static_assert-N1720.cpp:1
Functionmain
cmake/c++11-test-nullptr-N2431_fail_compile.cpp:1
← previousnext →401–500 of 622, ranked by callers