Searched refs:GetValues (Results 1 - 8 of 8) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp41 return m_map.GetValues (name.GetCString(), info_array);
47 return m_map.GetValues (regex, info_array);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_validation.h41 const std::vector<T>& GetValues() const { function in class:gpu::gles2::ValueValidator
H A Dgles2_cmd_decoder.cc2452 validators_->compressed_texture_format.GetValues().size());
2766 validators_->compressed_texture_format.GetValues().size());
2768 validators_->shader_binary_format.GetValues().size());
4568 *num_written = validators_->compressed_texture_format.GetValues().size();
4571 params[ii] = validators_->compressed_texture_format.GetValues()[ii];
4578 *params = validators_->compressed_texture_format.GetValues().size();
4584 *params = validators_->shader_binary_format.GetValues().size();
4588 *num_written = validators_->shader_binary_format.GetValues().size();
4591 params[ii] = validators_->shader_binary_format.GetValues()[ii];
/external/lldb/include/lldb/Core/
H A DUniqueCStringMap.h223 GetValues (const char *unique_cstr, std::vector<T> &values) const function in class:lldb_private::UniqueCStringMap
241 GetValues (const RegularExpression& regex, std::vector<T> &values) const function in class:lldb_private::UniqueCStringMap
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
H A DAttachDialog.cs59 foreach (object value in Enum.GetValues(typeof(ProcessCategory))) {
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_operations_util.cc206 hr = properties->GetValues(object_id.c_str(),
/external/lldb/source/Symbol/
H A DSymtab.cpp641 return m_name_to_index.GetValues (symbol_cstr, indexes);
661 const size_t name_match_count = m_name_to_index.GetValues (symbol_cstr, all_name_indexes);
/external/chromium_org/components/storage_monitor/
H A Dportable_device_watcher_win.cc234 if (FAILED(properties->GetValues(object_id.c_str(),

Completed in 1950 milliseconds