Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/FileOptions/
DOptimizeMode.php33 const LITE_RUNTIME = 3; define in Google\\Protobuf\\Internal\\FileOptions\\OptimizeMode
/third_party/protobuf/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
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto276 LITE_RUNTIME = 3; // Generate code using MessageLite and the lite runtime. enumerator
/third_party/protobuf/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
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto383 LITE_RUNTIME = 3; // Generate code using MessageLite and the lite runtime. enumerator
Ddescriptor.pb.cc1301 constexpr FileOptions_OptimizeMode FileOptions::LITE_RUNTIME; member in FileOptions
Ddescriptor.pb.h3505 static constexpr OptimizeMode LITE_RUNTIME = variable