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

/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.cc399 class StringToEnum { class in namespace:chromeos::__anon1794
406 explicit StringToEnum(const Pair* list, size_t num_entries, Type unknown) function in class:chromeos::__anon1794::StringToEnum
424 DISALLOW_COPY_AND_ASSIGN(StringToEnum);
520 StringToEnum<PropertyIndex>::Pair property_index_table[] = {
610 StringToEnum<PropertyIndex>& property_index_parser() {
611 static StringToEnum<PropertyIndex> parser(property_index_table,
622 static StringToEnum<ConnectionType>::Pair table[] = {
630 static StringToEnum<ConnectionType> parser(
642 static StringToEnum<ConnectionMode>::Pair table[] = {
646 static StringToEnum<ConnectionMod
[all...]

Completed in 32 milliseconds