Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arangodb/velocypack
/ functions
Functions
4,360 in github.com/arangodb/velocypack
⨍
Functions
4,360
◇
Types & classes
1,385
↓ 12 callers
Method
copyBinary
src/SharedSlice.cpp:336
↓ 12 callers
Method
elapsed_time
Gets the elapsed time, in milliseconds.
tests/googletest/googletest/src/gtest.cc:4630
↓ 12 callers
Method
failed_test_count
Gets the number of failed tests.
tests/googletest/googletest/src/gtest.cc:785
↓ 12 callers
Method
forward
include/velocypack/Iterator.h:137
↓ 12 callers
Method
getTags
src/SharedSlice.cpp:101
↓ 12 callers
Method
hasTag
src/SharedSlice.cpp:103
↓ 11 callers
Function
ACTION_TEMPLATE
tests/googletest/googlemock/include/gmock/gmock-generated-actions.h:1982
↓ 11 callers
Function
AllOfMatches
Helper to allow easy testing of AllOf matchers with num parameters.
tests/googletest/googlemock/test/gmock-matchers_test.cc:2473
↓ 11 callers
Function
AlwaysTrue
tests/googletest/googletest/src/gtest.cc:5611
↓ 11 callers
Function
AnyOfMatches
Helper to allow easy testing of AnyOf matchers with num parameters.
tests/googletest/googlemock/test/gmock-matchers_test.cc:2650
↓ 11 callers
Function
ByRef
tests/googletest/googlemock/include/gmock/gmock-actions.h:1223
↓ 11 callers
Function
DeathTestAbort
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 callers
Function
EqFailure
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 callers
Function
InvokeWithoutArgs
tests/googletest/googlemock/include/gmock/gmock-actions.h:1191
↓ 11 callers
Function
IsReadableTypeName
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 callers
Function
ParseInt32Flag
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 callers
Method
RemoveDirectoryName
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 callers
Method
RemoveTrailingPathSeparator
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 callers
Method
RunAndVerify
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 callers
Method
RunAndVerifyWithSharding
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 callers
Function
StrCaseNe
Matches a string not equal to str, ignoring case.
tests/googletest/googlemock/include/gmock/gmock-matchers.h:3797
↓ 11 callers
Function
StrNe
Matches a string not equal to str.
tests/googletest/googlemock/include/gmock/gmock-matchers.h:3783
↓ 11 callers
Function
StringStreamToString
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 callers
Function
TestFlag
Verifies that the given flag is affected by the corresponding env var.
tests/googletest/googletest/test/googletest-env-var-test.py:71
↓ 11 callers
Function
ThrowNothing
tests/googletest/googletest/test/gtest_unittest.cc:3778
↓ 11 callers
Function
Truly
tests/googletest/googlemock/include/gmock/gmock-matchers.h:3966
↓ 11 callers
Method
_AddBackToken
(self, token)
tests/googletest/googlemock/scripts/generator/cpp/ast.py:910
↓ 11 callers
Method
appendByteUnchecked
include/velocypack/Builder.h:1068
↓ 11 callers
Method
current_test_result
Returns the most specific TestResult currently running.
tests/googletest/googletest/src/gtest.cc:5550
↓ 11 callers
Method
isBoolean
src/SharedSlice.cpp:163
↓ 11 callers
Method
isEmptyObject
src/SharedSlice.cpp:291
↓ 11 callers
Method
isType
src/SharedSlice.cpp:153
↓ 11 callers
Function
match_flags
tests/googletest/googlemock/include/gmock/gmock-matchers.h:2897
↓ 11 callers
Method
pointer
tests/googletest/googletest/include/gtest/internal/gtest-port.h:1618
↓ 11 callers
Method
readUInt
(self, raw, size)
scripts/GdbSlicePrettyPrint.py:21
↓ 10 callers
Function
Abort
tests/googletest/googletest/src/gtest-port.cc:1180
↓ 10 callers
Function
AssertDebugDeathHelper
tests/googletest/googletest/test/googletest-death-test-test.cc:701
↓ 10 callers
Function
BuildValue
tests/testsSliceContainer.cpp:32
↓ 10 callers
Function
CaptureStderr
Starts capturing stderr.
tests/googletest/googletest/src/gtest-port.cc:1097
↓ 10 callers
Function
DieInside
tests/googletest/googletest/test/googletest-death-test-test.cc:121
↓ 10 callers
Function
DieWithMessage
tests/googletest/googletest/test/googletest-death-test-test.cc:105
↓ 10 callers
Function
DoubleNear
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 callers
Function
ForEach
tests/googletest/googletest/src/gtest-internal-inl.h:293
↓ 10 callers
Function
Int32FromEnvOrDie
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 callers
Function
Int32FromGTestEnv
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 callers
Function
IsNotSubstring
tests/googletest/googletest/src/gtest.cc:1636
↓ 10 callers
Function
IsRepeat
tests/googletest/googletest/src/gtest-port.cc:695
↓ 10 callers
Method
Join
tests/googletest/googletest/src/gtest-port.cc:441
↓ 10 callers
Function
LogIsVisible
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 callers
Method
OnTestProgramStart
tests/googletest/googletest/test/gtest_unittest.cc:6753
↓ 10 callers
Method
Passed
tests/googletest/googletest/test/googletest-death-test-test.cc:952
↓ 10 callers
Function
ReturnRef
tests/googletest/googlemock/include/gmock/gmock-actions.h:1106
↓ 10 callers
Function
SkipPrefix
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 callers
Function
ValuesIn
tests/googletest/googletest/include/gtest/gtest-param-test.h:299
↓ 10 callers
Method
_GetMatchingChar
(self, open_paren, close_paren, GetNextToken=None)
tests/googletest/googlemock/scripts/generator/cpp/ast.py:880
↓ 10 callers
Method
_GetTokensUpTo
(self, expected_token_type, expected_token)
tests/googletest/googlemock/scripts/generator/cpp/ast.py:849
↓ 10 callers
Method
appendByte
include/velocypack/Builder.h:1063
↓ 10 callers
Method
begin
src/SharedSlice.cpp:115
↓ 10 callers
Method
data
include/velocypack/StringRef.h:163
↓ 10 callers
Method
set_s
tests/googletest/googlemock/test/gmock-matchers_test.cc:4119
↓ 9 callers
Method
AtEnd
tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:149
↓ 9 callers
Method
BaseGenerator
tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:98
↓ 9 callers
Function
BoolFromGTestEnv
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 callers
Method
Clone
(self)
tests/googletest/googletest/scripts/pump.py:589
↓ 9 callers
Function
Combine
tests/googletest/googletest/include/gtest/gtest-param-test.h:415
↓ 9 callers
Function
DescribeNegation
tests/googletest/googlemock/test/gmock-generated-matchers_test.cc:101
↓ 9 callers
Function
Elements
tests/googletest/googlemock/include/gmock/gmock-matchers.h:2893
↓ 9 callers
Function
GTEST_EXCLUSIVE_LOCK_REQUIRED_
tests/googletest/googlemock/include/gmock/gmock-spec-builders.h:777
↓ 9 callers
Method
Generate
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 callers
Function
GetElementOr
tests/googletest/googletest/src/gtest-internal-inl.h:300
↓ 9 callers
Function
GetTimeInMillis
Returns the current time in milliseconds.
tests/googletest/googletest/src/gtest.cc:835
↓ 9 callers
Function
GlobalFunction
A global function that's expected to die.
tests/googletest/googletest/test/googletest-death-test-test.cc:164
↓ 9 callers
Function
Indent
tests/googletest/googletest/src/gtest.cc:4054
↓ 9 callers
Function
IsEmpty
Returns true iff the path is "".
tests/googletest/googletest/include/gtest/internal/gtest-filepath.h:114
↓ 9 callers
Function
IsEven
Returns true iff the argument is an even number.
tests/googletest/googletest/test/gtest_unittest.cc:2146
↓ 9 callers
Function
Log
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 callers
Function
ParseBoolFlag
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 callers
Method
Passed
Returns true iff the unit test passed (i.e. all test suites passed).
tests/googletest/googletest/src/gtest.cc:4635
↓ 9 callers
Function
PrintArrayHelper
tests/googletest/googletest/test/googletest-printers-test.cc:593
↓ 9 callers
Method
RunAndVerify
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 callers
Method
RunAndVerifyAllowingDisabled
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 callers
Function
SetEnvVar
Sets/unsets an environment variable to a given value.
tests/googletest/googletest/test/gtest_test_utils.py:62
↓ 9 callers
Function
XXH64_avalanche
src/xxhash.cpp:770
↓ 9 callers
Function
XXH_memcpy
src/xxhash.cpp:116
↓ 9 callers
Method
_StringHelper
(self, name, suffix)
tests/googletest/googlemock/scripts/generator/cpp/ast.py:135
↓ 9 callers
Method
appendString
src/Dumper.cpp:86
↓ 9 callers
Method
data
include/velocypack/Builder.h:169
↓ 9 callers
Method
getStringLength
src/SharedSlice.cpp:313
↓ 9 callers
Function
isOption
tools/vpack-to-json.cpp:97
↓ 9 callers
Method
makeKey
src/Slice.cpp:566
↓ 9 callers
Method
resetTo
include/velocypack/Buffer.h:159
↓ 9 callers
Method
total_test_case_count
tests/googletest/googletest/src/gtest.cc:4581
↓ 8 callers
Function
ACTION_TEMPLATE
Tests that ACTION_TEMPLATE works for integral template parameters.
tests/googletest/googlemock/test/gmock-generated-actions_test.cc:939
↓ 8 callers
Function
AddGlobalTestEnvironment
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 callers
Method
AsStdFunction
tests/googletest/googlemock/include/gmock/gmock-spec-builders.h:1843
↓ 8 callers
Function
CaseInsensitiveCStringEquals
Polymorphic helper functions for narrow and wide string matchers.
tests/googletest/googlemock/include/gmock/gmock-matchers.h:617
↓ 8 callers
Function
CharPtr
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 callers
Function
ClearCurrentTestPartResults
tests/googletest/googletest/test/gtest_unittest.cc:349
↓ 8 callers
Function
DoubleEq
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 callers
Function
EMString
Test helper for formatting element, matcher index pairs in expectations.
tests/googletest/googlemock/test/gmock-matchers_test.cc:5904
← previous
next →
301–400 of 4,360, ranked by callers