OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CategoryType
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/google_apis/drive/
gdata_wapi_parser.h
185
enum
CategoryType
{
203
CategoryType
type() const { return type_; }
209
void set_type(
CategoryType
type) { type_ = type; }
214
// Converts category scheme into
CategoryType
enum. For example,
219
const base::StringPiece& scheme,
CategoryType
* result);
222
CategoryType
type_;
gdata_wapi_parser.cc
180
Category::
CategoryType
type;
337
// Converts category.scheme into
CategoryType
enum.
339
const base::StringPiece& scheme, Category::
CategoryType
* result) {
354
converter->RegisterCustomField<Category::
CategoryType
>(
/external/clang/lib/Parse/
ParseObjc.cpp
247
Decl *
CategoryType
=
257
ParseObjCClassInstanceVariables(
CategoryType
, tok::objc_private, AtLoc);
259
ParseObjCInterfaceDeclList(tok::objc_not_keyword,
CategoryType
);
260
return
CategoryType
;
[
all
...]
Completed in 79 milliseconds