/third_party/protobuf/src/google/protobuf/ |
H A D | repeated_field.h | 191 Element& operator[](int index) { return *Mutable(index); } in operator []() argument 947 operator [](int index) operator []() argument 1316 at(int index) at() argument 1323 Mutable(int index) Mutable() argument 1330 Set(int index, const Element& value) Set() argument 1721 at(int index) at() argument 1728 Mutable(int index) Mutable() argument 1735 Delete(int index) Delete() argument 2183 at(int index) at() argument 2189 Mutable(int index) Mutable() argument [all...] |
H A D | type.pb.h | 1429 mutable_fields(int index) mutable_fields() argument 1479 mutable_oneofs(int index) mutable_oneofs() argument 1483 set_oneofs(int index, const std::string& value) set_oneofs() argument 1487 set_oneofs(int index, std::string&& value) set_oneofs() argument 1491 set_oneofs(int index, const char* value) set_oneofs() argument 1496 set_oneofs(int index, const char* value, size_t size) set_oneofs() argument 1542 mutable_options(int index) mutable_options() argument 1906 mutable_options(int index) mutable_options() argument 2135 mutable_enumvalue(int index) mutable_enumvalue() argument 2174 mutable_options(int index) mutable_options() argument 2396 mutable_options(int index) mutable_options() argument [all...] |
/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer.cc | 1807 int index = left_side ? specific_field.index : specific_field.new_index; PrintValue() local [all...] |
/third_party/python/Modules/ |
H A D | _collectionsmodule.c | 902 PyObject *index = _PyNumber_Index(args[0]); in deque_rotate() local 966 Py_ssize_t index = deque->leftindex; in deque_count() local 1006 Py_ssize_t index = deque->leftindex; deque_contains() local 1047 Py_ssize_t index = deque->leftindex; deque_index() local 1123 Py_ssize_t index; deque_insert() local 1173 Py_ssize_t n, index=i; deque_item() local 1229 Py_ssize_t i, n = Py_SIZE(deque), index = deque->leftindex; deque_remove() local 1271 Py_ssize_t n, len=Py_SIZE(deque), halflen=(len+1)>>1, index=i; deque_ass_item() local 1328 Py_ssize_t index; deque_traverse() local 1671 Py_ssize_t index; global() member 1744 Py_ssize_t i, index=0; dequeiter_new() local 1886 Py_ssize_t i, index=0; dequereviter_new() local 2394 Py_ssize_t index; global() member 2408 tuplegetter_new_impl(PyTypeObject *type, Py_ssize_t index, PyObject *doc) tuplegetter_new_impl() argument 2425 Py_ssize_t index = ((_tuplegetterobject*)self)->index; tuplegetter_descr_get() local [all...] |
H A D | selectmodule.c | 126 unsigned int index = 0; in seq2set() local
|
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_harfbuzz.cpp | 352 int index = 0; local 391 int index = 0; local
|
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkParagraphTest.cpp | 230 size_t index = 0; in UNIX_ONLY_TEST() local 1051 size_t index = 0; in UNIX_ONLY_TEST() local 1141 size_t index = 0; in UNIX_ONLY_TEST() local 1215 size_t index = 0; UNIX_ONLY_TEST() local 1261 size_t index = 0; UNIX_ONLY_TEST() local 2206 size_t index = 0; UNIX_ONLY_TEST() local 2300 size_t index = 0; UNIX_ONLY_TEST() local 3721 size_t index = 0; UNIX_ONLY_TEST() local 4148 size_t index = 0; UNIX_ONLY_TEST() local 4199 size_t index = 0; UNIX_ONLY_TEST() local 6799 size_t index = 0; UNIX_ONLY_TEST() local 7201 size_t index = 0; UNIX_ONLY_TEST() local 7658 size_t index = 0; UNIX_ONLY_TEST() local [all...] |
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLine.cpp | 316 void TextLine::computeRoundRect(int& index, int& preIndex, std::vector<Run*>& groupRuns, Run* run) { argument 387 int index = 0; global() local 677 size_t index = run->getIndexInLine(); global() local 1391 ClusterIndex index = 0; global() local 2464 int32_t index = fGhostClusterRange.start; global() local [all...] |
H A D | Run.h | 101 void addX(size_t index, SkScalar shift) { fPositions[index].fX += shift; } in addX() argument 129 size_t index() const { return fIndex; } in index() function in skia::textlayout::Run 231 void setIndexInLine(size_t index) { indexInLin in getIndexInLine() argument [all...] |
/third_party/skia/modules/skparagraph/samples/ |
H A D | SampleParagraph.cpp | 1534 auto index = std::rand() % combiningMarks.size(); in randomMarks() local 2431 size_t index = 0; variable
|
/third_party/rust/crates/syn/src/ |
H A D | punctuated.rs | 1050 fn index(&self, index: usize) -> &Self::Output { in index() functions [all...] |
/third_party/selinux/libselinux/src/ |
H A D | selinux_restorecon.c | 247 int index = 0, found = 0; in exclude_non_seclabel_mounts() local
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_util.cpp | 371 WalkOneCompositeTypeIndex(opt::IRContext* context, uint32_t base_object_type_id, uint32_t index) WalkOneCompositeTypeIndex() argument [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | ir_context.h | 1258 Instruction* IRContext::GetMemberName(uint32_t struct_type_id, uint32_t index) { in GetMemberName() argument
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDrawBuffersIndexedTests.cpp | 236 void setIndexedBlendState (const glw::Functions& gl, const BlendState& blend, deUint32 index) in setIndexedBlendState() argument
|
H A D | es3fShaderStateQueryTests.cpp | 119 void verifyActiveUniformParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLuint index, GLenum pname, GLenum reference) in verifyActiveUniformParam() argument 137 void verifyCurrentVertexAttribf (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in verifyCurrentVertexAttribf() argument 157 void verifyCurrentVertexAttribIi (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLint index, GLint x, GLint y, GLint z, GLint w) in verifyCurrentVertexAttribIi() argument 177 void verifyCurrentVertexAttribIui (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLint index, GLuint x, GLuint y, GLuint z, GLuint w) in verifyCurrentVertexAttribIui() argument 197 void verifyCurrentVertexAttribConversion (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in verifyCurrentVertexAttribConversion() argument 248 verifyVertexAttrib(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLint index, GLenum pname, GLenum reference) verifyVertexAttrib() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineBlendTests.cpp | 294 VkPipelineColorBlendAttachmentState BlendStateUniqueRandomIterator::getIndexedValue (deUint32 index) in getIndexedValue() argument 376 VkPipelineColorBlendAttachmentState BlendStateUniqueRandomIteratorDualSource::getIndexedValue (deUint32 index) in getIndexedValue() argument [all...] |
H A D | vktPipelineMiscTests.cpp | 1131 void PipelineLibraryInterpolateAtSampleTestInstance::runTest(BufferWithMemory& index, BufferWithMemor argument [all...] |
H A D | vktPipelineRenderToImageTests.cpp | 154 int index = 0; in findIndexOfMaxComponent() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 3995 deUint32 index = queryIdx * NUM_QUERY_STATISTICS; in checkResult() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryOpacityMicromapTests.cpp | 316 tcu::Vec2 calcSubtriangleCentroid(const deUint32 index, const deUint32 subdivisionLevel) in calcSubtriangleCentroid() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktAtomicOperationTests.cpp | 285 deInt32 index; member 393 deInt32 index; member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktPrimitivesGeneratedQueryTests.cpp | 1281 VertexStream index; in testGenerator() member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | wpa_hal.c | 1071 uint32_t index; in WifiWpaGetHwFeatureData() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | ieee802_11_common.c | 2975 int index; in parse_oh_ht_mcs_for_max_noss() local 2999 int index; in parse_oh_macs_for_max_noss() local [all...] |