MCPcopy Create free account

hub / github.com/arangodb/velocypack / functions

Functions4,360 in github.com/arangodb/velocypack

↓ 8 callersFunctionExpectNonFatalFailureRecordingPropertyWithReservedKeyOutsideOfTestCase
tests/googletest/googletest/test/gtest_unittest.cc:2001
↓ 8 callersFunctionGTEST_LOCK_EXCLUDED_
tests/googletest/googletest/src/gtest.cc:4359
↓ 8 callersFunctionGetCapturedStderr
Stops capturing stderr and returns the captured string.
tests/googletest/googletest/src/gtest-port.cc:1107
↓ 8 callersFunctionGetRandomSeedFromFlag
Returns a random seed in range [1, kMaxRandomSeed] based on the given --gtest_random_seed flag value.
tests/googletest/googletest/src/gtest-internal-inl.h:130
↓ 8 callersFunctionHandleExceptionsInMethodIfSupported
tests/googletest/googletest/src/gtest.cc:2432
↓ 8 callersFunctionHasPrefix
tests/googletest/googletest/test/googletest-printers-test.cc:540
↓ 8 callersFunctionIsSubstringImpl
tests/googletest/googletest/src/gtest.cc:1601
↓ 8 callersFunctionMakeToken
Creates a new instance of Token.
tests/googletest/googletest/scripts/pump.py:237
↓ 8 callersFunctionMatchesRegex
Matches a string that fully matches regular expression 'regex'. The matcher takes ownership of 'regex'.
tests/googletest/googletest/include/gtest/gtest-matchers.h:734
↓ 8 callersMethodPerform
Performs the action. Note that this method is const even though the corresponding method in ActionInterface is not. The reason is that a const Actio
tests/googletest/googlemock/include/gmock/gmock-actions.h:390
↓ 8 callersFunctionPrintCharsAsStringTo
tests/googletest/googletest/src/gtest-printers.cc:264
↓ 8 callersFunctionRegisterTest
tests/googletest/googletest/include/gtest/gtest.h:2464
↓ 8 callersFunctionResultIsEven
A predicate function that returns AssertionResult for use in EXPECT/ASSERT_TRUE/FALSE.
tests/googletest/googletest/test/gtest_unittest.cc:2169
↓ 8 callersFunctionResultIsEvenNoExplanation
A predicate function that returns AssertionResult but gives no explanation why it succeeds. Needed for testing that EXPECT/ASSERT_FALSE handles such f
tests/googletest/googletest/test/gtest_unittest.cc:2179
↓ 8 callersFunctionRunShellWithReturnCode
Executes a command and returns the output from stdout and the return code. Args: command: Command to execute. print_output: If True, the ou
tests/googletest/googlemock/scripts/upload.py:541
↓ 8 callersFunctionRunShellWithReturnCode
Executes a command and returns the output from stdout and the return code. Args: command: Command to execute. print_output: If True, the ou
tests/googletest/googletest/scripts/upload.py:541
↓ 8 callersFunctionSet
tests/googletest/googletest/include/gtest/internal/gtest-filepath.h:76
↓ 8 callersFunctionShouldRunTestOnShard
Given the total number of shards, the shard index, and the test id, returns true iff the test should be run on this shard. The test id is some arbitra
tests/googletest/googletest/src/gtest.cc:5384
↓ 8 callersMethodSize
Gets the number of elements.
tests/googletest/googletest/samples/sample3-inl.h:101
↓ 8 callersFunctionSkip
(lines, pos, regex)
tests/googletest/googletest/scripts/pump.py:261
↓ 8 callersFunctionSumOverTestSuiteList
Iterates over a vector of TestSuites, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
tests/googletest/googletest/src/gtest.cc:365
↓ 8 callersFunctionTestLogWithSeverity
Verifies that Log() behaves correctly for the given verbosity level and log severity.
tests/googletest/googlemock/test/gmock-internal-utils_test.cc:404
↓ 8 callersFunctionXXH64_mergeRound
src/xxhash.cpp:762
↓ 8 callersFunctionXXH_swap64
src/xxhash.cpp:713
↓ 8 callersMethoddata
include/velocypack/HashedStringRef.h:170
↓ 8 callersFunctionget
tests/googletest/googlemock/test/gmock-matchers_test.cc:1523
↓ 8 callersFunctionisOption
tools/json-to-vpack.cpp:71
↓ 8 callersMethodoperator[]
src/SharedSlice.cpp:215
↓ 8 callersMethodset
tests/googletest/googletest/include/gtest/internal/gtest-port.h:1621
↓ 8 callersMethodstart
pointer to the head byte, including possible tags other implementations may exclude tags
include/velocypack/Slice.h:218
↓ 8 callersMethodtest_to_run_count
Gets the number of tests that should run.
tests/googletest/googletest/src/gtest.cc:811
↓ 8 callersMethodx
tests/googletest/googletest/test/gtest_unittest.cc:5170
↓ 7 callersFunctionAddFatalFailure
AddFatalFailure() and AddNonfatalFailure() must be stand-alone functions (i.e. their definitions cannot be inlined at the call sites), or C++Builder w
tests/googletest/googletest/test/gtest_unittest.cc:1120
↓ 7 callersFunctionAddNonfatalFailure
tests/googletest/googletest/test/gtest_unittest.cc:1124
↓ 7 callersFunctionCheckTestFailureCount
tests/googletest/googletest/test/gtest_stress_test.cc:109
↓ 7 callersMethodCreateDirectoriesRecursively
Create directories so that path exists. Returns true if successful or if the directories already exist; returns false if unable to create directories
tests/googletest/googletest/src/gtest-filepath.cc:300
↓ 7 callersFunctionDivisibleBy
tests/googletest/googlemock/test/gmock-matchers_test.cc:4613
↓ 7 callersMethodEnqueue
Adds an element to the end of the queue. A copy of the element is created using the copy constructor, and then stored in the queue. Changes made to t
tests/googletest/googletest/samples/sample3-inl.h:115
↓ 7 callersFunctionFOpen
tests/googletest/googletest/include/gtest/internal/gtest-port.h:2115
↓ 7 callersFunctionFail
Prints the given failure message and exits the program with non-zero. We use this instead of a Google Test assertion to indicate a failure, as the la
tests/googletest/googletest/test/gtest_assert_by_exception_test.cc:52
↓ 7 callersMethodFileOrDirectoryExists
Returns true if pathname describes something findable in the file-system, either a file, directory, or whatever.
tests/googletest/googletest/src/gtest-filepath.cc:204
↓ 7 callersFunctionFloatEq
Creates a matcher that matches any float argument approximately equal to rhs, where two NANs are considered unequal.
tests/googletest/googlemock/include/gmock/gmock-matchers.h:3623
↓ 7 callersMethodGenerateMocks
Convert C++ source to complete Google Mock output source.
tests/googletest/googlemock/scripts/generator/cpp/gmock_class_test.py:317
↓ 7 callersFunctionGetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
tests/googletest/googletest/src/gtest.cc:429
↓ 7 callersFunctionGetLastErrnoDescription
Returns the message describing the last system error in errno.
tests/googletest/googletest/src/gtest-death-test.cc:337
↓ 7 callersMethodGetName
Returns ([tokens], next_token_info).
tests/googletest/googlemock/scripts/generator/cpp/ast.py:928
↓ 7 callersMethodGetTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
tests/googletest/googletest/src/gtest.cc:2762
↓ 7 callersFunctionGetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
tests/googletest/googletest/src/gtest.cc:647
↓ 7 callersFunctionGrabOutput
Verifies that Log() behaves correctly for the given verbosity level and log severity.
tests/googletest/googlemock/test/gmock-internal-utils_test.cc:542
↓ 7 callersMethodIsAbsolutePath
Returns true if pathname describes an absolute path.
tests/googletest/googletest/src/gtest-filepath.cc:257
↓ 7 callersFunctionIsAsciiPunct
tests/googletest/googletest/src/gtest-port.cc:692
↓ 7 callersFunctionMatchPrintAndExplain
tests/googletest/googlemock/include/gmock/gmock-matchers.h:329
↓ 7 callersFunctionNanSensitiveDoubleEq
Creates a matcher that matches any double argument approximately equal to rhs, including NaN values when rhs is NaN.
tests/googletest/googlemock/include/gmock/gmock-matchers.h:3601
↓ 7 callersFunctionNanSensitiveFloatEq
Creates a matcher that matches any float argument approximately equal to rhs, including NaN values when rhs is NaN.
tests/googletest/googlemock/include/gmock/gmock-matchers.h:3629
↓ 7 callersFunctionNotNull
Creates a polymorphic matcher that matches any non-NULL pointer. This is convenient as Not(NULL) doesn't compile (the compiler thinks that that expres
tests/googletest/googlemock/include/gmock/gmock-matchers.h:3582
↓ 7 callersMethodNotify
tests/googletest/googletest/src/gtest-port.cc:248
↓ 7 callersFunctionParseCodeNode
(tokens)
tests/googletest/googletest/scripts/pump.py:564
↓ 7 callersFunctionParseExpNode
(token)
tests/googletest/googletest/scripts/pump.py:470
↓ 7 callersFunctionParseStringFlag
tests/googletest/googletest/src/gtest.cc:5710
↓ 7 callersFunctionPrintByRef
tests/googletest/googletest/test/googletest-printers-test.cc:243
↓ 7 callersMethodRelease
tests/googletest/googletest/src/gtest.cc:3386
↓ 7 callersFunctionRemoveMatchingTests
Removes output of specified tests from a Google Test program's output. This function strips not only the beginning and the end of a test but also
tests/googletest/googletest/test/googletest-output-test.py:170
↓ 7 callersMethodRun
For each member of tuple 't', taken in order, evaluates '*out++ = f(t)'. Returns the final value of 'out' in case the caller needs it.
tests/googletest/googlemock/include/gmock/gmock-matchers.h:455
↓ 7 callersFunctionSetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
tests/googletest/googletest/test/googletest-env-var-test.py:53
↓ 7 callersFunctionShuffle
tests/googletest/googletest/src/gtest-internal-inl.h:330
↓ 7 callersFunctionStatusUpdate
Print a status message to stdout. If 'verbosity' is greater than 0, print the message. Args: msg: The string to print.
tests/googletest/googlemock/scripts/upload.py:97
↓ 7 callersFunctionStatusUpdate
Print a status message to stdout. If 'verbosity' is greater than 0, print the message. Args: msg: The string to print.
tests/googletest/googletest/scripts/upload.py:97
↓ 7 callersMethodUponLeavingGTest
tests/googletest/googlemock/test/gmock-internal-utils_test.cc:438
↓ 7 callersMethod_CreateVariable
(self, pos_token, name, type_name, type_modifiers, ref_pointer_name_seq, templated_typ
tests/googletest/googlemock/scripts/generator/cpp/ast.py:727
↓ 7 callersMethodc_string
Gets the 0-terminated C string this MyString object represents.
tests/googletest/googletest/samples/sample2.h:72
↓ 7 callersMethoddisabled_test_count
Gets the number of disabled tests.
tests/googletest/googletest/src/gtest.cc:796
↓ 7 callersFunctiondumpDouble
tests/tests-common.h:43
↓ 7 callersMethodend
include/velocypack/Slice.h:235
↓ 7 callersMethodget
include/velocypack/Slice.h:548
↓ 7 callersMethodgetFirstTag
src/SharedSlice.cpp:99
↓ 7 callersMethodhashString
src/SharedSlice.cpp:145
↓ 7 callersMethodis_nan
Returns true iff this is NAN (not a number).
tests/googletest/googletest/include/gtest/internal/gtest-internal.h:354
↓ 7 callersFunctionlisteners
Provides access to the event listener list.
tests/googletest/googletest/src/gtest-internal-inl.h:605
↓ 7 callersMethodoriginal_working_dir
Returns the working directory when the first TEST() or TEST_F() was executed.
tests/googletest/googletest/src/gtest.cc:4851
↓ 7 callersMethodos_stack_trace_getter
Returns the current OS stack trace getter if it is not NULL; otherwise, creates an OsStackTraceGetter, makes it the current getter, and returns it.
tests/googletest/googletest/src/gtest.cc:5537
↓ 7 callersMethodsink
include/velocypack/Dumper.h:50
↓ 7 callersMethodsize
include/velocypack/HashedStringRef.h:174
↓ 6 callersFunctionAllArgs
tests/googletest/googlemock/include/gmock/gmock-matchers.h:4397
↓ 6 callersFunctionArrayAwareFind
tests/googletest/googletest/include/gtest/internal/gtest-internal.h:1063
↓ 6 callersFunctionChDir
tests/googletest/googletest/include/gtest/internal/gtest-port.h:2113
↓ 6 callersFunctionCharPtr
tests/googletest/googlemock/test/gmock-actions_test.cc:915
↓ 6 callersFunctionChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
tests/googletest/googletest/src/gtest.cc:1765
↓ 6 callersMethodConservativeLowerBound
Conservative estimate on the lower/upper bound of the number of calls allowed.
tests/googletest/googlemock/src/gmock-cardinalities.cc:73
↓ 6 callersMethodConservativeUpperBound
tests/googletest/googlemock/src/gmock-cardinalities.cc:74
↓ 6 callersFunctionCopyArray
tests/googletest/googletest/include/gtest/internal/gtest-internal.h:1080
↓ 6 callersMethodDequeue
Removes the head of the queue and returns it. Returns NULL if the queue is empty.
tests/googletest/googletest/samples/sample3-inl.h:130
↓ 6 callersMethodDescribeTo
Describes the Between(m, n) cardinality in human-friendly text.
tests/googletest/googlemock/src/gmock-cardinalities.cc:107
↓ 6 callersFunctionDieIf
A unary function that may die.
tests/googletest/googletest/test/googletest-death-test-test.cc:173
↓ 6 callersFunctionExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest
tests/googletest/googletest/test/gtest_unittest.cc:1985
↓ 6 callersFunctionExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestCase
tests/googletest/googletest/test/gtest_unittest.cc:1993
↓ 6 callersFunctionFloatNear
Creates a matcher that matches any float argument approximately equal to rhs, up to the specified max absolute error bound, where two NANs are conside
tests/googletest/googlemock/include/gmock/gmock-matchers.h:3636
↓ 6 callersMethodFoo
tests/googletest/googlemock/test/gmock-actions_test.cc:929
↓ 6 callersFunctionFormatCompilerIndependentFileLocation
Formats a file location for compiler-independent XML output. Although this function is not platform dependent, we put it next to FormatFileLocation in
tests/googletest/googletest/src/gtest-port.cc:951
↓ 6 callersFunctionFormatEpochTimeInMillisAsIso8601
Converts the given epoch time in milliseconds to a date string in the ISO 8601 format, without the timezone information.
tests/googletest/googletest/src/gtest.cc:3679
↓ 6 callersFunctionFormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
tests/googletest/googletest/src/gtest-port.cc:731
← previousnext →401–500 of 4,360, ranked by callers