HomeSort by relevance Sort by last modified time
    Searched defs:PrimitiveArray (Results 1 - 4 of 4) sorted by null

  /art/runtime/mirror/
array.h 147 class MANAGED PrimitiveArray : public Array {
151 static ObjPtr<PrimitiveArray<T>> Alloc(Thread* self, size_t length)
154 static ObjPtr<PrimitiveArray<T>> AllocateAndFill(Thread* self, const T* data, size_t length)
192 void Memmove(int32_t dst_pos, ObjPtr<PrimitiveArray<T>> src, int32_t src_pos, int32_t count)
200 void Memcpy(int32_t dst_pos, ObjPtr<PrimitiveArray<T>> src, int32_t src_pos, int32_t count)
204 DISALLOW_IMPLICIT_CONSTRUCTORS(PrimitiveArray);
208 extern template class PrimitiveArray<uint8_t>; // BooleanArray
209 extern template class PrimitiveArray<int8_t>; // ByteArray
210 extern template class PrimitiveArray<uint16_t>; // CharArray
211 extern template class PrimitiveArray<double>; // DoubleArra
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestIssues.cs 57 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.DeprecatedFieldsMessage), global::UnitTest.Issues.TestProtos.DeprecatedFieldsMessage.Parser, new[]{ "PrimitiveValue", "PrimitiveArray", "MessageValue", "MessageArray", "EnumValue", "EnumArray" }, null, null, null),
590 /// <summary>Field number for the "PrimitiveArray" field.</summary>
596 public pbc::RepeatedField<int> PrimitiveArray {
    [all...]
  /external/v8/include/
v8.h 108 class PrimitiveArray;
    [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 296 milliseconds