OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EnumLiteMap
(Results
1 - 7
of
7
) sorted by null
/external/protobuf/java/src/main/java/com/google/protobuf/
Internal.java
118
public interface
EnumLiteMap
<T extends EnumLite> {
GeneratedMessageLite.java
431
final Internal.
EnumLiteMap
<?> enumTypeMap,
443
private final Internal.
EnumLiteMap
<?> enumTypeMap;
469
public Internal.
EnumLiteMap
<?> getEnumType() {
517
final Internal.
EnumLiteMap
<?> enumTypeMap,
530
final Internal.
EnumLiteMap
<?> enumTypeMap,
FieldSet.java
62
Internal.
EnumLiteMap
<?> getEnumType();
Descriptors.java
[
all
...]
/development/tools/glesv2debugger/src/com/android/glesv2debugger/
DebuggerMessage.java
423
public static com.google.protobuf.Internal.
EnumLiteMap
<Function>
427
private static com.google.protobuf.Internal.
EnumLiteMap
<Function>
429
new com.google.protobuf.Internal.
EnumLiteMap
<Function>() {
468
public static com.google.protobuf.Internal.
EnumLiteMap
<Type>
472
private static com.google.protobuf.Internal.
EnumLiteMap
<Type>
474
new com.google.protobuf.Internal.
EnumLiteMap
<Type>() {
507
public static com.google.protobuf.Internal.
EnumLiteMap
<DataType>
511
private static com.google.protobuf.Internal.
EnumLiteMap
<DataType>
513
new com.google.protobuf.Internal.
EnumLiteMap
<DataType>() {
552
public static com.google.protobuf.Internal.
EnumLiteMap
<Prop
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java
423
public static com.google.protobuf.Internal.
EnumLiteMap
<Function>
427
private static com.google.protobuf.Internal.
EnumLiteMap
<Function>
429
new com.google.protobuf.Internal.
EnumLiteMap
<Function>() {
468
public static com.google.protobuf.Internal.
EnumLiteMap
<Type>
472
private static com.google.protobuf.Internal.
EnumLiteMap
<Type>
474
new com.google.protobuf.Internal.
EnumLiteMap
<Type>() {
507
public static com.google.protobuf.Internal.
EnumLiteMap
<DataType>
511
private static com.google.protobuf.Internal.
EnumLiteMap
<DataType>
513
new com.google.protobuf.Internal.
EnumLiteMap
<DataType>() {
552
public static com.google.protobuf.Internal.
EnumLiteMap
<Prop
[
all
...]
/external/protobuf/java/src/test/java/com/google/protobuf/
GeneratedMessageTest.java
364
Internal.
EnumLiteMap
<ForeignEnum> map = ForeignEnum.internalGetValueMap();
Completed in 56 milliseconds