OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StringToEnum
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp
[
all
...]
/external/chromium/chrome/browser/chromeos/cros/
network_library.cc
399
class
StringToEnum
{
406
explicit
StringToEnum
(const Pair* list, size_t num_entries, Type unknown)
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
<ConnectionMode> parser
[
all
...]
Completed in 183 milliseconds