Home
last modified time | relevance | path

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

/external/v8/src/libplatform/tracing/
Dtrace-config.cc24 std::stringstream category_stream(category_group); in IsCategoryGroupEnabled() local
25 while (category_stream.good()) { in IsCategoryGroupEnabled()
27 getline(category_stream, category, ','); in IsCategoryGroupEnabled()