Home
last modified time | relevance | path

Searched defs:CODE_SIZE (Results 1 – 6 of 6) 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/benchmarks/
Ddescriptor_sv.proto351 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
Ddescriptor.proto349 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto478 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
Ddescriptor.pb.cc2326 constexpr FileOptions_OptimizeMode FileOptions::CODE_SIZE; member in google::protobuf::FileOptions
Ddescriptor.pb.h6146 static constexpr OptimizeMode CODE_SIZE = FileOptions_OptimizeMode_CODE_SIZE; variable