MCPcopy Create free account

hub / github.com/arangodb/velocypack / functions

Functions4,360 in github.com/arangodb/velocypack

↓ 12 callersMethodcopyBinary
src/SharedSlice.cpp:336
↓ 12 callersMethodelapsed_time
Gets the elapsed time, in milliseconds.
tests/googletest/googletest/src/gtest.cc:4630
↓ 12 callersMethodfailed_test_count
Gets the number of failed tests.
tests/googletest/googletest/src/gtest.cc:785
↓ 12 callersMethodforward
include/velocypack/Iterator.h:137
↓ 12 callersMethodgetTags
src/SharedSlice.cpp:101
↓ 12 callersMethodhasTag
src/SharedSlice.cpp:103
↓ 11 callersFunctionACTION_TEMPLATE
tests/googletest/googlemock/include/gmock/gmock-generated-actions.h:1982
↓ 11 callersFunctionAllOfMatches
Helper to allow easy testing of AllOf matchers with num parameters.
tests/googletest/googlemock/test/gmock-matchers_test.cc:2473
↓ 11 callersFunctionAlwaysTrue
tests/googletest/googletest/src/gtest.cc:5611
↓ 11 callersFunctionAnyOfMatches
Helper to allow easy testing of AnyOf matchers with num parameters.
tests/googletest/googlemock/test/gmock-matchers_test.cc:2650
↓ 11 callersFunctionByRef
tests/googletest/googlemock/include/gmock/gmock-actions.h:1223
↓ 11 callersFunctionDeathTestAbort
Routine for aborting the program which is safe to call from an exec-style death test child process, in which case the error message is propagated back
tests/googletest/googletest/src/gtest-death-test.cc:284
↓ 11 callersFunctionEqFailure
Constructs and returns the message for an equality assertion (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure. The first four parameters are the expressio
tests/googletest/googletest/src/gtest.cc:1333
↓ 11 callersFunctionInvokeWithoutArgs
tests/googletest/googlemock/include/gmock/gmock-actions.h:1191
↓ 11 callersFunctionIsReadableTypeName
Returns true if the given type name is easy to read by a human. This is used to decide whether printing the type of a value might be helpful.
tests/googletest/googlemock/include/gmock/gmock-matchers.h:316
↓ 11 callersFunctionParseInt32Flag
Parses a string for an Int32 flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure,
tests/googletest/googletest/src/gtest.cc:5692
↓ 11 callersMethodRemoveDirectoryName
Returns a copy of the FilePath with the directory part removed. Example: FilePath("path/to/file").RemoveDirectoryName() returns FilePath("file"). If t
tests/googletest/googletest/src/gtest-filepath.cc:150
↓ 11 callersMethodRemoveTrailingPathSeparator
If input name has a trailing separator character, remove it and return the name, otherwise return the name string unmodified. On Windows platform, use
tests/googletest/googletest/src/gtest-filepath.cc:338
↓ 11 callersMethodRunAndVerify
Runs googletest-break-on-failure-unittest_ and verifies that it does (or does not) have a seg-fault. Args: env_var_value: value of t
tests/googletest/googletest/test/googletest-break-on-failure-unittest.py:95
↓ 11 callersMethodRunAndVerifyWithSharding
Checks that binary runs correct tests for the given filter and shard. Runs all shards of googletest-filter-unittest_ with the given filter, and
tests/googletest/googletest/test/googletest-filter-unittest.py:292
↓ 11 callersFunctionStrCaseNe
Matches a string not equal to str, ignoring case.
tests/googletest/googlemock/include/gmock/gmock-matchers.h:3797
↓ 11 callersFunctionStrNe
Matches a string not equal to str.
tests/googletest/googlemock/include/gmock/gmock-matchers.h:3783
↓ 11 callersFunctionStringStreamToString
Converts the buffer in a stringstream to an std::string, converting NUL bytes to "\\0" along the way.
tests/googletest/googletest/src/gtest.cc:1998
↓ 11 callersFunctionTestFlag
Verifies that the given flag is affected by the corresponding env var.
tests/googletest/googletest/test/googletest-env-var-test.py:71
↓ 11 callersFunctionThrowNothing
tests/googletest/googletest/test/gtest_unittest.cc:3778
↓ 11 callersFunctionTruly
tests/googletest/googlemock/include/gmock/gmock-matchers.h:3966
↓ 11 callersMethod_AddBackToken
(self, token)
tests/googletest/googlemock/scripts/generator/cpp/ast.py:910
↓ 11 callersMethodappendByteUnchecked
include/velocypack/Builder.h:1068
↓ 11 callersMethodcurrent_test_result
Returns the most specific TestResult currently running.
tests/googletest/googletest/src/gtest.cc:5550
↓ 11 callersMethodisBoolean
src/SharedSlice.cpp:163
↓ 11 callersMethodisEmptyObject
src/SharedSlice.cpp:291
↓ 11 callersMethodisType
src/SharedSlice.cpp:153
↓ 11 callersFunctionmatch_flags
tests/googletest/googlemock/include/gmock/gmock-matchers.h:2897
↓ 11 callersMethodpointer
tests/googletest/googletest/include/gtest/internal/gtest-port.h:1618
↓ 11 callersMethodreadUInt
(self, raw, size)
scripts/GdbSlicePrettyPrint.py:21
↓ 10 callersFunctionAbort
tests/googletest/googletest/src/gtest-port.cc:1180
↓ 10 callersFunctionAssertDebugDeathHelper
tests/googletest/googletest/test/googletest-death-test-test.cc:701
↓ 10 callersFunctionBuildValue
tests/testsSliceContainer.cpp:32
↓ 10 callersFunctionCaptureStderr
Starts capturing stderr.
tests/googletest/googletest/src/gtest-port.cc:1097
↓ 10 callersFunctionDieInside
tests/googletest/googletest/test/googletest-death-test-test.cc:121
↓ 10 callersFunctionDieWithMessage
tests/googletest/googletest/test/googletest-death-test-test.cc:105
↓ 10 callersFunctionDoubleNear
Creates a matcher that matches any double argument approximately equal to rhs, up to the specified max absolute error bound, where two NANs are consid
tests/googletest/googlemock/include/gmock/gmock-matchers.h:3608
↓ 10 callersFunctionForEach
tests/googletest/googletest/src/gtest-internal-inl.h:293
↓ 10 callersFunctionInt32FromEnvOrDie
Parses the environment variable var as an Int32. If it is unset, returns default_val. If it is not an Int32, prints an error and aborts.
tests/googletest/googletest/src/gtest.cc:5366
↓ 10 callersFunctionInt32FromGTestEnv
Reads and returns a 32-bit integer stored in the environment variable corresponding to the given flag; if it isn't set or doesn't represent a valid 32
tests/googletest/googletest/src/gtest-port.cc:1261
↓ 10 callersFunctionIsNotSubstring
tests/googletest/googletest/src/gtest.cc:1636
↓ 10 callersFunctionIsRepeat
tests/googletest/googletest/src/gtest-port.cc:695
↓ 10 callersMethodJoin
tests/googletest/googletest/src/gtest-port.cc:441
↓ 10 callersFunctionLogIsVisible
Returns true iff a log with the given severity is visible according to the --gmock_verbose flag.
tests/googletest/googlemock/src/gmock-internal-utils.cc:128
↓ 10 callersMethodOnTestProgramStart
tests/googletest/googletest/test/gtest_unittest.cc:6753
↓ 10 callersMethodPassed
tests/googletest/googletest/test/googletest-death-test-test.cc:952
↓ 10 callersFunctionReturnRef
tests/googletest/googlemock/include/gmock/gmock-actions.h:1106
↓ 10 callersFunctionSkipPrefix
If *pstr starts with the given prefix, modifies *pstr to be right past the prefix and returns true; otherwise leaves *pstr unchanged and returns false
tests/googletest/googletest/src/gtest.cc:5624
↓ 10 callersFunctionValuesIn
tests/googletest/googletest/include/gtest/gtest-param-test.h:299
↓ 10 callersMethod_GetMatchingChar
(self, open_paren, close_paren, GetNextToken=None)
tests/googletest/googlemock/scripts/generator/cpp/ast.py:880
↓ 10 callersMethod_GetTokensUpTo
(self, expected_token_type, expected_token)
tests/googletest/googlemock/scripts/generator/cpp/ast.py:849
↓ 10 callersMethodappendByte
include/velocypack/Builder.h:1063
↓ 10 callersMethodbegin
src/SharedSlice.cpp:115
↓ 10 callersMethoddata
include/velocypack/StringRef.h:163
↓ 10 callersMethodset_s
tests/googletest/googlemock/test/gmock-matchers_test.cc:4119
↓ 9 callersMethodAtEnd
tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:149
↓ 9 callersMethodBaseGenerator
tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:98
↓ 9 callersFunctionBoolFromGTestEnv
Reads and returns the Boolean environment variable corresponding to the given flag; if it's not set, returns default_value. The value is considered t
tests/googletest/googletest/src/gtest-port.cc:1247
↓ 9 callersMethodClone
(self)
tests/googletest/googletest/scripts/pump.py:589
↓ 9 callersFunctionCombine
tests/googletest/googletest/include/gtest/gtest-param-test.h:415
↓ 9 callersFunctionDescribeNegation
tests/googletest/googlemock/test/gmock-generated-matchers_test.cc:101
↓ 9 callersFunctionElements
tests/googletest/googlemock/include/gmock/gmock-matchers.h:2893
↓ 9 callersFunctionGTEST_EXCLUSIVE_LOCK_REQUIRED_
tests/googletest/googlemock/include/gmock/gmock-spec-builders.h:777
↓ 9 callersMethodGenerate
Generates a random number from [0, range), using a Linear Congruential Generator (LCG). Crashes if 'range' is 0 or greater than kMaxRange.
tests/googletest/googletest/src/gtest.cc:340
↓ 9 callersFunctionGetElementOr
tests/googletest/googletest/src/gtest-internal-inl.h:300
↓ 9 callersFunctionGetTimeInMillis
Returns the current time in milliseconds.
tests/googletest/googletest/src/gtest.cc:835
↓ 9 callersFunctionGlobalFunction
A global function that's expected to die.
tests/googletest/googletest/test/googletest-death-test-test.cc:164
↓ 9 callersFunctionIndent
tests/googletest/googletest/src/gtest.cc:4054
↓ 9 callersFunctionIsEmpty
Returns true iff the path is "".
tests/googletest/googletest/include/gtest/internal/gtest-filepath.h:114
↓ 9 callersFunctionIsEven
Returns true iff the argument is an even number.
tests/googletest/googletest/test/gtest_unittest.cc:2146
↓ 9 callersFunctionLog
Prints the given message to stdout iff 'severity' >= the level specified by the --gmock_verbose flag. If stack_frames_to_skip >= 0, also prints the s
tests/googletest/googlemock/src/gmock-internal-utils.cc:149
↓ 9 callersFunctionParseBoolFlag
Parses a string for a bool flag, in the form of either "--flag=value" or "--flag". In the former case, the value is taken as true as long as it does
tests/googletest/googletest/src/gtest.cc:5675
↓ 9 callersMethodPassed
Returns true iff the unit test passed (i.e. all test suites passed).
tests/googletest/googletest/src/gtest.cc:4635
↓ 9 callersFunctionPrintArrayHelper
tests/googletest/googletest/test/googletest-printers-test.cc:593
↓ 9 callersMethodRunAndVerify
Runs googletest-throw-on-failure-test_ and verifies that it does (or does not) exit with a non-zero code. Args: env_var_value: value
tests/googletest/googletest/test/googletest-throw-on-failure-test.py:80
↓ 9 callersMethodRunAndVerifyAllowingDisabled
Checks that the binary runs correct set of tests for the given filter. Runs googletest-filter-unittest_ with the given filter, and enables di
tests/googletest/googletest/test/googletest-filter-unittest.py:331
↓ 9 callersFunctionSetEnvVar
Sets/unsets an environment variable to a given value.
tests/googletest/googletest/test/gtest_test_utils.py:62
↓ 9 callersFunctionXXH64_avalanche
src/xxhash.cpp:770
↓ 9 callersFunctionXXH_memcpy
src/xxhash.cpp:116
↓ 9 callersMethod_StringHelper
(self, name, suffix)
tests/googletest/googlemock/scripts/generator/cpp/ast.py:135
↓ 9 callersMethodappendString
src/Dumper.cpp:86
↓ 9 callersMethoddata
include/velocypack/Builder.h:169
↓ 9 callersMethodgetStringLength
src/SharedSlice.cpp:313
↓ 9 callersFunctionisOption
tools/vpack-to-json.cpp:97
↓ 9 callersMethodmakeKey
src/Slice.cpp:566
↓ 9 callersMethodresetTo
include/velocypack/Buffer.h:159
↓ 9 callersMethodtotal_test_case_count
tests/googletest/googletest/src/gtest.cc:4581
↓ 8 callersFunctionACTION_TEMPLATE
Tests that ACTION_TEMPLATE works for integral template parameters.
tests/googletest/googlemock/test/gmock-generated-actions_test.cc:939
↓ 8 callersFunctionAddGlobalTestEnvironment
A convenient wrapper for adding an environment for the test program. You should call this before RUN_ALL_TESTS() is called, probably in main(). If y
tests/googletest/googletest/include/gtest/gtest.h:1468
↓ 8 callersMethodAsStdFunction
tests/googletest/googlemock/include/gmock/gmock-spec-builders.h:1843
↓ 8 callersFunctionCaseInsensitiveCStringEquals
Polymorphic helper functions for narrow and wide string matchers.
tests/googletest/googlemock/include/gmock/gmock-matchers.h:617
↓ 8 callersFunctionCharPtr
A helper that turns the type of a C-string literal from const char[N] to const char*.
tests/googletest/googlemock/test/gmock-generated-actions_test.cc:136
↓ 8 callersFunctionClearCurrentTestPartResults
tests/googletest/googletest/test/gtest_unittest.cc:349
↓ 8 callersFunctionDoubleEq
Creates a matcher that matches any double argument approximately equal to rhs, where two NANs are considered unequal.
tests/googletest/googlemock/include/gmock/gmock-matchers.h:3595
↓ 8 callersFunctionEMString
Test helper for formatting element, matcher index pairs in expectations.
tests/googletest/googlemock/test/gmock-matchers_test.cc:5904
← previousnext →301–400 of 4,360, ranked by callers