Home
last modified time | relevance | path

Searched defs:new_element (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dinstruction_list_test.cpp77 auto new_element = list.end().InsertBefore(std::move(inst)); in TEST() local
102 auto new_element = list.begin().InsertBefore(std::move(new_instructions)); in TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinstruction_list_test.cpp77 auto new_element = list.end().InsertBefore(std::move(inst)); in TEST() local
102 auto new_element = list.begin().InsertBefore(std::move(new_instructions)); in TEST() local
/third_party/spirv-tools/test/opt/
Dinstruction_list_test.cpp77 auto new_element = list.end().InsertBefore(std::move(inst)); in TEST() local
102 auto new_element = list.begin().InsertBefore(std::move(new_instructions)); in TEST() local
/third_party/mesa3d/src/amd/vpelib/src/utils/
Dvector.c54 void *new_element = vpe_zalloc(new_size); in vector_realloc() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/pass/
Dconvert_list_to_tuple.cc86 auto new_element = ConvertSequenceAbsToTupleAbs(element, depth + 1); in ConvertSequenceAbsToTupleAbs() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dnode_hash_set.h451 static T* new_element(Allocator* alloc, Args&&... args) { in new_element() function
Dnode_hash_map.h548 static value_type* new_element(Allocator* alloc, Args&&... args) { in new_element() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dnode_hash_policy_test.cc35 static int* new_element(Alloc* alloc, int value) { in new_element() function
/third_party/protobuf/third_party/abseil-cpp/absl/container/
Dnode_hash_set.h526 static T* new_element(Allocator* alloc, Args&&... args) { in new_element() function
Dnode_hash_map.h626 static value_type* new_element(Allocator* alloc, Args&&... args) { in new_element() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/
Dmake_list_pass.cc188 auto new_element = ConvertToAbstractTuple(element, depth + 1); in ConvertToAbstractTuple() local
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dtest_bad_identifiers.proto37 repeated string new_element = 5 [ctype = STRING_PIECE]; field
/third_party/grpc/src/core/util/json/
Djson_object_loader.h578 Element new_element) in JsonObjectLoader()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmerge_return_pass.cpp767 BasicBlock* new_element, in InsertAfterElement()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmerge_return_pass.cpp767 BasicBlock* new_element, in InsertAfterElement()
/third_party/spirv-tools/source/opt/
Dmerge_return_pass.cpp775 BasicBlock* new_element, in InsertAfterElement()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/acl/src/
Dacl_pass_impl.cc453 auto new_element = ConvertToAbstractTuple(element, depth + 1); in ConvertToAbstractTuple() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/
Dfallback_rewriter.cc705 auto new_element = ConvertToAbstractSequence(element, depth + 1); in ConvertToAbstractSequence() local
741 auto new_element = ConvertToAbstractSequence(element.second, depth + 1); in ConvertToAbstractSequence() local
2532 auto new_element = ConvertToAbstractTuple(element, depth + 1); in ConvertToAbstractTuple() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dspecial_func_infer.cc642 ValueNode *new_element = call_node->input(1 + is_method_descriptor); in InferListAppend() local
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dcheck_convert_utils.cc504 AbstractBasePtr new_element = nullptr; in BroadenAllSequenceElements() local