OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_map_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.cc
60
thread_map_
[rtc::CurrentThreadId()].global_state.tag = ToString(name);
65
thread_map_
[rtc::CurrentThreadId()].global_state.tag = name;
70
thread_map_
[rtc::CurrentThreadId()].global_state.tag = name;
75
thread_map_
[rtc::CurrentThreadId()].global_state.enabled = enabled;
80
ThreadMap::iterator it =
thread_map_
.find(rtc::CurrentThreadId());
81
assert(it !=
thread_map_
.end());
99
ThreadMap::iterator it =
thread_map_
.find(rtc::CurrentThreadId());
100
assert(it !=
thread_map_
.end());
122
ThreadMap::iterator it =
thread_map_
.find(rtc::CurrentThreadId());
123
assert(it !=
thread_map_
.end())
[
all
...]
bwe_test_logging.h
314
ThreadMap
thread_map_
;
member in class:webrtc::testing::bwe::Logging
Completed in 89 milliseconds