/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | implicit_weak_message.h | 179 pointer_iterator pointer_end() { in pointer_end() function 182 const_pointer_iterator pointer_end() const { in pointer_end() function
|
H A D | repeated_field_unittest.cc | 1948 EXPECT_TRUE(proto_array_.pointer_end() == iter); in TEST_F() 1949 EXPECT_EQ("baz", **(--proto_array_.pointer_end())); in TEST_F() 1960 EXPECT_TRUE(const_proto_array_->pointer_end() == iter); in TEST_F() 1961 EXPECT_EQ("baz", **(--const_proto_array_->pointer_end())); in TEST_F() 1992 proto_array_.pointer_end() - const_proto_array_->pointer_begin()); in TEST_F() 1994 const_proto_array_->pointer_end() - proto_array_.pointer_begin()); in TEST_F() 2050 EXPECT_TRUE(iter != proto_array_.pointer_end()); in TEST_F() 2059 EXPECT_TRUE(iter != const_proto_array_->pointer_end()); in TEST_F() 2087 proto_array_.pointer_end(), &v, StringLessThan()); in TEST_F() 2097 const_proto_array_->pointer_begin(), const_proto_array_->pointer_end(), in TEST_F() [all …]
|
H A D | repeated_ptr_field.h | 996 pointer_iterator pointer_end(); 997 const_pointer_iterator pointer_end() const; 1794 RepeatedPtrField<Element>::pointer_end() { 1799 RepeatedPtrField<Element>::pointer_end() const {
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | implicit_weak_message.h | 179 pointer_iterator pointer_end() { in pointer_end() function 182 const_pointer_iterator pointer_end() const { in pointer_end() function
|
H A D | repeated_field_unittest.cc | 1948 EXPECT_TRUE(proto_array_.pointer_end() == iter); in TEST_F() 1949 EXPECT_EQ("baz", **(--proto_array_.pointer_end())); in TEST_F() 1960 EXPECT_TRUE(const_proto_array_->pointer_end() == iter); in TEST_F() 1961 EXPECT_EQ("baz", **(--const_proto_array_->pointer_end())); in TEST_F() 1992 proto_array_.pointer_end() - const_proto_array_->pointer_begin()); in TEST_F() 1994 const_proto_array_->pointer_end() - proto_array_.pointer_begin()); in TEST_F() 2050 EXPECT_TRUE(iter != proto_array_.pointer_end()); in TEST_F() 2059 EXPECT_TRUE(iter != const_proto_array_->pointer_end()); in TEST_F() 2087 proto_array_.pointer_end(), &v, StringLessThan()); in TEST_F() 2097 const_proto_array_->pointer_begin(), const_proto_array_->pointer_end(), in TEST_F() [all …]
|
H A D | repeated_ptr_field.h | 996 pointer_iterator pointer_end(); 997 const_pointer_iterator pointer_end() const; 1794 RepeatedPtrField<Element>::pointer_end() { 1799 RepeatedPtrField<Element>::pointer_end() const {
|
/aosp_15_r20/external/stg/ |
H A D | proto_writer.cc | 466 std::sort(nodes.pointer_begin(), nodes.pointer_end(), compare); in SortNodesById() 475 std::sort(nodes.pointer_begin(), nodes.pointer_end(), compare); in SortNodesByName() 483 std::sort(methods.pointer_begin(), methods.pointer_end(), compare); in SortMethodsByMangledName() 502 std::sort(elf_symbols.pointer_begin(), elf_symbols.pointer_end(), compare); in SortElfSymbolsByVersionedName()
|
/aosp_15_r20/art/runtime/gc/accounting/ |
H A D | space_bitmap.cc | 227 mirror::Object** pointer_end = cur_pointer + (buffer_size - kBitsPerIntPtrT); in SweepWalk() local 241 if (cur_pointer >= pointer_end) { in SweepWalk()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/ |
H A D | xplane_utils.h | 103 plane->mutable_lines()->pointer_end(), comp); in SortXLinesBy()
|
H A D | xplane_utils.cc | 249 std::sort(events.pointer_begin(), events.pointer_end(), in SortXPlane()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 6887 iterator pointer_end() { return PointerTypes.end(); } in pointer_end() function in __anonac20a5290411::BuiltinCandidateTypeSet 7427 PtrEnd = CandidateTypes[0].pointer_end(); in addPlusPlusMinusMinusPointerOverloads() 7454 PtrEnd = CandidateTypes[0].pointer_end(); in addUnaryStarPointerOverloads() 7504 PtrEnd = CandidateTypes[0].pointer_end(); in addUnaryPlusPointerOverloads() 7625 PtrEnd = CandidateTypes[ArgIdx].pointer_end(); in addRelationalPointerOrEnumeralOverloads() 7692 PtrEnd = CandidateTypes[Arg].pointer_end(); in addBinaryPlusOrMinusPointerOverloads() 7875 PtrEnd = CandidateTypes[0].pointer_end(); in addAssignmentPointerOverloads() 7925 PtrEnd = CandidateTypes[1].pointer_end(); in addAssignmentPointerOverloads() 8109 PtrEnd = CandidateTypes[0].pointer_end(); in addSubscriptOverloads() 8124 PtrEnd = CandidateTypes[1].pointer_end(); in addSubscriptOverloads() [all …]
|
/aosp_15_r20/packages/modules/StatsD/statsd/tests/ |
D | statsd_test_util.cpp | 2212 sort(reports->pointer_begin(), reports->pointer_end(), in sortReportsByElapsedTime()
|
/aosp_15_r20/out/soong/.intermediates/external/protobuf/libprotobuf-cpp-lite/android_arm64_armv8-2a_cortex-a55_static_cfi_apex31_sabi/obj/external/protobuf/src/google/protobuf/ |
D | repeated_field.sdump | 6085 "function_name" : "google::protobuf::RepeatedPtrField<std::string>::pointer_end", 17226 "function_name" : "google::protobuf::RepeatedPtrField<std::string>::pointer_end",
|
/aosp_15_r20/out/soong/.intermediates/external/protobuf/libprotobuf-cpp-lite/android_arm64_armv8-2a_cortex-a55_static_apex31_sabi/obj/external/protobuf/src/google/protobuf/ |
D | repeated_field.sdump | 6085 "function_name" : "google::protobuf::RepeatedPtrField<std::string>::pointer_end", 17226 "function_name" : "google::protobuf::RepeatedPtrField<std::string>::pointer_end",
|