Home
last modified time | relevance | path

Searched +defs:count +defs:Values (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc447 Py_ssize_t count = Length(self); in Keys() local
462 static PyObject* Values(PyContainer* self, PyObject* args) { in Values() function
463 Py_ssize_t count = Length(self); in Values() local
479 Py_ssize_t count = Length(self); in Items() local
824 int count = self->container->container_def->count_fn(self->container); in Iterator_Next() local
1122 int count = 0; in Count() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h122 size_type count(const KeyT &Val) const { in count() function
448 BucketT *InsertIntoBucket(BucketT *TheBucket, KeyArg &&Key, in InsertIntoBucket()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseMap.h145 size_type count(const_arg_type_t<KeyT> Val) const { in count() function
515 BucketT *InsertIntoBucket(BucketT *TheBucket, KeyArg &&Key, in InsertIntoBucket()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp248 void foreach(size_t startIndex, size_t count, const ForeachCallback &cb) override in foreach()
845 Values // Variable value comes from values enumerator
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp5362 const float* Values; member
5455 void ImGuiMenuColumns::Update(int count, float spacing, bool clear) in Update()