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

Method SetInt64

eval/public/structs/field_access_impl.cc:569–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567 }
568
569 bool SetInt64(int64_t value) const {
570 GetReflection()->SetInt64(msg_, field_desc_, value);
571 return true;
572 }
573
574 bool SetUInt64(uint64_t value) const {
575 GetReflection()->SetUInt64(msg_, field_desc_, value);

Callers 5

AssignInt64Method · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
SetValueMethod · 0.45
SetSecondsMethod · 0.45
SetSingularFieldMethod · 0.45

Calls

no outgoing calls

Tested by 1

ASSERT_OK_AND_ASSIGNFunction · 0.36