Definition at line 285 of file PropertySet.h. References Impala::Util::PropertySet::GetDescription(), ILOG_ERROR, ILOG_FUNCTION, Impala::Util::IOBuffer::Puts(), and Impala::Util::IOBuffer::Valid(). Referenced by Write(). 00286 { 00287 ILOG_FUNCTION(Impala.Util.PropertySet.Write); 00288 if(buf == 0 || !buf->Valid()) 00289 { 00290 ILOG_ERROR("invalid io buffer"); 00291 return false; 00292 } 00293 buf->Puts(props->GetDescription()); 00294 return true; 00295 }
Here is the call graph for this function: ![]()
|