Home
last modified time | relevance | path

Searched refs:EndDictionary (Results 1 – 16 of 16) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_event_argument_unittest.cc51 value->EndDictionary(); in TEST()
58 value->EndDictionary(); in TEST()
61 value->EndDictionary(); in TEST()
89 value->EndDictionary(); in TEST()
120 value->EndDictionary(); in TEST()
158 nested_dict_value->EndDictionary(); in TEST()
Dmemory_allocator_dump.cc85 value->EndDictionary(); in AsValueInto()
87 value->EndDictionary(); // "attrs": { ... } in AsValueInto()
90 value->EndDictionary(); // "allocator_name/heap_subheap": { ... } in AsValueInto()
Dtrace_event_argument.cc153 EndDictionary(); in SetValue()
162 EndDictionary(); in SetValueWithCopiedName()
193 void TracedValue::EndDictionary() { in EndDictionary() function in base::trace_event::TracedValue
287 EndDictionary(); in SetBaseValueWithCopiedName()
341 EndDictionary(); in AppendBaseValue()
Dtrace_event_argument.h31 void EndDictionary();
Dblame_context.cc91 state->EndDictionary(); in AsValueInto()
Dprocess_memory_dump.cc372 value->EndDictionary(); in SerializeAllocatorDumpsInto()
383 value->EndDictionary(); in SerializeAllocatorDumpsInto()
Dtrace_event_impl.cc484 value->EndDictionary(); in AsConvertableToTraceFormat()
/external/cronet/base/trace_event/
Dtraced_value_unittest.cc185 value->EndDictionary(); in TEST()
192 value->EndDictionary(); in TEST()
195 value->EndDictionary(); in TEST()
223 value->EndDictionary(); in TEST()
258 nested_dict_value->EndDictionary(); in TEST()
Dmemory_allocator_dump.cc88 value->EndDictionary(); in AsValueInto()
90 value->EndDictionary(); // "attrs": { ... } in AsValueInto()
93 value->EndDictionary(); // "allocator_name/heap_subheap": { ... } in AsValueInto()
Dtraced_value.cc157 EndDictionary(); in SetValue()
167 EndDictionary(); in SetValueWithCopiedName()
194 void EndDictionary() override { pickle_.WriteBytes(&kTypeEndDict, 1); } in EndDictionary() function in base::trace_event::__anon20c3171c0111::PickleWriter
625 void TracedValue::EndDictionary() { in EndDictionary() function in base::trace_event::TracedValue
628 writer_->EndDictionary(); in EndDictionary()
806 value->EndDictionary(); in WriteToValue()
848 value->EndDictionary(); in WriteToValue()
913 value_->EndDictionary(); in ~DictionaryScope()
Dtraced_value.h37 void EndDictionary();
345 virtual void EndDictionary() = 0;
Dprocess_memory_dump.cc407 value->EndDictionary(); in SerializeAllocatorDumpsInto()
418 value->EndDictionary(); in SerializeAllocatorDumpsInto()
Dtrace_event_stub.h99 void EndDictionary() {} in EndDictionary() function
/external/libchrome/base/task/sequence_manager/
Dtime_domain.cc128 state->EndDictionary(); in AsValueInto()
Dtask_queue_impl.cc496 state->EndDictionary(); in AsValueInto()
554 state->EndDictionary(); in AsValueInto()
767 state->EndDictionary(); in TaskAsValueInto()
Dsequence_manager_impl.cc596 state->EndDictionary(); in AsValueWithSelectorResult()