MCPcopy Create free account

hub / github.com/Habbie/hello-dns / functions

Functions1,337 in github.com/Habbie/hello-dns

FunctionStartsWith
tdns/ext/catch/catch.hpp:3022
MethodStartsWith
tdns/ext/catch/catch.hpp:2989
MethodStartsWithMatcher
tdns/ext/catch/catch.hpp:8079
MethodStreamBufImpl
tdns/ext/catch/catch.hpp:9391
MethodStreamingReporterBase
tdns/ext/catch/catch.hpp:3758
MethodStringHolder
tdns/ext/catch/catch.hpp:2949
MethodStringMatcherBase
tdns/ext/catch/catch.hpp:8050
MethodStringRef
construction/ assignment
tdns/ext/catch/catch.hpp:394
MethodStringRef
tdns/ext/catch/catch.hpp:9653
MethodSummaryColumn
tdns/ext/catch/catch.hpp:12081
MethodTDNSResolver
tdns/tres.cc:31
MethodTXTGen
tdns/record-types.hh:264
MethodTXTGen
tdns/record-types.cc:312
MethodTablePrinter
tdns/ext/catch/catch.hpp:11826
MethodTagAlias
tdns/ext/catch/catch.hpp:9758
MethodTagPattern
tdns/ext/catch/catch.hpp:10408
MethodTestCase
tdns/ext/catch/catch.hpp:9959
MethodTestCaseInfo
tdns/ext/catch/catch.hpp:9915
MethodTestCaseStats
tdns/ext/catch/catch.hpp:3622
MethodTestCaseStats
tdns/ext/catch/catch.hpp:7583
MethodTestEventListenerBase
tdns/ext/catch/catch.hpp:11271
MethodTestGroupStats
tdns/ext/catch/catch.hpp:3641
MethodTestGroupStats
tdns/ext/catch/catch.hpp:7597
MethodTestInvokerAsFunction
//////////////////////////////////////////////////////////////////////
tdns/ext/catch/catch.hpp:10064
MethodTestInvokerAsMethod
tdns/ext/catch/catch.hpp:488
MethodTestRunInfo
tdns/ext/catch/catch.hpp:7539
MethodTestRunStats
tdns/ext/catch/catch.hpp:3657
MethodTestRunStats
tdns/ext/catch/catch.hpp:7612
MethodTestSpecParser
tdns/ext/catch/catch.hpp:10443
MethodTokenStream
tdns/ext/catch/catch.hpp:5679
MethodTrackerBase
tdns/ext/catch/catch.hpp:10151
MethodTrackerHasName
tdns/ext/catch/catch.hpp:10144
MethodUnaryExpr
tdns/ext/catch/catch.hpp:1343
MethodUnknownGen
tdns/record-types.hh:279
FunctionUnorderedEquals
tdns/ext/catch/catch.hpp:2680
MethodUnorderedEqualsMatcher
tdns/ext/catch/catch.hpp:2621
FunctionVectorContains
tdns/ext/catch/catch.hpp:2670
MethodVersion
tdns/ext/catch/catch.hpp:9059
MethodVersion
tdns/ext/catch/catch.hpp:10890
MethodWildcardPattern
tdns/ext/catch/catch.hpp:10928
MethodWin32ColourImpl
tdns/ext/catch/catch.hpp:6829
FunctionWithinAbs
tdns/ext/catch/catch.hpp:8008
MethodWithinAbsMatcher
tdns/ext/catch/catch.hpp:7959
FunctionWithinULP
tdns/ext/catch/catch.hpp:8000
MethodWithinUlpsMatcher
tdns/ext/catch/catch.hpp:7976
MethodXmlEncode
tdns/ext/catch/catch.hpp:11007
MethodXmlReporter
tdns/ext/catch/catch.hpp:12523
MethodXmlWriter
tdns/ext/catch/catch.hpp:4276
MethodXmlWriter
tdns/ext/catch/catch.hpp:11138
Functionaccept
tdns/ext/nlohmann/json.hpp:18309
Methodadd
tdns/dns-storage.hh:193
Methodadd
add a character to token_buffer
tdns/ext/nlohmann/json.hpp:3752
Methodadd
tdns/ext/catch/catch.hpp:9501
MethodaddFilter
tdns/ext/catch/catch.hpp:10507
MethodaddIndentAndSuffix
tdns/ext/catch/catch.hpp:5349
MethodaddNextFilters
tdns/ext/catch/catch.hpp:10298
MethodaddPattern
tdns/ext/catch/catch.hpp:3212
MethodaddRRs
tdns/dns-storage.hh:235
MethodadjustCase
tdns/ext/catch/catch.hpp:10958
FunctionalmostEqualUlps
tdns/ext/catch/catch.hpp:7935
MethodapplyCommandLine
tdns/ext/catch/catch.hpp:9225
Methodarray_index
! @param[in] s reference token to be converted into an array index @return integer representation of @a s @throw out_of_range.404 if st
tdns/ext/nlohmann/json.hpp:11665
MethodassertionEnded
tdns/ext/catch/catch.hpp:3922
MethodassertionEnded
tdns/ext/catch/catch.hpp:8625
MethodassertionPassed
tdns/ext/catch/catch.hpp:8773
MethodassertionStarting
tdns/ext/catch/catch.hpp:3920
Functionat
! @brief access specified array element with bounds checking Returns a reference to the element at specified location @a idx, with bounds
tdns/ext/nlohmann/json.hpp:15167
Functionback
! @brief access the last element Returns a reference to the last element in the container. For a JSON container `c`, the expression `c.ba
tdns/ext/nlohmann/json.hpp:15814
Methodbegin
tdns/ext/catch/catch.hpp:5528
MethodbenchmarkEnded
experimental
tdns/ext/catch/catch.hpp:3703
MethodbenchmarkStarting
experimental
tdns/ext/catch/catch.hpp:3695
Methodbinary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
tdns/ext/nlohmann/json.hpp:6384
Methodbinary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
tdns/ext/nlohmann/json.hpp:8354
Methodboolean
tdns/ext/nlohmann/json.hpp:4283
Methodboolean
tdns/ext/nlohmann/json.hpp:4459
MethodcalcLength
tdns/ext/catch/catch.hpp:5316
Methodcalc_bson_array_size
! @return The size of the BSON-encoded array @a value */
tdns/ext/nlohmann/json.hpp:9185
Methodcalc_bson_element_size
! @brief Calculates the size necessary to serialize the JSON value @a j with its @a name @return The calculated size for the BSON document ent
tdns/ext/nlohmann/json.hpp:9221
Methodcalc_bson_entry_header_size
! @return The size of a BSON document entry header, including the id marker and the entry name size (and its null-terminator). */
tdns/ext/nlohmann/json.hpp:9033
Methodcalc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
tdns/ext/nlohmann/json.hpp:9110
Methodcalc_bson_object_size
! @brief Calculates the size of the BSON serialization of the given JSON-object @a j. @param[in] j JSON value to serialize @pr
tdns/ext/nlohmann/json.hpp:9309
Methodcalc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
tdns/ext/nlohmann/json.hpp:9080
Methodcalc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
tdns/ext/nlohmann/json.hpp:9143
Methodcardinality
tdns/ext/catch/catch.hpp:6066
Methodcharcomp
tdns/dns-storage.hh:120
Methodcleanup
tdns/ext/catch/catch.hpp:9524
Methodcleanup
tdns/ext/catch/catch.hpp:9532
Functionclear
! @brief clears the contents Clears the content of a JSON value and resets it to the default value as if @ref basic_json(value_t) would h
tdns/ext/nlohmann/json.hpp:16900
Methodcli
tdns/ext/catch/catch.hpp:9301
Methodclose
tdns/ext/catch/catch.hpp:11844
Methodcomplete
tdns/ext/catch/catch.hpp:5017
Methodconfig
tdns/ext/catch/catch.hpp:8617
Methodconstruct
tdns/ext/nlohmann/json.hpp:1734
Methodconstruct
tdns/ext/nlohmann/json.hpp:1746
Methodconstruct
tdns/ext/nlohmann/json.hpp:1776
Methodconstruct
tdns/ext/nlohmann/json.hpp:1788
Methodconstruct
tdns/ext/nlohmann/json.hpp:1800
Methodconstruct
tdns/ext/nlohmann/json.hpp:1812
Methodconstruct
tdns/ext/nlohmann/json.hpp:1868
Methodconvert
tdns/ext/catch/catch.hpp:804
← previousnext →601–700 of 1,337, ranked by callers