/third_party/musl/src/search/ |
H A D | insque.c | 8 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 D | DescriptorUtil.cs | 47 internal delegate TOutput IndexedConverter<TInput, TOutput>(TInput element, int index); in IndexedConverter() argument
|
/third_party/skia/src/sksl/ |
H A D | SkSLIntrinsicMap.cpp | 14 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 D | RangeValueIterator.java | 105 public boolean next(Element element); in next() argument
|
H A D | ValueIterator.java | 84 public boolean next(Element element); in next() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | RangeValueIterator.java | 99 public boolean next(Element element); in next() argument
|
H A D | ValueIterator.java | 79 public boolean next(Element element); in next() argument
|
/third_party/mesa3d/src/util/tests/ |
H A D | vector_test.cpp | 49 void* element; in test() local 75 void* element; in test() local
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestLogParser.cpp | 58 ContainerElement element = m_containerParser.getElement(); in parse() local
|
H A D | xeTestCaseListParser.cpp | 86 xml::Element element = m_xmlParser.getElement(); in parse() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | hash_policy_traits_test.cc | 44 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 D | hash_policy_traits.h | 123 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 D | node_hash_policy.h | 75 static Reference element(slot_type* slot) { return **slot; } in element() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | flat_hash_map.h | 586 static std::pair<const K, V>& element(slot_type* slot) { return slot->value; } element() function [all...] |
H A D | flat_hash_set.h | 478 static T& element(slot_type* slot) { return *slot; } element() function [all...] |
/third_party/selinux/checkpolicy/ |
H A D | queue.h | 20 queue_element_t element; member
|
/third_party/googletest/googletest/src/hwext/ |
H A D | gtest-utils.cc | 51 bool IsElementInVector(vector<int> vec, int element){
in IsElementInVector() argument
|
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/ |
H A D | EventLoop.h | 66 std::pair<jerry_value_t, BoundCallback<void(uint32_t)>*> element = *it; in dropCallback() local
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_nir_lower_builtin.c | 188 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 D | AbstractProtobufList.java | 103 public void add(int index, E element) { in add() argument 161 public E set(int index, E element) { in set() argument
|
H A D | LazyStringList.java | 86 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 D | UseInterfaceBlockFields.cpp | 32 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 D | Memory.cpp | 113 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 D | NameSpace.hpp | 89 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 D | array.cc | 26 Array::Array(const Type* element, in Array() argument
|