Home
last modified time | relevance | path

Searched refs:name_to_index (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Core/
DValueObjectSyntheticFilter.cpp327 auto name_to_index = m_name_toindex.find(name.GetCString()); in GetIndexOfChildWithName() local
328 did_find = name_to_index != m_name_toindex.end(); in GetIndexOfChildWithName()
330 found_index = name_to_index->second; in GetIndexOfChildWithName()
/external/mesa3d/src/mesa/main/
Dextensions.c71 name_to_index(const char* name) in name_to_index() function
277 i = name_to_index(ext); in _mesa_one_time_init_extension_overrides()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_import.cc778 absl::flat_hash_map<std::string, int> name_to_index; in GetTensorIndices() local
780 name_to_index[index_and_tensor.value()->name] = index_and_tensor.index(); in GetTensorIndices()
787 auto found = name_to_index.find(name); in GetTensorIndices()
788 if (found != name_to_index.end()) { in GetTensorIndices()