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

Method SetUInt32

eval/public/structs/field_access_impl.cc:564–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562 }
563
564 bool SetUInt32(uint32_t value) const {
565 GetReflection()->SetUInt32(msg_, field_desc_, value);
566 return true;
567 }
568
569 bool SetInt64(int64_t value) const {
570 GetReflection()->SetInt64(msg_, field_desc_, value);

Callers 3

AssignUInt32Method · 0.45
SetValueMethod · 0.45
SetSingularFieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected