HomeSort by relevance Sort by last modified time
    Searched refs:dict_value (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/trace_event/
trace_event_argument_unittest.cc 104 auto dict_value = WrapUnique(new DictionaryValue); local
105 dict_value->SetBoolean("bool", true);
106 dict_value->SetInteger("int", 42);
107 dict_value->SetDouble("double", 42.0f);
108 dict_value->SetString("string", std::string("a") + "b");
109 dict_value->SetString("string", std::string("a") + "b");
115 list_value->Append(std::move(dict_value));
122 dict_value.reset();
134 auto dict_value = MakeUnique<TracedValue>(); local
135 dict_value->SetInteger("a", 1)
    [all...]
trace_event_argument.cc 277 const DictionaryValue* dict_value; local
278 value.GetAsDictionary(&dict_value);
280 for (DictionaryValue::Iterator it(*dict_value); !it.IsAtEnd();
331 const DictionaryValue* dict_value; local
332 value.GetAsDictionary(&dict_value);
334 for (DictionaryValue::Iterator it(*dict_value); !it.IsAtEnd();
  /external/ppp/pppd/plugins/radius/
radiusclient.h 311 typedef struct dict_value struct
316 struct dict_value *next;
317 } DICT_VALUE;
432 DICT_VALUE *rc_dict_findval __P((char *));
433 DICT_VALUE * rc_dict_getval __P((UINT4, char *));
  /external/protobuf/python/google/protobuf/internal/
message_test.py     [all...]
  /external/libchrome/base/
values_unittest.cc 1248 DictionaryValue dict_value; local
    [all...]

Completed in 205 milliseconds