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

Method GetUInt32

eval/public/structs/field_access_impl.cc:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 uint64_t GetUInt32() const {
63 return static_cast<const Derived*>(this)->GetUInt32();
64 }
65
66 int64_t GetInt64() const {
67 return static_cast<const Derived*>(this)->GetInt64();

Callers 5

GetUInt32Method · 0.45
GetValueMethod · 0.45
AsEquatableValueFunction · 0.45
MessageFieldToJsonMethod · 0.45
WrapFieldImplFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected