OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FieldOptions_CType
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/src/google/protobuf/
descriptor.pb.h
130
enum
FieldOptions_CType
{
136
const
FieldOptions_CType
FieldOptions_CType_CType_MIN = FieldOptions_CType_STRING;
137
const
FieldOptions_CType
FieldOptions_CType_CType_MAX = FieldOptions_CType_STRING_PIECE;
141
inline const ::std::string& FieldOptions_CType_Name(
FieldOptions_CType
value) {
146
const ::std::string& name,
FieldOptions_CType
* value) {
147
return ::google::protobuf::internal::ParseNamedEnum<
FieldOptions_CType
>(
[
all
...]
descriptor.pb.cc
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.h
134
enum
FieldOptions_CType
{
140
const
FieldOptions_CType
FieldOptions_CType_CType_MIN = FieldOptions_CType_STRING;
141
const
FieldOptions_CType
FieldOptions_CType_CType_MAX = FieldOptions_CType_STRING_PIECE;
145
inline const ::std::string& FieldOptions_CType_Name(
FieldOptions_CType
value) {
150
const ::std::string& name,
FieldOptions_CType
* value) {
151
return ::google::protobuf::internal::ParseNamedEnum<
FieldOptions_CType
>(
[
all
...]
descriptor.pb.cc
[
all
...]
Completed in 50 milliseconds