Home
last modified time | relevance | path

Searched defs:element (Results 1 - 25 of 264) sorted by relevance

1234567891011

/third_party/musl/src/search/
H A Dinsque.c8 void insque(void *element, void *pred) in insque() argument
24 void remque(void *element) in remque() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorUtil.cs47 internal delegate TOutput IndexedConverter<TInput, TOutput>(TInput element, int index); in IndexedConverter() argument
/third_party/skia/src/sksl/
H A DSkSLIntrinsicMap.cpp14 void IntrinsicMap::insertOrDie(String key, std::unique_ptr<ProgramElement> element) { in insertOrDie() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DRangeValueIterator.java105 public boolean next(Element element); in next() argument
H A DValueIterator.java84 public boolean next(Element element); in next() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DRangeValueIterator.java99 public boolean next(Element element); in next() argument
H A DValueIterator.java79 public boolean next(Element element); in next() argument
/third_party/mesa3d/src/util/tests/
H A Dvector_test.cpp49 void* element; in test() local
75 void* element; in test() local
/third_party/vk-gl-cts/executor/
H A DxeTestLogParser.cpp58 ContainerElement element = m_containerParser.getElement(); in parse() local
H A DxeTestCaseListParser.cpp86 xml::Element element = m_xmlParser.getElement(); in parse() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhash_policy_traits_test.cc44 static std::function<Slot&(Slot*)> element; member
53 std::function<Slot&(Slot*)> PolicyWithoutOptionalOps::element; member in absl::container_internal::__anon19179::PolicyWithoutOptionalOps
72 PolicyWithoutOptionalOps::element = [&](Slot* a1) -> Slot& { in Test() member in absl::container_internal::__anon19179::Test::PolicyWithoutOptionalOps
93 MockFunction<Slot&(Slot*)> element; member
H A Dhash_policy_traits.h123 static auto element(slot_type* slot) -> decltype(P::element(slot)) { in element() function
177 -> decltype(P::apply(ReturnKey(), element(slot))) { element() function
[all...]
H A Dnode_hash_policy.h75 static Reference element(slot_type* slot) { return **slot; } in element() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dflat_hash_map.h586 static std::pair<const K, V>& element(slot_type* slot) { return slot->value; } element() function
[all...]
H A Dflat_hash_set.h478 static T& element(slot_type* slot) { return *slot; } element() function
[all...]
/third_party/selinux/checkpolicy/
H A Dqueue.h20 queue_element_t element; member
/third_party/googletest/googletest/src/hwext/
H A Dgtest-utils.cc51 bool IsElementInVector(vector<int> vec, int element){ in IsElementInVector() argument
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/
H A DEventLoop.h66 std::pair<jerry_value_t, BoundCallback<void(uint32_t)>*> element = *it; in dropCallback() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_nir_lower_builtin.c188 const struct gl_builtin_uniform_element *element = get_element(desc, &path); in lower_builtin_instr() local
94 get_variable(nir_builder *b, nir_deref_path *path, const struct gl_builtin_uniform_element *element) get_variable() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DAbstractProtobufList.java103 public void add(int index, E element) { in add() argument
161 public E set(int index, E element) { in set() argument
H A DLazyStringList.java86 add(ByteString element) add() argument
95 add(byte[] element) add() argument
107 set(int index, ByteString element) set() argument
119 set(int index, byte[] element) set() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/
H A DUseInterfaceBlockFields.cpp32 TIntermBinary *element = in AddNodeUseStatements() local
56 TIntermBinary *element = new TIntermBinary(EOpIndexDirectInterfaceBlock, in InsertUseCode() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMemory.cpp113 void clear(uint16_t *memory, uint16_t element, size_t count) in clear() argument
127 void clear(uint32_t *memory, uint32_t element, size_t count) in clear() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DNameSpace.hpp89 auto element = map.find(name); in remove() local
109 auto element = map.find(name); in find() local
/third_party/skia/third_party/externals/tint/src/sem/
H A Darray.cc26 Array::Array(const Type* element, in Array() argument

Completed in 10 milliseconds

1234567891011