HomeSort by relevance Sort by last modified time
    Searched refs:cref (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
get_const_rv.fail.cpp 22 template <class T> void cref(T const&) {} function
23 template <class T> void cref(T const&&) = delete;
32 cref(std::get<0>(tup4())); // expected-error {{call to deleted function 'cref'}}
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.elem/
get_const_rv.fail.cpp 22 template <class T> void cref(T const&) {}; function
23 template <class T> void cref(T const&&) = delete;
32 cref(std::get<0>(tup4())); // expected-error {{call to deleted function 'cref'}}
  /external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/
cref_2.pass.cpp 14 // template <ObjectType T> reference_wrapper<const T> cref(reference_wrapper<T> t);
22 std::reference_wrapper<const int> r1 = std::cref(i);
23 std::reference_wrapper<const int> r2 = std::cref(r1);
cref_1.pass.cpp 14 // template <ObjectType T> reference_wrapper<const T> cref(const T& t);
22 std::reference_wrapper<const int> r = std::cref(i);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/
cref_2.pass.cpp 14 // template <ObjectType T> reference_wrapper<const T> cref(reference_wrapper<T> t);
22 std::reference_wrapper<const int> r1 = std::cref(i);
23 std::reference_wrapper<const int> r2 = std::cref(r1);
cref_1.pass.cpp 14 // template <ObjectType T> reference_wrapper<const T> cref(const T& t);
22 std::reference_wrapper<const int> r = std::cref(i);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/refwrap/refwrap.helpers/
cref_2.pass.cpp 14 // template <ObjectType T> reference_wrapper<const T> cref(reference_wrapper<T> t);
22 std::reference_wrapper<const int> r1 = std::cref(i);
23 std::reference_wrapper<const int> r2 = std::cref(r1);
cref_1.pass.cpp 14 // template <ObjectType T> reference_wrapper<const T> cref(const T& t);
22 std::reference_wrapper<const int> r = std::cref(i);
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 159 ClassRef cref = externClassRefs[i]; local
160 String declClassName = cref.getName();
180 printXmlFields(cref);
181 printXmlMethods(cref);
193 private static void printXmlFields(ClassRef cref) {
194 FieldRef[] fields = cref.getFieldArray();
206 private static void printXmlMethods(ClassRef cref) {
207 MethodRef[] methods = cref.getMethodArray();
  /external/libcxx/test/libcxx/utilities/tuple/tuple.tuple/
diagnose_reference_binding.pass.cpp 52 std::tuple<int const&> t2(std::cref(x));
56 std::tuple<int const&> t4(std::allocator_arg, alloc, std::cref(x));
61 auto cr = std::cref(x);
  /external/libdrm/radeon/
radeon_bo.c 44 op, bo, bo->handle, boi->size, boi->cref);
59 boi->cref++;
69 boi->cref--;
127 return boi->cref > 1;
radeon_bo_int.h 17 unsigned cref; member in struct:radeon_bo_int
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 116 /// Converts this <see cref="ByteString"/> into a byte array.
126 /// Converts this <see cref="ByteString"/> into a standard base64 representation.
135 /// Constructs a <see cref="ByteString" /> from the Base64 Encoded String.
145 /// Constructs a <see cref="ByteString" /> from the given array. The contents
157 /// Constructs a <see cref="ByteString" /> from a portion of a byte array.
167 /// Creates a new <see cref="ByteString" /> by encoding the specified text with
176 /// Creates a new <see cref="ByteString" /> by encoding the specified text in UTF-8.
192 /// Converts this <see cref="ByteString"/> into a string by applying the given encoding.
206 /// Converts this <see cref="ByteString"/> into a string by applying the UTF-8 encoding.
219 /// Returns an iterator over the bytes in this <see cref="ByteString"/>.
    [all...]
InvalidJsonException.cs 40 /// message represented in JSON using <see cref="JsonParser"/> can throw both this
41 /// exception and <see cref="InvalidProtocolBufferException"/> depending on the situation. This
CodedInputStream.cs 50 /// Repeated fields and map fields are not handled by this class; use <see cref="RepeatedField{T}"/>
51 /// and <see cref="MapField{TKey, TValue}"/> to serialize such fields.
129 /// Creates a new <see cref="CodedInputStream"/> that reads from the given byte array slice.
145 /// Creates a new <see cref="CodedInputStream"/> reading data from the given stream, which will be disposed
154 /// Creates a new <see cref="CodedInputStream"/> reading data from the given stream.
158 /// <c cref="CodedInputStream"/> is disposed; <c>false</c> to dispose of the given stream when the
205 /// Creates a <see cref="CodedInputStream"/> with the specified size and recursion limits, reading
273 /// As there is no flushing to perform here, disposing of a <see cref="CodedInputStream"/> which
290 /// <exception cref="InvalidProtocolBufferException">The
304 /// Peeks at the next field tag. This is like calling <see cref="ReadTag"/>, but the
    [all...]
  /external/curl/src/
makefile.amiga 22 $(CC) $(CFLAGS) -o curl $(OBJS) $(LIBS) -Wl,-Map,curl.map,--cref
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/
functional 58 template<class T> inline reference_wrapper<T const> const cref(T const &);
76 using ::boost::cref;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/
functional 58 template<class T> inline reference_wrapper<T const> const cref(T const &);
76 using ::boost::cref;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/
functional 58 template<class T> inline reference_wrapper<T const> const cref(T const &);
76 using ::boost::cref;
  /external/skia/bench/
ShapesBench.cpp 179 fShapes[i].fDraw = bind(&SkCanvas::drawRect, _1, cref(fRect.rect()), _2);
182 fShapes[i].fDraw = bind(&SkCanvas::drawOval, _1, cref(fOval.rect()), _2);
185 fShapes[i].fDraw = bind(&SkCanvas::drawRRect, _1, cref(fRRect), _2);
202 std::cref(*outer), std::cref(*inner),
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
IFieldAccessor.cs 56 /// <see cref="IList"/> implementation. For map values, this will be an
57 /// <see cref="IDictionary"/> implementation.
68 /// <exception cref="InvalidOperationException">The field is not a "simple" field.</exception>
MessageDescriptor.cs 129 /// For wrapper types (<see cref="Google.Protobuf.WellKnownTypes.StringValue"/> and the like), the type returned here
131 /// using reflection should call <see cref="IsWrapperType"/> to determine whether a message descriptor represents
142 /// As <see cref="MessageDescriptor"/> is not generic, this cannot be statically
143 /// typed to the relevant type, but it should produce objects of a type compatible with <see cref="ClrType"/>.
152 /// For wrapper types (<see cref="Google.Protobuf.WellKnownTypes.StringValue"/> and the like), the parser returned here
154 /// using reflection should call <see cref="IsWrapperType"/> to determine whether a message descriptor represents
262 /// to use the <see cref="FieldCollection"/> indexer.
281 /// <exception cref="KeyNotFoundException">The message descriptor does not contain a field
301 /// <exception cref="KeyNotFoundException">The message descriptor does not contain a field
  /external/iproute2/doc/
Makefile 1 PSFILES=ip-cref.ps ip-tunnels.ps api-ip6-flowlabels.ps ss.ps nstat.ps arpd.ps rtstat.ps
2 # tc-cref.ps
  /toolchain/binutils/binutils-2.25/ld/
ld.h 141 bfd_boolean cref; member in struct:__anon116349
  /prebuilts/go/darwin-x86/src/cmd/cgo/
main.go 298 for _, cref := range f.Ref {
299 switch cref.Context {
301 if cref.Name.Kind != "type" {
304 *cref.Expr = cref.Name.Type.Go

Completed in 491 milliseconds

1 2 3