OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:type_constant
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_extension.cc
103
vars["
type_constant
"] = TypeName(GetType(descriptor));
176
" com.google.protobuf.WireFormat.FieldType.$
type_constant
$,\n"
191
" com.google.protobuf.WireFormat.FieldType.$
type_constant
$);\n");
/external/protobuf/src/google/protobuf/compiler/java/
java_extension.cc
140
vars["
type_constant
"] = TypeName(GetType(descriptor_));
176
" com.google.protobuf.WireFormat.FieldType.$
type_constant
$,\n"
186
" com.google.protobuf.WireFormat.FieldType.$
type_constant
$);\n");
/external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc
428
em::NetworkInterface::NetworkDeviceType
type_constant
;
member in struct:__anon7156
456
interface->set_type(kDeviceTypeMap[type_idx].
type_constant
);
/prebuilts/misc/linux-x86/protobuf/
aprotoc
/external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc
263
#define CONSTRUCTOR(TYPE,
TYPE_CONSTANT
, FIELD) \
265
type =
TYPE_CONSTANT
; \
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor.cc
245
#define CONSTRUCTOR(TYPE,
TYPE_CONSTANT
, FIELD) \
247
type =
TYPE_CONSTANT
; \
[
all
...]
Completed in 309 milliseconds