Home
last modified time | relevance | path

Searched refs:insertion_result (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dcompact_ids_pass.cpp40 const auto insertion_result = result_id_mapping.emplace(id, new_id); in Process() local
41 it = insertion_result.first; in Process()
42 assert(insertion_result.second); in Process()
/third_party/spirv-tools/source/opt/
Dcompact_ids_pass.cpp34 const auto insertion_result = result_id_mapping->emplace(id, new_id); in GetRemappedId() local
35 it = insertion_result.first; in GetRemappedId()
36 assert(insertion_result.second); in GetRemappedId()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcompact_ids_pass.cpp34 const auto insertion_result = result_id_mapping->emplace(id, new_id); in GetRemappedId() local
35 it = insertion_result.first; in GetRemappedId()
36 assert(insertion_result.second); in GetRemappedId()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcompact_ids_pass.cpp34 const auto insertion_result = result_id_mapping->emplace(id, new_id); in GetRemappedId() local
35 it = insertion_result.first; in GetRemappedId()
36 assert(insertion_result.second); in GetRemappedId()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/
Dhuffman_codec.h261 auto insertion_result = encoding_table_.emplace( in CreateEncodingTable() local
263 assert(insertion_result.second); in CreateEncodingTable()
264 (void)insertion_result; in CreateEncodingTable()
/third_party/grpc/src/core/lib/surface/
Dchannel.cc467 auto insertion_result = channel->registration_table->map.insert( in grpc_channel_register_call() local
469 return &insertion_result.first->second; in grpc_channel_register_call()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/comp/
Dmarkv_codec.cpp1007 auto insertion_result = id_to_type_id_.emplace( in DecodeOperand() local
1010 if(!insertion_result.second) { in DecodeOperand()