MCPcopy Create free account

hub / github.com/arangodb/velocypack / functions

Functions4,360 in github.com/arangodb/velocypack

↓ 2 callersFunctionRun
Runs googletest-list-tests-unittest_ and returns the list of tests printed.
tests/googletest/googletest/test/googletest-list-tests-unittest.py:114
↓ 2 callersMethodRun
Runs the test and updates the test result.
tests/googletest/googletest/src/gtest.cc:2489
↓ 2 callersMethodRun
tests/googletest/googletest/include/gtest/internal/gtest-port.h:1385
↓ 2 callersFunctionRunFromThread
tests/googletest/googletest/test/googletest-port-test.cc:1113
↓ 2 callersFunctionRunWithFlag
Runs gtest_help_test_ with the given flag. Returns: the exit code and the text output as a tuple. Args: flag: the command-line flag to pa
tests/googletest/googletest/test/gtest_help_test.py:79
↓ 2 callersFunctionSecond
tests/googletest/googlemock/include/gmock/gmock-matchers.h:2474
↓ 2 callersMethodSet
Sets the default value for type T&.
tests/googletest/googlemock/include/gmock/gmock-actions.h:268
↓ 2 callersMethodSetDefaultXmlGenerator
Sets the default_xml_generator attribute to the provided listener. The listener is also added to the listener list and previous default_xml_generator
tests/googletest/googletest/src/gtest.cc:4509
↓ 2 callersFunctionSetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
tests/googletest/googletest/test/googletest-color-test.py:44
↓ 2 callersFunctionSetEnvVar
Sets an environment variable to a given value; unsets it when the given value is None.
tests/googletest/googletest/test/googletest-throw-on-failure-test.py:56
↓ 2 callersMethodSetGlobalTestPartResultReporter
Sets the global test part result reporter.
tests/googletest/googletest/src/gtest.cc:735
↓ 2 callersFunctionSetSigprofActionAndTimer
Sets SIGPROF action and ITIMER_PROF timer (interval: 1ms).
tests/googletest/googletest/test/googletest-death-test-test.cc:371
↓ 2 callersFunctionShort
For suppressing compiler warnings on conversion possibly losing precision.
tests/googletest/googlemock/test/gmock-generated-actions_test.cc:62
↓ 2 callersFunctionSkipComma
tests/googletest/googletest/include/gtest/internal/gtest-internal.h:657
↓ 2 callersFunctionSkipUntil
(lines, pos, regex, token_type)
tests/googletest/googletest/scripts/pump.py:270
↓ 2 callersFunctionSplitEscapedString
The string representation of the values received in EqFailure() are already escaped. Split them on escaped '\n' boundaries. Leave all other escaped ch
tests/googletest/googletest/src/gtest.cc:1293
↓ 2 callersFunctionSplitString
tests/googletest/googletest/src/gtest.cc:945
↓ 2 callersFunctionStreamWideCharsToMessage
Converts an array of wide chars to a narrow string using the UTF-8 encoding, and streams the result to the given Message object.
tests/googletest/googletest/src/gtest.cc:929
↓ 2 callersFunctionSubWithoutTrace
A helper function for testing SCOPED_TRACE.
tests/googletest/googletest/test/googletest-output-test_.cc:161
↓ 2 callersFunctionSubroutine
tests/googletest/googletest/test/gtest_sole_header_test.cc:38
↓ 2 callersMethodSuppressEventForwarding
tests/googletest/googletest/src/gtest.cc:4525
↓ 2 callersFunctionTempDir
tests/googletest/googletest/src/gtest.cc:6023
↓ 2 callersFunctionTestExitMacros
Tests the *_EXIT family of macros, using a variety of predicates.
tests/googletest/googletest/test/googletest-death-test-test.cc:785
↓ 2 callersMethodTestNonHelpFlag
Verifies correct behavior when no help flag is specified. Verifies that when no help flag is specified, the tests are run and the help messag
tests/googletest/googletest/test/gtest_help_test.py:123
↓ 2 callersFunctionTestPartResult
C'tor. TestPartResult does NOT have a default constructor. Always use this constructor (with parameters) to create a TestPartResult object.
tests/googletest/googletest/include/gtest/gtest-test-part.h:63
↓ 2 callersFunctionTestRepeatWithEmptyFilter
Tests using --gtest_repeat when --gtest_filter specifies an empty set of tests.
tests/googletest/googletest/test/gtest_repeat_test.cc:165
↓ 2 callersMethodTestSehExceptions
(self, test_output)
tests/googletest/googletest/test/googletest-catch-exceptions-test.py:85
↓ 2 callersFunctionThreadLocal
tests/googletest/googletest/include/gtest/internal/gtest-port.h:1803
↓ 2 callersFunctionTitle
Returns the given word in title case. The difference between this and string's title() method is that Title('4-ary') is '4-ary' while '4-ary'.tit
tests/googletest/googletest/scripts/gen_gtest_pred_impl.py:174
↓ 2 callersFunctionToUnixLineEnding
Changes all Windows/Mac line endings in s to UNIX line endings.
tests/googletest/googletest/test/googletest-output-test.py:84
↓ 2 callersFunctionTransformTupleValues
tests/googletest/googlemock/include/gmock/gmock-matchers.h:479
↓ 2 callersFunctionTryTestSubroutine
This function calls a test subroutine, catches the fatal failure it generates, and then returns early.
tests/googletest/googletest/test/googletest-output-test_.cc:65
↓ 2 callersFunctionUnary
tests/googletest/googlemock/test/gmock-actions_test.cc:917
↓ 2 callersFunctionUnexpectedHRESULTFailure
tests/googletest/googletest/test/gtest_unittest.cc:3983
↓ 2 callersFunctionUniqueInt
tests/googletest/googlemock/test/gmock-actions_test.cc:1379
↓ 2 callersFunctionUniversalPrintCharArray
tests/googletest/googletest/src/gtest-printers.cc:294
↓ 2 callersMethodUnlock
tests/googletest/googletest/include/gtest/internal/gtest-port.h:1909
↓ 2 callersMethodUntypedPerformAction
Performs the given action with the given arguments and returns the action's result. The caller is responsible for deleting the result. L =
tests/googletest/googlemock/include/gmock/gmock-spec-builders.h:1546
↓ 2 callersFunctionVerifyFileExists
Verifies that the given file exists; aborts on failure. relative_path is the file path relative to the given directory.
tests/googletest/googletest/scripts/fuse_gtest_files.py:89
↓ 2 callersFunctionVerifyOutputFile
Verifies that the given output file path is valid. relative_path is relative to the output_dir directory.
tests/googletest/googletest/scripts/fuse_gtest_files.py:113
↓ 2 callersFunctionWrapCode
(line, line_concat, output)
tests/googletest/googletest/scripts/pump.py:741
↓ 2 callersFunctionXXH32_endian_align
src/xxhash.cpp:448
↓ 2 callersFunctionXXH32_finalize
src/xxhash.cpp:379
↓ 2 callersFunctionXXH3_digest_long
src/xxh3.h:1239
↓ 2 callersFunctionXXH3_scrambleAcc
src/xxh3.h:684
↓ 2 callersFunctionXXH64_endian_align
src/xxhash.cpp:906
↓ 2 callersFunctionXXH64_finalize
src/xxhash.cpp:783
↓ 2 callersFunctionXXH_vec_mulo
Adapted from https://github.com/google/highwayhash/blob/master/highwayhash/hh_vsx.h. */
src/xxh3.h:227
↓ 2 callersFunctionXXH_writeLE64
src/xxh3.h:941
↓ 2 callersMethod_Authenticate
Authenticates the user. The authentication process works as follows: 1) We get a username and password from the user 2) We use ClientLo
tests/googletest/googlemock/scripts/upload.py:239
↓ 2 callersMethod_Authenticate
Authenticates the user. The authentication process works as follows: 1) We get a username and password from the user 2) We use ClientLo
tests/googletest/googletest/scripts/upload.py:239
↓ 2 callersFunction_GetChar
(source, start, i)
tests/googletest/googlemock/scripts/generator/cpp/tokenize.py:105
↓ 2 callersMethod_GetChildren
Fetches all of the child nodes of element, a DOM Element object. Returns them as the values of a dictionary keyed by the IDs of the child
tests/googletest/googletest/test/gtest_xml_test_utils.py:111
↓ 2 callersMethod_GetJsonOutput
Returns the JSON output generated by running the program gtest_prog_name. Furthermore, the program's exit code must be expected_exit_code. A
tests/googletest/googletest/test/googletest-json-output-unittest.py:575
↓ 2 callersMethod_GetNestedType
(self, ctor)
tests/googletest/googlemock/scripts/generator/cpp/ast.py:1193
↓ 2 callersFunction_GetString
(source, start, i)
tests/googletest/googlemock/scripts/generator/cpp/tokenize.py:89
↓ 2 callersMethod_GetTemplateEnd
(self, tokens, start)
tests/googletest/googlemock/scripts/generator/cpp/ast.py:463
↓ 2 callersMethod_GetXmlOutput
Returns the xml output generated by running the program gtest_prog_name. Furthermore, the program's exit code must be expected_exit_code.
tests/googletest/googletest/test/gtest_xml_output_unittest.py:337
↓ 2 callersMethod_IgnoreUpTo
(self, token_type, token)
tests/googletest/googlemock/scripts/generator/cpp/ast.py:862
↓ 2 callersFunction_ParseAndStripGTestFlags
Parses and strips Google Test flags from argv. This is idempotent.
tests/googletest/googletest/test/gtest_test_utils.py:83
↓ 2 callersMethod_TestOutFile
(self, test_name, expected)
tests/googletest/googletest/test/googletest-json-outfiles-test.py:131
↓ 2 callersMethod_TestOutFile
(self, test_name, expected_xml)
tests/googletest/googletest/test/gtest_xml_outfiles_test.py:106
↓ 2 callersMethod_TestOutput
(self, test_format, expected_output)
tests/googletest/googletest/test/gtest_list_output_unittest.py:123
↓ 2 callersMethodaddInt
include/velocypack/Builder.h:693
↓ 2 callersMethodaddUInt
include/velocypack/Builder.h:706
↓ 2 callersMethodadvance
move internal buffer position one byte ahead
include/velocypack/Buffer.h:167
↓ 2 callersFunctionavx_count_nibbles
src/asm-utf8check.cpp:341
↓ 2 callersFunctionavxcarryContinuations
src/asm-utf8check.cpp:248
↓ 2 callersFunctionavxcheckContinuations
src/asm-utf8check.cpp:261
↓ 2 callersFunctionavxcheckFirstContinuationMax
when 0xED is found, next byte must be no larger than 0x9F when 0xF4 is found, next byte must be no larger than 0x8F next byte must be continuation, ie
src/asm-utf8check.cpp:277
↓ 2 callersFunctionavxcheckOverlong
map off1_hibits => error condition hibits off1 cur C => < C2 && true E => < E1 && < A0 F => < F1 && < 90 else false && f
src/asm-utf8check.cpp:300
↓ 2 callersFunctionavxcheckSmallerThan0xF4
all byte values must be no larger than 0xF4
src/asm-utf8check.cpp:225
↓ 2 callersFunctionavxcontinuationLengths
src/asm-utf8check.cpp:232
↓ 2 callersFunctionbuildObject
examples/exampleAttributeTranslation.cpp:26
↓ 2 callersFunctioncardinality_specified
Returns true iff the user specified the cardinality explicitly using a .Times().
tests/googletest/googlemock/include/gmock/gmock-spec-builders.h:760
↓ 2 callersFunctioncheckUTF8Bytes
check whether the current bytes are valid UTF-8 at the end of the function, previous gets updated
src/asm-utf8check.cpp:157
↓ 2 callersMethodcompare
include/velocypack/HashedStringRef.h:114
↓ 2 callersMethodcompare
include/velocypack/StringRef.h:122
↓ 2 callersMethoddump
src/Dumper.cpp:56
↓ 2 callersMethoderrorCode
include/velocypack/Exception.h:96
↓ 2 callersMethodfind
include/velocypack/Collection.h:71
↓ 2 callersMethodfindDataOffset
include/velocypack/Slice.h:933
↓ 2 callersMethodget
src/SharedSlice.cpp:233
↓ 2 callersMethodgetCharPtr
include/velocypack/Value.h:209
↓ 2 callersMethodgetStartOffsetFromCompact
get the offset for the first member from a compact Array or Object type it is only valid to call this method for compact Array or Object values with a
include/velocypack/Slice.h:1204
↓ 2 callersMethodget_impl
tests/googletest/googlemock/test/gmock-matchers_test.cc:6750
↓ 2 callersMethodhash32
src/SharedSlice.cpp:129
↓ 2 callersMethodhashString32
src/SharedSlice.cpp:149
↓ 2 callersMethodinitWithNone
initialize Buffer with a None value
include/velocypack/Buffer.h:276
↓ 2 callersFunctionisAllowedToMemmove
checks whether a memmove operation is allowed to get rid of the padding
src/Builder.cpp:45
↓ 2 callersMethodisLast
include/velocypack/Iterator.h:135
↓ 2 callersMethodlength
include/velocypack/SliceContainer.h:126
↓ 2 callersFunctionmakeSet
convert a vector of strings into an unordered_set of strings
src/Collection.cpp:52
↓ 2 callersMethodmember
tests/googletest/googletest/test/googletest-port-test.cc:98
↓ 2 callersFunctionmemrchr
src/string-functions.cpp:30
↓ 2 callersMethodnormalizedHash32
src/Slice.cpp:201
↓ 2 callersMethodparseString
src/Parser.cpp:226
↓ 2 callersFunctionprintObject
examples/exampleAttributeTranslation.cpp:7
↓ 2 callersFunctionreadFile
tools/bench.cpp:76
↓ 2 callersMethodresolveExternal
returns the Slice managed by an External or the Slice itself if it's not an External
include/velocypack/Slice.h:677
← previousnext →901–1,000 of 4,360, ranked by callers