/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
H A D | scoped_ptr.h | 155 explicit scoped_array(C* p = NULL) : array_(p) { } 161 delete[] array_; 168 if (p != array_) { 170 delete[] array_; 171 array_ = p; 179 assert(array_ != NULL); 180 return array_[i]; 186 return array_; 192 bool operator==(C* p) const { return array_ == p; } 193 bool operator!=(C* p) const { return array_ ! 214 C* array_; member in class:google::protobuf::internal::scoped_array [all...] |
/prebuilts/ndk/current/sources/third_party/googletest/googletest/src/ |
H A D | gtest-test-part.cc | 69 array_.push_back(result); 79 return array_[index]; 84 return static_cast<int>(array_.size());
|
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/ |
H A D | gtest-test-part.cc | 69 array_.push_back(result); 79 return array_[index]; 84 return static_cast<int>(array_.size());
|
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/ |
H A D | gtest-test-part.cc | 69 array_.push_back(result); 79 return array_[index]; 84 return static_cast<int>(array_.size());
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/ |
H A D | gtest-test-part.cc | 69 array_.push_back(result); 79 return array_[index]; 84 return static_cast<int>(array_.size());
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/ |
H A D | common.h | 542 explicit scoped_array(C* p = NULL) : array_(p) { } 548 delete[] array_; 555 if (p != array_) { 557 delete[] array_; 558 array_ = p; 566 assert(array_ != NULL); 567 return array_[i]; 573 return array_; 579 bool operator==(C* p) const { return array_ == p; } 580 bool operator!=(C* p) const { return array_ ! 601 C* array_; member in class:google::protobuf::internal::scoped_array [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/ |
H A D | common.h | 542 explicit scoped_array(C* p = NULL) : array_(p) { } 548 delete[] array_; 555 if (p != array_) { 557 delete[] array_; 558 array_ = p; 566 assert(array_ != NULL); 567 return array_[i]; 573 return array_; 579 bool operator==(C* p) const { return array_ == p; } 580 bool operator!=(C* p) const { return array_ ! 601 C* array_; member in class:google::protobuf::internal::scoped_array [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/ |
H A D | common.h | 542 explicit scoped_array(C* p = NULL) : array_(p) { } 548 delete[] array_; 555 if (p != array_) { 557 delete[] array_; 558 array_ = p; 566 assert(array_ != NULL); 567 return array_[i]; 573 return array_; 579 bool operator==(C* p) const { return array_ == p; } 580 bool operator!=(C* p) const { return array_ ! 601 C* array_; member in class:google::protobuf::internal::scoped_array [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/ |
H A D | common.h | 542 explicit scoped_array(C* p = NULL) : array_(p) { } 548 delete[] array_; 555 if (p != array_) { 557 delete[] array_; 558 array_ = p; 566 assert(array_ != NULL); 567 return array_[i]; 573 return array_; 579 bool operator==(C* p) const { return array_ == p; } 580 bool operator!=(C* p) const { return array_ ! 601 C* array_; member in class:google::protobuf::internal::scoped_array [all...] |
/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/ |
H A D | gtest-test-part.h | 140 std::vector<TestPartResult> array_; member in class:testing::TestPartResultArray
|
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/ |
H A D | gtest-test-part.h | 140 std::vector<TestPartResult> array_; member in class:testing::TestPartResultArray
|
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/ |
H A D | gtest-test-part.h | 140 std::vector<TestPartResult> array_; member in class:testing::TestPartResultArray
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/ |
H A D | gtest-test-part.h | 140 std::vector<TestPartResult> array_; member in class:testing::TestPartResultArray
|
/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 967 Init(rhs.array_, rhs.size_, rhs.relation_to_source_); 976 delete[] array_; 981 const_iterator begin() const { return array_; } 982 const_iterator end() const { return array_ + size_; } 993 array_ = array; 997 array_ = copy; 1003 const Element* array_; member in class:testing::internal::NativeArray
|
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/ |
H A D | gtest-internal.h | 978 Init(rhs.array_, rhs.size_, rhs.relation_to_source_); 987 delete[] array_; 992 const_iterator begin() const { return array_; } 993 const_iterator end() const { return array_ + size_; } 1004 array_ = array; 1008 array_ = copy; 1014 const Element* array_; member in class:testing::internal::NativeArray
|
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 967 Init(rhs.array_, rhs.size_, rhs.relation_to_source_); 976 delete[] array_; 981 const_iterator begin() const { return array_; } 982 const_iterator end() const { return array_ + size_; } 993 array_ = array; 997 array_ = copy; 1003 const Element* array_; member in class:testing::internal::NativeArray
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/ |
H A D | gtest-internal.h | 978 Init(rhs.array_, rhs.size_, rhs.relation_to_source_); 987 delete[] array_; 992 const_iterator begin() const { return array_; } 993 const_iterator end() const { return array_ + size_; } 1004 array_ = array; 1008 array_ = copy; 1014 const Element* array_; member in class:testing::internal::NativeArray
|
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/ |
H A D | gtest-all.cc | 9443 array_.push_back(result); 9453 return array_[index]; 9458 return static_cast<int>(array_.size());
|
H A D | gtest.h | 7939 Init(rhs.array_, rhs.size_, rhs.relation_to_source_); 7948 delete[] array_; 7953 const_iterator begin() const { return array_; } 7954 const_iterator end() const { return array_ + size_; } 7965 array_ = array; 7969 array_ = copy; 7975 const Element* array_; member in class:testing::internal::NativeArray 17184 std::vector<TestPartResult> array_; member in class:testing::TestPartResultArray
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/ |
H A D | gtest-all.cc | 9443 array_.push_back(result); 9453 return array_[index]; 9458 return static_cast<int>(array_.size());
|
H A D | gtest.h | 7939 Init(rhs.array_, rhs.size_, rhs.relation_to_source_); 7948 delete[] array_; 7953 const_iterator begin() const { return array_; } 7954 const_iterator end() const { return array_ + size_; } 7965 array_ = array; 7969 array_ = copy; 7975 const Element* array_; member in class:testing::internal::NativeArray 17184 std::vector<TestPartResult> array_; member in class:testing::TestPartResultArray
|