Lines Matching defs:const
33 size_t DataBuffer::Capacity() const
38 size_t DataBuffer::Size() const
43 size_t DataBuffer::Offset() const
48 uint8_t *DataBuffer::Data() const
64 void DataBuffer::SetInt32(const std::string name, int32_t value)
69 void DataBuffer::SetInt64(const std::string name, int64_t value)
74 void DataBuffer::SetString(const std::string name, std::string value)
79 bool DataBuffer::FindInt32(const std::string& name, int32_t& value)
90 bool DataBuffer::FindInt64(const std::string& name, int64_t& value)
101 bool DataBuffer::FindString(const std::string& name, std::string& value)