OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:back
(Results
201 - 225
of
343
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h
721
back
()
function in class:vector
725
back
() const
function in class:vector
stl_list.h
847
back
()
function in class:list
859
back
() const
function in class:list
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h
615
back
()
function in class:__versa_string
623
back
() const
function in class:__versa_string
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_list.h
387
reference
back
() { return *(--end()); }
function in class:list
388
const_reference
back
() const { return *(--end()); }
function in class:list
_vector.h
207
reference
back
() { return *(end() - 1); }
function in class:vector
208
const_reference
back
() const { return *(end() - 1); }
function in class:vector
302
//As the vector container is a
back
insert oriented container it
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_bvector.h
721
back
()
function in class:vector
725
back
() const
function in class:vector
stl_list.h
847
back
()
function in class:list
859
back
() const
function in class:list
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
vstring.h
615
back
()
function in class:__versa_string
623
back
() const
function in class:__versa_string
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_list.h
915
back
()
function in class:list
927
back
() const
function in class:list
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h
633
back
()
function in class:__versa_string
641
back
() const
function in class:__versa_string
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_deque.h
1310
back
()
function in class:deque
1322
back
() const
function in class:deque
[
all
...]
stl_list.h
924
back
()
function in class:list
936
back
() const
function in class:list
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_list.h
387
reference
back
() { return *(--end()); }
function in class:list
388
const_reference
back
() const { return *(--end()); }
function in class:list
_vector.h
207
reference
back
() { return *(end() - 1); }
function in class:vector
208
const_reference
back
() const { return *(end() - 1); }
function in class:vector
302
//As the vector container is a
back
insert oriented container it
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_list.h
387
reference
back
() { return *(--end()); }
function in class:list
388
const_reference
back
() const { return *(--end()); }
function in class:list
_vector.h
207
reference
back
() { return *(end() - 1); }
function in class:vector
208
const_reference
back
() const { return *(end() - 1); }
function in class:vector
302
//As the vector container is a
back
insert oriented container it
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_list.h
915
back
()
function in class:list
927
back
() const
function in class:list
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring.h
633
back
()
function in class:__versa_string
641
back
() const
function in class:__versa_string
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_deque.h
1310
back
()
function in class:deque
1322
back
() const
function in class:deque
[
all
...]
stl_list.h
924
back
()
function in class:list
936
back
() const
function in class:list
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_deque.h
1329
back
()
function in class:deque
1341
back
() const
function in class:deque
[
all
...]
stl_list.h
943
back
()
function in class:list
955
back
() const
function in class:list
[
all
...]
/dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java
17
package com.android.dx.ssa.
back
;
[
all
...]
/external/chromium_org/chrome/browser/history/
history_types.h
363
URLResult&
back
() { return *results_.
back
(); }
function in class:history::QueryResults
364
const URLResult&
back
() const { return *results_.
back
(); }
function in class:history::QueryResults
/external/chromium_org/chrome/renderer/resources/extensions/
web_view.js
340
// be propagated
back
to the <webview>.
439
// Once <webview> enters a navigated state, it cannot be return
back
to a
975
proto.
back
= function() {
Completed in 1523 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>