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

Method GetInt32

eval/public/structs/field_access_impl.cc:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 bool GetBool() const { return GetReflection()->GetBool(*msg_, field_desc_); }
200
201 int64_t GetInt32() const {
202 return GetReflection()->GetInt32(*msg_, field_desc_);
203 }
204
205 uint64_t GetUInt32() const {
206 return GetReflection()->GetUInt32(*msg_, field_desc_);

Callers

nothing calls this directly

Calls 1

GetInt32Method · 0.45

Tested by

no test coverage detected