Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ set_integer
Method
set_integer
compiler/cpp/src/thrift/parse/t_const_value.h:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
std::string get_string() const { return stringVal_; }
61
62
void set_integer(int64_t val) {
63
valType_ = CV_INTEGER;
64
intVal_ = val;
65
}
66
67
int64_t get_integer() const {
68
if (valType_ == CV_IDENTIFIER) {
Callers
6
resolve_const_value
Method · 0.80
get_test_bool_const_data
Method · 0.80
get_test_i8_const_data
Method · 0.80
get_test_i16_const_data
Method · 0.80
get_test_i32_const_data
Method · 0.80
get_test_i64_const_data
Method · 0.80
Calls
no outgoing calls
Tested by
5
get_test_bool_const_data
Method · 0.64
get_test_i8_const_data
Method · 0.64
get_test_i16_const_data
Method · 0.64
get_test_i32_const_data
Method · 0.64
get_test_i64_const_data
Method · 0.64