Home | History | Annotate | Download | only in base

Lines Matching refs:BinaryValue

35 class BinaryValue;
75 static BinaryValue* CreateBinaryValue(char* buffer, size_t size);
172 class BASE_API BinaryValue: public Value {
174 virtual ~BinaryValue();
179 static BinaryValue* Create(char* buffer, size_t size);
182 // factory method creates a new BinaryValue by copying the contents of the
185 static BinaryValue* CreateWithCopiedBuffer(const char* buffer, size_t size);
192 virtual BinaryValue* DeepCopy() const;
198 BinaryValue(char* buffer, size_t size);
203 DISALLOW_COPY_AND_ASSIGN(BinaryValue);
267 bool GetBinary(const std::string& path, BinaryValue** out_value) const;
384 bool GetBinary(size_t index, BinaryValue** out_value) const;