MCPcopy 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_valueMethod · 0.80

Calls

no outgoing calls

Tested by 5