MCPcopy Create free account
hub / github.com/Samsung/UTopia / isAllocated

Function isAllocated

external/jsoncpp/json/json.h:1151–1151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1149private:
1150 void setType(ValueType v) { bits_.value_type_ = static_cast<unsigned char> (v); }
1151 bool isAllocated() const { return bits_.allocated_; }
1152 void setIsAllocated(bool v) { bits_.allocated_ = v; }
1153
1154 void initBasic(ValueType type, bool allocated = false);

Callers 2

asConstStringMethod · 0.85
releasePayloadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected