Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ functions
Functions
7,048 in github.com/cel-expr/cel-cpp
⨍
Functions
7,048
◇
Types & classes
1,612
↓ 9 callers
Function
EncodeTimestampToJson
internal/time.cc:174
↓ 9 callers
Function
EscapeString
internal/strings.cc:552
↓ 9 callers
Method
Evaluate
codelab/exercise4.cc:91
↓ 9 callers
Method
Get
List element access operator.
eval/public/containers/container_backed_list_impl.h:31
↓ 9 callers
Method
GetField
eval/public/structs/legacy_type_adapter_test.cc:39
↓ 9 callers
Method
GetInt32
eval/public/structs/field_access_impl.cc:58
↓ 9 callers
Method
GetInt64
eval/public/structs/field_access_impl.cc:66
↓ 9 callers
Method
GetNativeTypeId
eval/eval/trace_step.h:51
↓ 9 callers
Method
GetOptional
common/type.cc:397
↓ 9 callers
Method
GetParsedMessage
common/value.cc:2567
↓ 9 callers
Method
GetRuntimeType
common/values/struct_value.cc:44
↓ 9 callers
Method
GetTypeParam
common/type.cc:430
↓ 9 callers
Method
GetUint64Key
base/attribute.h:79
↓ 9 callers
Method
GetUnknown
common/type.cc:450
↓ 9 callers
Method
HasNext
common/value.cc:2671
↓ 9 callers
Method
InsertOrAssignValueProvider
runtime/activation.cc:109
↓ 9 callers
Method
IsEmpty
eval/eval/attribute_utility.cc:250
↓ 9 callers
Function
IsFinite
Determine whether the duration is finite.
internal/overflow.cc:65
↓ 9 callers
Method
IsParsedMessage
Returns `true` if this value is an instance of a parsed message value. If `true` is returned, it is implied that `IsMessage()` would also return true.
common/value.h:573
↓ 9 callers
Method
IsZeroValue
common/values/map_value.cc:120
↓ 9 callers
Function
LookupMapValue
extensions/protobuf/internal/qualify.cc:97
↓ 9 callers
Function
MakeOptionalValue
common/values/optional_value.h:197
↓ 9 callers
Function
MessageEquals
internal/message_equality.cc:1427
↓ 9 callers
Method
NewCompiler
env/env.cc:177
↓ 9 callers
Function
OptionalCompilerLibrary
compiler/optional.cc:25
↓ 9 callers
Method
RegisterMacros
parser/macro_registry.cc:39
↓ 9 callers
Function
RegisterStringsFunctions
extensions/strings.cc:308
↓ 9 callers
Method
Reverse
common/values/string_value.cc:1167
↓ 9 callers
Function
RunTernaryExpression
eval/compiler/flat_expr_builder_test.cc:1808
↓ 9 callers
Method
SetBoolValue
internal/well_known_types.cc:1383
↓ 9 callers
Method
SetStandardLibraryConfig
env/config.cc:77
↓ 9 callers
Method
ShapeMatches
common/function_descriptor.cc:26
↓ 9 callers
Method
Snippet
common/source.cc:501
↓ 9 callers
Function
TestBytesLiteral
<quoted> takes a byte literal of the form b'...', b'''...'''
internal/strings_test.cc:89
↓ 9 callers
Function
TestQuotedString
<quoted> takes a string literal of the form '...', r'...', "..." or r"...". <unquoted> is the expected parsed form of <quoted>.
internal/strings_test.cc:45
↓ 9 callers
Function
ValidateDuration
internal/time.cc:72
↓ 9 callers
Function
ValidateTimestamp
internal/time.cc:105
↓ 9 callers
Function
ValueKindToKind
common/value_kind.h:62
↓ 9 callers
Function
ValueVariant
common/values/value_variant.h:432
↓ 9 callers
Method
arena
runtime/function.h:67
↓ 9 callers
Method
has_comprehension_expr
common/expr.h:1052
↓ 9 callers
Method
has_function
common/ast/metadata.h:604
↓ 9 callers
Method
id
validator/validator.h:93
↓ 9 callers
Method
mutable_attribute
eval/eval/comprehension_slots.h:58
↓ 9 callers
Method
set_type
common/decl.h:80
↓ 8 callers
Method
AddAbbreviation
common/container.cc:94
↓ 8 callers
Method
AddLibrarySubset
checker/internal/type_checker_builder_impl.cc:408
↓ 8 callers
Function
Allocator
common/memory.h:129
↓ 8 callers
Method
Apply
runtime/function_adapter.h:119
↓ 8 callers
Function
AstToParsedExpr
common/ast_proto.cc:483
↓ 8 callers
Function
CEL_ASSIGN_OR_RETURN
eval/public/structs/proto_message_type_adapter.cc:526
↓ 8 callers
Method
CheckForMissingAttribute
eval/eval/attribute_utility.cc:75
↓ 8 callers
Function
CheckMapKeyType
eval/eval/container_access_step.cc:62
↓ 8 callers
Function
CheckedInt64ToInt32
internal/overflow.cc:321
↓ 8 callers
Method
ConsumePrefix
internal/well_known_types.cc:383
↓ 8 callers
Function
CreateAstFromParsedExpr
common/ast_proto.cc:464
↓ 8 callers
Function
CreateAstFromParsedExpr
extensions/protobuf/ast_converters.h:33
↓ 8 callers
Function
CreateDirectSlotIdentStep
eval/eval/ident_step.cc:159
↓ 8 callers
Method
DebugString
implement the OpaqueValueInterface
codelab/network_functions.cc:267
↓ 8 callers
Function
EnableConstantFolding
runtime/constant_folding.cc:74
↓ 8 callers
Function
EnableCoverageInRuntime
testing/testrunner/coverage_index.cc:259
↓ 8 callers
Method
FindAlias
common/container.cc:140
↓ 8 callers
Method
FindExpr
common/ast/navigable_ast_internal.h:265
↓ 8 callers
Function
FormatDoubleQuotedBytesLiteral
internal/strings.cc:682
↓ 8 callers
Function
FormatDoubleQuotedStringLiteral
internal/strings.cc:668
↓ 8 callers
Function
FormatTimestamp
internal/time.cc:135
↓ 8 callers
Function
FromNumber
extensions/sets_functions_benchmark_test.cc:58
↓ 8 callers
Method
GetAttributeSpan
Gets the last size attribute trails of the stack. Checking that stack has enough elements is caller's responsibility. Please note that calls to Push m
eval/eval/evaluator_stack.h:127
↓ 8 callers
Method
GetBoolKey
base/attribute.h:91
↓ 8 callers
Function
GetEquatableFieldCategory
internal/message_equality.cc:789
↓ 8 callers
Method
GetNanos
internal/well_known_types.cc:999
↓ 8 callers
Method
GetSeconds
internal/well_known_types.cc:993
↓ 8 callers
Method
GetTypeRegistry
CEL Type registry. Provides a means to resolve the CEL built-in types to CelValue instances, and to extend the set of types and enums known to express
eval/compiler/cel_expression_builder_flat_impl.h:89
↓ 8 callers
Method
Has
common/value.h:2702
↓ 8 callers
Function
InvalidSelectTargetError
Common error for cases where evaluation attempts to perform select operations on an unsupported type. This should not happen under normal usage of th
eval/eval/select_step.cc:48
↓ 8 callers
Function
IsAny
internal/message_equality.cc:449
↓ 8 callers
Function
IsAnyField
internal/message_equality.cc:454
↓ 8 callers
Function
IsCelDouble
eval/public/testing/matchers.cc:115
↓ 8 callers
Method
IsChecked
Deprecated. Use `is_checked()` instead.
common/ast.h:69
↓ 8 callers
Method
IsFlattened
eval/compiler/flat_expr_builder_extensions.h:197
↓ 8 callers
Method
IsMap
common/type.h:219
↓ 8 callers
Function
LegacyByteString
common/internal/byte_string.cc:1041
↓ 8 callers
Method
LegacyHasMapValue
eval/public/containers/internal_field_backed_map_impl.cc:226
↓ 8 callers
Function
ListValueIs
common/value_testing.cc:230
↓ 8 callers
Function
MockNeverCalledDirectStep
eval/eval/optional_or_step_test.cc:67
↓ 8 callers
Method
MutableStructValue
internal/well_known_types.cc:1485
↓ 8 callers
Function
New
internal/new.cc:54
↓ 8 callers
Function
ParseFromCel
eval/compiler/constant_folding_test.cc:92
↓ 8 callers
Function
ParseTimestamp
internal/time.cc:121
↓ 8 callers
Method
PlanRecursiveProgram
eval/compiler/flat_expr_builder.cc:593
↓ 8 callers
Method
Reserve
common/values/value_builder.cc:980
↓ 8 callers
Method
Reset
eval/eval/evaluator_core.cc:36
↓ 8 callers
Function
RunBenchmark
extensions/sets_functions_benchmark_test.cc:204
↓ 8 callers
Method
SetInt64
eval/public/structs/field_access_impl.cc:569
↓ 8 callers
Function
StringsCompilerLibrary
extensions/strings.h:60
↓ 8 callers
Method
ToStatus
runtime/runtime_issue.h:73
↓ 8 callers
Function
ToString
common/values/bytes_value.h:210
↓ 8 callers
Function
UnsafeConvertWireCompatProto
common/internal/value_conversion.h:39
↓ 8 callers
Function
UnsafeDurationValue
common/values/duration_value.h:125
↓ 8 callers
Method
UpdateValidationResult
validator/validator.cc:48
← previous
next →
701–800 of 7,048, ranked by callers