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

  /art/runtime/gc/accounting/
space_bitmap_test.cc 206 auto count_fn = [&count](mirror::Object* obj ATTRIBUTE_UNUSED) {
209 space_bitmap->VisitMarkedRange(range_begin, range_end, count_fn);
  /external/protobuf/python/google/protobuf/pyext/
descriptor_containers.cc 94 CountMethod count_fn; member in struct:google::protobuf::python::DescriptorContainerDef
258 return self->container_def->count_fn(self);
819 int count = self->container->container_def->count_fn(self->container);
    [all...]

Completed in 199 milliseconds