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

Function AbslStringify

base/internal/memory_manager_testing.h:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32template <typename S>
33void AbslStringify(S& sink, MemoryManagerTestMode mode) {
34 sink.Append(MemoryManagerTestModeToString(mode));
35}
36
37inline auto MemoryManagerTestModeAll() {
38 return testing::Values(MemoryManagerTestMode::kGlobal,

Callers

nothing calls this directly

Calls 2

AppendMethod · 0.45

Tested by

no test coverage detected