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

Method SetInt32

eval/public/structs/field_access_impl.cc:559–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557 }
558
559 bool SetInt32(int32_t value) const {
560 GetReflection()->SetInt32(msg_, field_desc_, value);
561 return true;
562 }
563
564 bool SetUInt32(uint32_t value) const {
565 GetReflection()->SetUInt32(msg_, field_desc_, value);

Callers 4

AssignInt32Method · 0.45
SetValueMethod · 0.45
SetNanosMethod · 0.45
SetSingularFieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected