Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/FileOptions/
DOptimizeMode.php27 const CODE_SIZE = 2; define in Google\\Protobuf\\Internal\\FileOptions\\OptimizeMode
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto275 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto275 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto275 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto382 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
Ddescriptor.pb.cc1300 constexpr FileOptions_OptimizeMode FileOptions::CODE_SIZE; member in FileOptions
Ddescriptor.pb.h3503 static constexpr OptimizeMode CODE_SIZE = variable