MCPcopy Create free account

hub / github.com/cel-expr/cel-cpp / functions

Functions7,048 in github.com/cel-expr/cel-cpp

↓ 441 callersMethodname
common/type.cc:573
↓ 433 callersMethodNativeValue
common/values/int_value.h:82
↓ 392 callersMethodhas_value
common/decl.h:82
↓ 300 callersMethodvalue
eval/public/cel_value.h:79
↓ 277 callersMethodsize
eval/public/cel_value.cc:274
↓ 260 callersMethodset_name
common/expr.h:129
↓ 247 callersMethodsize
common/source.cc:46
↓ 227 callersFunctionBoolValueIs
common/value_testing.cc:184
↓ 223 callersFunctionMakeOverloadDecl
common/decl.h:213
↓ 223 callersMethodargs
common/types/function_type.cc:84
↓ 222 callersFunctionErrorValue
common/values/error_value.h:55
↓ 220 callersMethodInsertValue
eval/public/activation.cc:80
↓ 218 callersMethodGetRegistry
CelFunction registry. Extension function should be registered with it prior to expression creation.
eval/compiler/cel_expression_builder_flat_impl.h:82
↓ 217 callersMethodAddOverload
common/decl.h:332
↓ 209 callersMethodtype
Returns Type that describes the type of value stored.
eval/public/cel_value.h:174
↓ 205 callersMethodkind
common/type.cc:105
↓ 191 callersFunctionCEL_ASSIGN_OR_RETURN
eval/eval/create_struct_step_test.cc:76
↓ 177 callersMethodok
eval/eval/evaluator_core.cc:95
↓ 169 callersMethodget
eval/public/cel_value_internal.h:63
↓ 159 callersMethodok
internal/status_builder.h:64
↓ 159 callersMethodvalue
common/types/map_type.cc:116
↓ 158 callersMethodIsValid
checker/validation_result.h:44
↓ 155 callersFunctionRegisterBuiltinFunctions
eval/public/builtin_func_registrar.cc:36
↓ 155 callersFunctionStringValueIs
common/value_testing.cc:218
↓ 152 callersMethodBoolOrDie
Returns stored boolean value. Fails if stored value type is not boolean.
eval/public/cel_value.h:282
↓ 152 callersMethodempty
eval/public/cel_value.cc:276
↓ 151 callersMethodGetDescriptor
common/values/message_value.cc:45
↓ 150 callersFunctionByteString
common/internal/byte_string.h:175
↓ 150 callersMethodempty
common/source.cc:56
↓ 149 callersMethodFindFieldByName
eval/public/structs/proto_message_type_adapter.cc:472
↓ 149 callersMethodGetReflection
common/values/parsed_map_field_value.cc:570
↓ 146 callersMethodarena
common/memory.h:382
↓ 144 callersMethodid
common/expr.h:904
↓ 140 callersFunctionIntValueIs
common/value_testing.cc:188
↓ 138 callersMethodInt64OrDie
Returns stored int64 value. Fails if stored value type is not int64.
eval/public/cel_value.h:286
↓ 137 callersFunctionCreateList
Helper method. Creates simple pipeline containing Select step and runs it.
eval/public/containers/field_backed_list_impl_test.cc:22
↓ 135 callersMethodGetDescriptor
internal/well_known_types.h:670
↓ 133 callersFunctionMakeVariableDecl
common/decl.h:112
↓ 128 callersMethodexpr
common/ast_rewrite.cc:97
↓ 125 callersMethodIsError
eval/public/cel_value.h:391
↓ 122 callersMethodset_id
common/expr.h:906
↓ 121 callersMethodInsertOrAssignValue
runtime/activation.cc:103
↓ 120 callersMethodid
Returns corresponding expression object ID. Requires that the input expression has IDs assigned to sub-expressions, e.g. via a checker. The default va
eval/eval/evaluator_core.h:83
↓ 120 callersMethodsize
common/internal/byte_string.cc:212
↓ 118 callersFunctionCreateDescriptor
eval/tests/unknowns_end_to_end_test.cc:80
↓ 117 callersMethodIsBool
eval/public/cel_value.h:365
↓ 117 callersFunctionTestInvalidString
Test that <str> is treated as invalid, with error offset <expected_error_offset> and an error that contains substring <expected_error_substr>. The las
internal/strings_test.cc:156
↓ 116 callersFunctionMessageToJson
internal/json.cc:1187
↓ 112 callersMethodend
base/attribute_set.h:68
↓ 111 callersFunctionCreateMap
Test factory for FieldBackedMaps from message and field name.
eval/public/containers/field_backed_map_impl_test.cc:23
↓ 107 callersFunctionCreateCelExpressionBuilder
eval/public/cel_expr_builder_factory.h:31
↓ 105 callersMethodGetTypeName
common/values/struct_value.cc:50
↓ 104 callersMethodGetValue
eval/public/cel_value.h:414
↓ 104 callersMethodInitialize
internal/well_known_types.cc:446
↓ 104 callersMethodsize
common/values/custom_map_value.cc:120
↓ 101 callersFunctionErrorValueIs
common/value_testing.cc:213
↓ 101 callersMethodexpr
eval/public/ast_rewrite.cc:116
↓ 100 callersFunctionCreateError
eval/internal/errors.cc:58
↓ 96 callersMethodset_value
common/expr.h:1584
↓ 95 callersMethodStringOrDie
Returns stored const string* value. Fails if stored value type is not const string*.
eval/public/cel_value.h:300
↓ 93 callersMethodname
common/types/struct_type.cc:27
↓ 92 callersFunctionCreateConstValueDirectStep
Factory method for Constant AST node expression recursive step.
eval/eval/const_value_step.h:17
↓ 91 callersMethodToString
common/source.cc:90
↓ 89 callersMethodIsInt64
eval/public/cel_value.h:367
↓ 89 callersMethodRegister
eval/public/cel_type_registry.cc:44
↓ 89 callersMethodVisit
common/values/map_value_variant.h:166
↓ 89 callersMethodend
common/ast/navigable_ast_internal.h:107
↓ 88 callersMethodAddFunction
checker/internal/type_checker_builder_impl.cc:465
↓ 87 callersMethodGetIssues
checker/validation_result.h:59
↓ 87 callersMethodRegister
runtime/function_registry.cc:80
↓ 87 callersMethodmessage
checker/type_check_issue.h:57
↓ 86 callersFunctionGetMediumStringView
common/internal/byte_string_test.cc:98
↓ 86 callersMethodsize
eval/eval/iterator_stack.h:40
↓ 83 callersMethodsource_info
eval/public/ast_rewrite.cc:118
↓ 82 callersFunctionASSERT_OK_AND_ASSIGN
eval/tests/benchmark_test.cc:284
↓ 79 callersMethodCreateExpression
eval/compiler/cel_expression_builder_flat_impl.cc:47
↓ 78 callersMethodErrorOrDie
Returns stored const CelError * value. Fails if stored value type is not const CelError *.
eval/public/cel_value.h:359
↓ 77 callersFunctionGetKind
common/internal/byte_string.h:379
↓ 77 callersFunctionTypeConversionError
common/values/error_value.cc:72
↓ 76 callersMethodGetArena
common/data.h:56
↓ 76 callersMethodset_function
common/expr.h:275
↓ 75 callersMethodAddVariable
checker/internal/type_checker_builder_impl.cc:422
↓ 75 callersFunctionCreateCelAttributeQualifier
eval/public/cel_attribute.cc:61
↓ 74 callersFunctionIsCelInt64
eval/public/testing/matchers.cc:107
↓ 74 callersMethodbegin
base/attribute_set.h:64
↓ 73 callersFunctionASSERT_OK_AND_ASSIGN
eval/compiler/flat_expr_builder_test.cc:747
↓ 73 callersMethodnode_kind
The type of this node, analogous to Expr::ExprKindCase.
common/ast/navigable_ast_internal.h:190
↓ 70 callersFunctionEqualsProto
Polymorphic matcher to compare any two protos.
internal/proto_matchers.h:128
↓ 70 callersMethodEvaluate
eval/eval/ident_step.cc:75
↓ 70 callersFunctionto_address
internal/to_address.h:37
↓ 69 callersMethodGetParameters
common/type.h:1016
↓ 69 callersMethodReportErrorAt
validator/validator.cc:69
↓ 68 callersMethodat
common/source.cc:66
↓ 67 callersMethodNew
common/internal/reference_count.cc:64
↓ 66 callersMethodcode
internal/status_builder.h:66
↓ 65 callersMethodBuild
eval/eval/attribute_utility.cc:255
↓ 64 callersMethodAddLibrary
parser/parser.cc:1750
↓ 64 callersMethodIsUnknownSet
eval/public/cel_value.h:387
↓ 64 callersMethodmutable_value
eval/eval/comprehension_slots.h:46
↓ 62 callersFunctionGetSmallStringView
common/internal/byte_string_test.cc:86
next →1–100 of 7,048, ranked by callers