OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:this2
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/audio/nas/
SDL_nasaudio.c
47
static struct SDL_PrivateAudioData *
this2
= NULL;
variable in typeref:struct:SDL_PrivateAudioData
305
if (
this2
->buf_free >= 0) {
306
this2
->really += event->num_bytes;
307
gettimeofday(&
this2
->last_tv, 0);
308
this2
->buf_free += event->num_bytes;
310
this2
->buf_free = event->num_bytes;
317
if (
this2
->buf_free >= 0) {
318
this2
->really += event->num_bytes;
319
gettimeofday(&
this2
->last_tv, 0);
320
this2
->buf_free += event->num_bytes
[
all
...]
/external/chromium/third_party/libjingle/source/talk/base/
diskcache.cc
345
DiskCache*
this2
= const_cast<DiskCache*>(this);
local
346
Entry* entry2 =
this2
->GetOrCreateEntry(id, false);
352
this2
->total_size_ += new_size;
357
this2
->CheckLimit();
/external/chromium_org/third_party/libjingle/source/talk/base/
diskcache.cc
345
DiskCache*
this2
= const_cast<DiskCache*>(this);
local
346
Entry* entry2 =
this2
->GetOrCreateEntry(id, false);
352
this2
->total_size_ += new_size;
357
this2
->CheckLimit();
/external/clang/test/CXX/expr/expr.const/
p2-0x.cpp
12
int
this2
: this->this1; // expected-error {{invalid}}
member in struct:This
Completed in 899 milliseconds