Searched refs:size_type (Results 201 - 225 of 289) sorted by relevance

1234567891011>>

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp165 std::string::size_type DotIdx = OpName.find_first_of(".");
203 std::string::size_type wpos = CStr.find_first_of(" \t");
204 std::string::size_type start = CStr.find_first_not_of(" \t");
223 std::string::size_type pos = CStr.find_first_of('=');
260 std::string::size_type bidx, eidx;
/external/libcxx/test/std/experimental/string.view/string.view.find/
H A Dfind_first_not_of_pointer_size_size.pass.cpp12 // constexpr size_type find_first_not_of(const charT* s, size_type pos, size_type n) const;
21 test(const S& s, const typename S::value_type* str, typename S::size_type pos,
22 typename S::size_type n, typename S::size_type x)
H A Dfind_first_of_pointer_size_size.pass.cpp12 // constexpr size_type find_first_of(const charT* s, size_type pos, size_type n) const;
21 test(const S& s, const typename S::value_type* str, typename S::size_type pos,
22 typename S::size_type n, typename S::size_type x)
H A Dfind_last_of_pointer_size_size.pass.cpp12 // constexpr size_type find_last_of(const charT* s, size_type pos, size_type n) const;
21 test(const S& s, const typename S::value_type* str, typename S::size_type pos,
22 typename S::size_type n, typename S::size_type x)
H A Dfind_pointer_size_size.pass.cpp12 // constexpr size_type find(const charT* s, size_type pos, size_type n) const;
21 test(const S& s, const typename S::value_type* str, typename S::size_type pos,
22 typename S::size_type n, typename S::size_type x)
/external/libcxx/test/std/strings/basic.string/string.ops/string_find/
H A Dpointer_size_size.pass.cpp12 // size_type find(const charT* s, size_type pos, size_type n) const;
21 test(const S& s, const typename S::value_type* str, typename S::size_type pos,
22 typename S::size_type n, typename S::size_type x)
/external/libcxx/test/std/strings/basic.string/string.ops/string_find.first.not.of/
H A Dpointer_size_size.pass.cpp12 // size_type find_first_not_of(const charT* s, size_type pos, size_type n) const;
21 test(const S& s, const typename S::value_type* str, typename S::size_type pos,
22 typename S::size_type n, typename S::size_type x)
/external/libcxx/test/std/strings/basic.string/string.ops/string_find.first.of/
H A Dpointer_size_size.pass.cpp12 // size_type find_first_of(const charT* s, size_type pos, size_type n) const;
21 test(const S& s, const typename S::value_type* str, typename S::size_type pos,
22 typename S::size_type n, typename S::size_type x)
/external/libcxx/test/std/strings/basic.string/string.ops/string_find.last.of/
H A Dpointer_size_size.pass.cpp12 // size_type find_last_of(const charT* s, size_type pos, size_type n) const;
21 test(const S& s, const typename S::value_type* str, typename S::size_type pos,
22 typename S::size_type n, typename S::size_type x)
/external/llvm/include/llvm/ADT/
H A DBitVector.h40 typedef unsigned size_type; typedef in class:llvm::BitVector
118 size_type size() const { return Size; }
121 size_type count() const {
H A DSmallBitVector.h60 typedef unsigned size_type; typedef in class:llvm::SmallBitVector
182 size_type count() const {
H A DStringMap.h246 typedef size_t size_type; typedef in class:llvm::StringMap
290 size_type count(StringRef Key) const {
H A DEquivalenceClasses.h247 typedef size_t size_type; typedef in class:llvm::EquivalenceClasses::member_iterator
/external/libcxx/test/std/containers/associative/map/map.modifiers/
H A Derase_key.pass.cpp14 // size_type erase(const key_type& k);
26 typedef M::size_type R;
152 typedef M::size_type R;
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
H A Dsize_string.pass.cpp13 // insert(size_type pos1, const basic_string& str);
23 test(S s, typename S::size_type pos, S str, S expected)
25 typename S::size_type old_size = s.size();
H A Diter_size_char.pass.cpp12 // iterator insert(const_iterator p, size_type n, charT c);
25 test(S s, typename S::difference_type pos, typename S::size_type n,
/external/llvm/lib/Object/
H A DArchive.cpp36 llvm::StringRef::size_type end =
167 StringRef::size_type End = StringRef(addr).find('/');
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h95 typedef size_t size_type; typedef in class:std::initializer_list
/external/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist.cpp22 typedef size_t size_type; typedef in class:std::initializer_list
/external/clang/test/Parser/
H A Dcxx0x-attributes.cpp23 typedef size_t size_type; typedef in class:std::initializer_list
/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-constructor.cpp25 typedef size_t size_type; typedef in class:std::initializer_list
H A Dcxx0x-initializer-stdinitializerlist.cpp27 typedef size_t size_type; typedef in class:std::initializer_list
/external/libcxx/test/support/
H A Dallocators.h84 typedef unsigned size_type; typedef in class:A2
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h361 struct lp_type size_type,
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_name_resolver.cc122 string::size_type last_slash = file->name().find_last_of('/');

Completed in 941 milliseconds

1234567891011>>