MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / swap

Function swap

common/internal/byte_string.h:342–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 }
341
342 friend void swap(ByteString& lhs, ByteString& rhs) {
343 if (&lhs != &rhs) {
344 lhs.Swap(rhs);
345 }
346 }
347
348 template <typename H>
349 friend H AbslHashValue(H state, const ByteString& byte_string) {

Callers 2

SwapMethod · 0.70
TEST_PFunction · 0.70

Calls 1

SwapMethod · 0.80

Tested by 1

TEST_PFunction · 0.56