Searched defs:cend (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/webrtc/base/ |
D | array_view.h | 113 const T* cend() const { return data_ + size_; } in cend() function
|
/external/v8/src/base/ |
D | iterator.h | 38 const_iterator cend() const { return end_; } in cend() function
|
/external/libcxx/test/std/iterators/iterator.range/ |
D | begin-end.fail.cpp | 38 FakeIter cend (const FakeContainer &) { return 12; } in cend() function
|
/external/e2fsprogs/lib/ext2fs/ |
D | gen_bitmap64.c | 804 __u64 cstart, cend, cout; in ext2fs_find_first_zero_generic_bmap() local 858 __u64 cstart, cend, cout; in ext2fs_find_first_set_generic_bmap() local
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_parse.c | 651 const u8 *cend; in p2p_group_info_parse() local
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyUtil.h | 158 const_iterator cend() const { return Data + Size; } in cend() function
|
D | ThreadSafetyTIL.h | 1726 const_iterator cend() const { return Blocks.cend(); } in cend() function
|
/external/selinux/mcstrans/src/ |
D | mcscolor.c | 44 static setab_t *cend[N_COLOR]; variable
|
/external/libcxx/test/support/ |
D | nasty_containers.hpp | 65 const_iterator cend() const TEST_NOEXCEPT { return v_.cend(); } in cend() function in nasty_vector 197 const_iterator cend() const TEST_NOEXCEPT { return l_.cend(); } in cend() function in nasty_list
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 3404 Value& Value::resolveReference(char const* key, char const* cend) in resolveReference() 3480 Value Value::get(char const* key, char const* cend, Value const& defaultValue) const in get() 3495 bool Value::removeMember(const char* key, const char* cend, Value* removed) in removeMember()
|
/external/protobuf/src/google/protobuf/ |
D | map.h | 1492 const_iterator cend() const { return end(); } in cend() function
|
/external/svox/pico/lib/ |
D | picoos.c | 310 MemCellHdr cbeg, cmid, cend; in os_init_mem_block() local
|