HomeSort by relevance Sort by last modified time
    Searched refs:TypedBuffer (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/remoting/base/
typed_buffer.h 22 class TypedBuffer {
23 MOVE_ONLY_TYPE_FOR_CPP_03(TypedBuffer, RValue)
26 TypedBuffer() : buffer_(NULL), length_(0) {
30 explicit TypedBuffer(uint32 length) : buffer_(NULL), length_(length) {
36 TypedBuffer(RValue rvalue) : buffer_(NULL), length_(0) {
37 TypedBuffer temp;
42 ~TypedBuffer() {
50 TypedBuffer& operator=(RValue rvalue) {
51 TypedBuffer temp;
77 // Allow TypedBuffer<T> to be used in boolean expressions, but no
    [all...]
typed_buffer_unittest.cc 21 TypedBuffer<Data> buffer;
29 TypedBuffer<Data> buffer(0);
37 TypedBuffer<Data> buffer(sizeof(int) * 10);
51 TypedBuffer<Data> left;
52 TypedBuffer<Data> right(sizeof(int));
74 TypedBuffer<Data> left(sizeof(int));
75 TypedBuffer<Data> right(sizeof(int) * 2);
95 TypedBuffer<Data> buffer(sizeof(int) * 10);
  /external/chromium_org/remoting/host/win/
security_descriptor.h 16 typedef TypedBuffer<ACL> ScopedAcl;
17 typedef TypedBuffer<SECURITY_DESCRIPTOR> ScopedSd;
18 typedef TypedBuffer<SID> ScopedSid;
chromoting_module.cc 53 TypedBuffer<TOKEN_MANDATORY_LABEL> mandatory_label;
61 TypedBuffer<TOKEN_MANDATORY_LABEL> buffer(length);
security_descriptor.cc 49 TypedBuffer<TOKEN_GROUPS> groups(length);
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 

Completed in 250 milliseconds