HomeSort by: relevance | last modified time | path
    Searched refs:NativeArray (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 1019 // The relation between an NativeArray object (see below) and the
1035 class NativeArray {
1043 NativeArray(const Element* array, size_t count, RelationToSourceReference) {
1048 NativeArray(const Element* array, size_t count, RelationToSourceCopy) {
1053 NativeArray(const NativeArray& rhs) {
1057 ~NativeArray() {
1058 if (clone_ != &NativeArray::InitRef)
1066 bool operator==(const NativeArray& rhs) const {
1082 clone_ = &NativeArray::InitCopy
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/internal/
gmock-internal-utils.h 401 typedef internal::NativeArray<RawElement> type;
402 // NativeArray<T> can represent a native array either by value or by
426 typedef internal::NativeArray<RawElement> type;

Completed in 18 milliseconds