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

Function AllMacros

extensions/comprehensions_v2_macros.cc:534–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532} // namespace
533
534std::vector<Macro> AllMacros() {
535 return {AllMacro2(),
536 ExistsMacro2(),
537 ExistsOneMacro2(),
538 TransformList3Macro(),
539 TransformList4Macro(),
540 TransformMap3Macro(),
541 TransformMap4Macro(),
542 TransformMapEntry3Macro(),
543 TransformMapEntry4Macro()};
544}
545
546// Registers the macros defined by the comprehension v2 extension.
547absl::Status RegisterComprehensionsV2Macros(MacroRegistry& registry,

Callers 11

AddStandardLibraryMacrosFunction · 0.85
TEST_PFunction · 0.85
BM_ParseFunction · 0.85
TEST_PFunction · 0.85
BuildMethod · 0.85
ParseFunction · 0.85
ParseTestCaseFunction · 0.85
TEST_PFunction · 0.85
TEST_PFunction · 0.85
RunBenchmarkFunction · 0.85

Calls

no outgoing calls

Tested by 5

TEST_PFunction · 0.68
ParseTestCaseFunction · 0.68
TEST_PFunction · 0.68
TEST_PFunction · 0.68
RunBenchmarkFunction · 0.68