Home
last modified time | relevance | path

Searched defs:LITE_RUNTIME (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto276 LITE_RUNTIME = 3; // Generate code using MessageLite and the lite runtime. enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto276 LITE_RUNTIME = 3; // Generate code using MessageLite and the lite runtime. enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.proto337 LITE_RUNTIME = 3; // Generate code using MessageLite and the lite runtime. enumerator
Ddescriptor.pb.h1957 static const OptimizeMode LITE_RUNTIME = variable
Ddescriptor.pb.cc8051 const FileOptions_OptimizeMode FileOptions::LITE_RUNTIME; member in google::protobuf::FileOptions