Searched defs:out_value (Results 1 - 7 of 7) sorted by relevance

/external/libbrillo/brillo/
H A Dvalue_conversion.cc23 std::unique_ptr<base::ListValue>* out_value) {
27 out_value->reset(list->DeepCopy());
32 std::unique_ptr<base::DictionaryValue>* out_value) {
36 out_value->reset(dict->DeepCopy());
22 FromValue(const base::Value& in_value, std::unique_ptr<base::ListValue>* out_value) argument
31 FromValue(const base::Value& in_value, std::unique_ptr<base::DictionaryValue>* out_value) argument
H A Dvalue_conversion.h34 inline bool FromValue(const base::Value& in_value, bool* out_value) { argument
35 return in_value.GetAsBoolean(out_value);
38 inline bool FromValue(const base::Value& in_value, int* out_value) { argument
39 return in_value.GetAsInteger(out_value);
42 inline bool FromValue(const base::Value& in_value, double* out_value) { argument
43 return in_value.GetAsDouble(out_value);
46 inline bool FromValue(const base::Value& in_value, std::string* out_value) { argument
47 return in_value.GetAsString(out_value);
51 const base::ListValue** out_value) {
52 return in_value.GetAsList(out_value);
50 FromValue(const base::Value& in_value, const base::ListValue** out_value) argument
55 FromValue(const base::Value& in_value, const base::DictionaryValue** out_value) argument
70 FromValue(const base::Value& in_value, std::vector<T, Alloc>* out_value) argument
86 FromValue(const base::Value& in_value, std::map<std::string, T, Pred, Alloc>* out_value) argument
[all...]
/external/libchrome/base/trace_event/
H A Dmemory_allocator_dump_unittest.cc63 const Value* out_value = nullptr; local
70 EXPECT_TRUE(arg->Get("value", &out_value));
71 return out_value ? out_value->CreateDeepCopy() : scoped_ptr<Value>();
/external/boringssl/src/crypto/test/
H A Dfile_test.cc178 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) { argument
185 *out_value = iter->second;
/external/libchrome/base/
H A Dpickle_unittest.cc573 int out_value; local
574 EXPECT_TRUE(iter.ReadInt(&out_value));
575 EXPECT_EQ(42, out_value);
H A Dvalues.cc96 bool Value::GetAsBinary(const BinaryValue** /* out_value */) const {
100 bool Value::GetAsBoolean(bool* /* out_value */) const {
104 bool Value::GetAsInteger(int* /* out_value */) const {
108 bool Value::GetAsDouble(double* /* out_value */) const {
112 bool Value::GetAsString(std::string* /* out_value */) const {
116 bool Value::GetAsString(string16* /* out_value */) const {
120 bool Value::GetAsString(const StringValue** /* out_value */) const {
124 bool Value::GetAsList(ListValue** /* out_value */) {
128 bool Value::GetAsList(const ListValue** /* out_value */) const {
132 bool Value::GetAsDictionary(DictionaryValue** /* out_value */) {
370 GetAsDictionary(DictionaryValue** out_value) argument
517 Get(StringPiece path, Value** out_value) argument
596 GetBinary(const std::string& path, BinaryValue** out_value) argument
616 GetDictionary(StringPiece path, DictionaryValue** out_value) argument
636 GetList(const std::string& path, ListValue** out_value) argument
655 GetWithoutPathExpansion(const std::string& key, Value** out_value) argument
722 GetDictionaryWithoutPathExpansion( const std::string& key, DictionaryValue** out_value) argument
746 GetListWithoutPathExpansion(const std::string& key, ListValue** out_value) argument
754 Remove(const std::string& path, scoped_ptr<Value>* out_value) argument
771 RemoveWithoutPathExpansion(const std::string& key, scoped_ptr<Value>* out_value) argument
787 RemovePath(const std::string& path, scoped_ptr<Value>* out_value) argument
936 Get(size_t index, Value** out_value) argument
994 GetBinary(size_t index, BinaryValue** out_value) argument
1013 GetDictionary(size_t index, DictionaryValue** out_value) argument
1031 GetList(size_t index, ListValue** out_value) argument
1037 Remove(size_t index, scoped_ptr<Value>* out_value) argument
1065 Erase(iterator iter, scoped_ptr<Value>* out_value) argument
1147 GetAsList(ListValue** out_value) argument
[all...]
/external/libweave/third_party/chromium/base/
H A Dvalues.cc96 bool Value::GetAsBinary(const BinaryValue** /* out_value */) const {
100 bool Value::GetAsBoolean(bool* /* out_value */) const {
104 bool Value::GetAsInteger(int* /* out_value */) const {
108 bool Value::GetAsDouble(double* /* out_value */) const {
112 bool Value::GetAsString(std::string* /* out_value */) const {
116 bool Value::GetAsString(const StringValue** out_value) const {
120 bool Value::GetAsList(ListValue** /* out_value */) {
124 bool Value::GetAsList(const ListValue** /* out_value */) const {
128 bool Value::GetAsDictionary(DictionaryValue** /* out_value */) {
132 bool Value::GetAsDictionary(const DictionaryValue** /* out_value */) cons
355 GetAsDictionary(DictionaryValue** out_value) argument
492 Get(StringPiece path, Value** out_value) argument
562 GetBinary(const std::string& path, BinaryValue** out_value) argument
582 GetDictionary(StringPiece path, DictionaryValue** out_value) argument
602 GetList(const std::string& path, ListValue** out_value) argument
621 GetWithoutPathExpansion(const std::string& key, Value** out_value) argument
679 GetDictionaryWithoutPathExpansion( const std::string& key, DictionaryValue** out_value) argument
703 GetListWithoutPathExpansion(const std::string& key, ListValue** out_value) argument
711 Remove(const std::string& path, scoped_ptr<Value>* out_value) argument
728 RemoveWithoutPathExpansion(const std::string& key, scoped_ptr<Value>* out_value) argument
744 RemovePath(const std::string& path, scoped_ptr<Value>* out_value) argument
893 Get(size_t index, Value** out_value) argument
943 GetBinary(size_t index, BinaryValue** out_value) argument
962 GetDictionary(size_t index, DictionaryValue** out_value) argument
980 GetList(size_t index, ListValue** out_value) argument
986 Remove(size_t index, scoped_ptr<Value>* out_value) argument
1014 Erase(iterator iter, scoped_ptr<Value>* out_value) argument
1085 GetAsList(ListValue** out_value) argument
[all...]

Completed in 187 milliseconds