Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getInt64
Method
getInt64
valdi_protobuf/src/valdi_protobuf/Field.cpp:454–456 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
452
}
453
454
int64_t Field::getInt64() const {
455
return static_cast<int64_t>(getVarint());
456
}
457
458
void Field::setInt64(int64_t v) {
459
setVarint(static_cast<int64_t>(v));
Callers
3
getProtobufNonRepeatedField
Function · 0.80
TEST
Function · 0.80
checkVarintConformance
Method · 0.80
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.64
checkVarintConformance
Method · 0.64