Searched +defs:count +defs:Values (Results 1 – 7 of 7) sorted by relevance
/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor_containers.cc | 476 Py_ssize_t count = Length(self); in Keys() local 491 static PyObject* Values(PyContainer* self, PyObject* args) { in Values() function 492 Py_ssize_t count = Length(self); in Values() local 508 Py_ssize_t count = Length(self); in Items() local 848 int count = self->container->container_def->count_fn(self->container); in Iterator_Next() local 1151 int count = 0; in Count() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | DenseMap.h | 122 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/ |
D | DenseMap.h | 145 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/ |
D | SpirvShaderDebugger.cpp | 248 void foreach(size_t startIndex, size_t count, const ForeachCallback &cb) override in foreach() 845 Values // Variable value comes from values enumerator
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 5337 const float* Values; member 5430 void ImGuiMenuColumns::Update(int count, float spacing, bool clear) in Update()
|
/third_party/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 5362 const float* Values; member 5455 void ImGuiMenuColumns::Update(int count, float spacing, bool clear) in Update()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 1502 void ImGui::ShrinkWidths(ImGuiShrinkWidthItem* items, int count, float width_excess) in ShrinkWidths() 6540 const float* Values; member
|