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

Method GetInt32

eval/public/structs/field_access_impl.cc:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 bool GetBool() const { return static_cast<const Derived*>(this)->GetBool(); }
57
58 int64_t GetInt32() const {
59 return static_cast<const Derived*>(this)->GetInt32();
60 }
61
62 uint64_t GetUInt32() const {
63 return static_cast<const Derived*>(this)->GetUInt32();

Callers 6

GetInt32Method · 0.45
GetValueMethod · 0.45
GetNanosMethod · 0.45
AsEquatableValueFunction · 0.45
MessageFieldToJsonMethod · 0.45
WrapFieldImplFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected