OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTypeNames
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/content_settings/
content_settings_pref_provider.cc
60
const char*
kTypeNames
[] = {
72
COMPILE_ASSERT(arraysize(
kTypeNames
) == CONTENT_SETTINGS_NUM_TYPES,
79
if (
kTypeNames
[i] != NULL) {
80
default_settings->SetInteger(
kTypeNames
[i],
100
DCHECK_EQ(arraysize(
kTypeNames
),
133
DCHECK(
kTypeNames
[content_type] != NULL); // Don't call this for Geolocation.
146
std::string dictionary_path(
kTypeNames
[content_type]);
263
for (size_t type = 0; type < arraysize(
kTypeNames
); ++type) {
264
if ((
kTypeNames
[type] != NULL) && (
kTypeNames
[type] == content_type))
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
parser.cc
85
const TypeNameMap
kTypeNames
= MakeTypeNameTable();
1009
TypeNameMap::const_iterator iter =
kTypeNames
.find(input_->current().text);
1010
if (iter !=
kTypeNames
.end()) {
1022
TypeNameMap::const_iterator iter =
kTypeNames
.find(input_->current().text);
1023
if (iter !=
kTypeNames
.end()) {
[
all
...]
Completed in 787 milliseconds