OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ref_count
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/msm8998/json-c/
json_object_private.h
26
int
_ref_count
;
member in struct:json_object
json_object.c
155
jso->
_ref_count
++;
163
jso->
_ref_count
--;
164
if(!jso->
_ref_count
)
197
jso->
_ref_count
= 1;
/external/webrtc/webrtc/voice_engine/
voice_engine_impl.h
125
_ref_count
(0),
128
~VoiceEngineImpl() override { assert(
_ref_count
.Value() == 0); }
142
Atomic32
_ref_count
;
member in class:webrtc::VoiceEngineImpl
voice_engine_impl.cc
43
return ++
_ref_count
;
48
int new_ref = --
_ref_count
;
/external/mesa3d/src/gallium/state_trackers/clover/util/
pointer.hpp
34
ref_counter(unsigned value = 1) :
_ref_count
(value) {}
38
return
_ref_count
;
43
_ref_count
++;
48
return (--
_ref_count
) == 0;
52
std::atomic<unsigned>
_ref_count
;
member in class:clover::ref_counter
/external/webrtc/webrtc/test/
mock_voice_engine.h
28
++
_ref_count
;
40
--
_ref_count
;
Completed in 191 milliseconds