/external/protobuf/src/google/protobuf/ |
D | unittest_optimize_for.proto | 35 // A proto file which uses optimize_for = CODE_SIZE. 42 option optimize_for = CODE_SIZE;
|
D | unittest_embed_optimize_for.proto | 35 // A proto file which imports a proto file that uses optimize_for = CODE_SIZE. 47 // Test that embedding a message which has optimize_for = CODE_SIZE into
|
D | unittest_no_arena.proto | 58 // of equivalent ones optimized for CODE_SIZE, so we should optimize all our
|
D | unittest_proto3.proto | 55 // of equivalent ones optimized for CODE_SIZE, so we should optimize all our
|
D | unittest.proto | 54 // of equivalent ones optimized for CODE_SIZE, so we should optimize all our
|
D | descriptor.proto | 334 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
|
D | unittest_enormous_descriptor.proto | 45 option optimize_for = CODE_SIZE;
|
D | descriptor.pb.h | 1894 static const OptimizeMode CODE_SIZE = variable
|
D | descriptor.pb.cc | 7888 const FileOptions_OptimizeMode FileOptions::CODE_SIZE; member in google::protobuf::FileOptions
|
/external/protobuf/ruby/src/main/ |
D | sentinel.proto | 3 option optimize_for = CODE_SIZE;
|
/external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
D | test_check_utf8_size.proto | 40 option optimize_for = CODE_SIZE;
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_context.cc | 196 FileOptions::CODE_SIZE; in HasGeneratedMethods()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | python.proto | 41 // of equivalent ones optimized for CODE_SIZE, so we should optimize all our
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.h | 197 return GetOptimizeFor(file, options) != FileOptions::CODE_SIZE; in HasGeneratedMethods()
|
/external/protobuf/benchmarks/ |
D | google_size.proto | 6 option optimize_for = CODE_SIZE;
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 313 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 327 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 358 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 358 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 358 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
|
/external/protobuf/ |
D | CHANGES.txt | 908 optimize_for = CODE_SIZE if code size is more important in your app.
|