OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rend
(Results
651 - 675
of
1115
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_multiset.h
322
rend
() const _GLIBCXX_NOEXCEPT
323
{ return _M_t.
rend
(); }
360
{ return _M_t.
rend
(); }
stl_set.h
325
rend
() const _GLIBCXX_NOEXCEPT
326
{ return _M_t.
rend
(); }
363
{ return _M_t.
rend
(); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_multiset.h
322
rend
() const _GLIBCXX_NOEXCEPT
323
{ return _M_t.
rend
(); }
360
{ return _M_t.
rend
(); }
stl_set.h
325
rend
() const _GLIBCXX_NOEXCEPT
326
{ return _M_t.
rend
(); }
363
{ return _M_t.
rend
(); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_multiset.h
322
rend
() const _GLIBCXX_NOEXCEPT
323
{ return _M_t.
rend
(); }
360
{ return _M_t.
rend
(); }
stl_set.h
325
rend
() const _GLIBCXX_NOEXCEPT
326
{ return _M_t.
rend
(); }
363
{ return _M_t.
rend
(); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_multiset.h
357
rend
() const _GLIBCXX_NOEXCEPT
358
{ return _M_t.
rend
(); }
395
{ return _M_t.
rend
(); }
stl_set.h
361
rend
() const _GLIBCXX_NOEXCEPT
362
{ return _M_t.
rend
(); }
399
{ return _M_t.
rend
(); }
/external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.cc
162
i != request_interceptors.
rend
();
/external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store.cc
70
for (entry = entries_.rbegin(); entry != entries_.
rend
(); ++entry) {
/external/chromium_org/chrome/browser/media_galleries/
media_folder_finder.cc
440
std::copy(reply.new_folders.rbegin(), reply.new_folders.
rend
(),
/external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator.cc
123
for ( ; it != list.
rend
(); ++it) {
/external/chromium_org/chrome/browser/ui/ash/multi_user/
user_switch_animator_chromeos.cc
264
it_window != window_list.
rend
(); ++it_window) {
/external/chromium_org/chromecast/shell/browser/
url_request_context_factory.cc
259
i != request_interceptors.
rend
();
/external/chromium_org/content/browser/renderer_host/input/
gesture_event_queue.cc
49
while (it != coalesced_gesture_events_.
rend
()) {
/external/chromium_org/extensions/common/
message_bundle.cc
75
it != locale_catalogs.
rend
(); ++it) {
/external/chromium_org/net/http/
http_auth_cache.cc
278
it2 != it->paths_.
rend
(); ++it2)
/external/chromium_org/net/spdy/
hpack_huffman_table.cc
123
it != symbols.
rend
(); ++it) {
/external/chromium_org/third_party/leveldatabase/src/db/
skiplist_test.cc
115
model_iter != keys.
rend
();
/external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field.h
160
reverse_iterator
rend
() {
function in class:google::protobuf::RepeatedField
163
const_reverse_iterator
rend
() const {
function in class:google::protobuf::RepeatedField
475
reverse_iterator
rend
() {
function in class:google::protobuf::RepeatedPtrField
478
const_reverse_iterator
rend
() const {
function in class:google::protobuf::RepeatedPtrField
[
all
...]
repeated_field_unittest.cc
916
EXPECT_TRUE(proto_array_.
rend
() == iter);
917
EXPECT_EQ("foo", *(--proto_array_.
rend
()));
929
EXPECT_TRUE(const_proto_array.
rend
() == iter);
930
EXPECT_EQ("foo", *(--const_proto_array.
rend
()));
[
all
...]
/external/chromium_org/ui/message_center/cocoa/
popup_collection.mm
312
for (auto it = allPopups.rbegin(); it != allPopups.
rend
(); ++it) {
/external/chromium_org/ui/message_center/
notification_list.cc
196
iter != notifications_.
rend
(); iter++) {
/external/clang/include/clang/Basic/
VirtualFileSystem.h
245
iterator overlays_end() { return FSList.
rend
(); }
/external/clang/lib/Format/
FormatToken.cpp
235
E = Formats.
rend
();
Completed in 1912 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>