Home
last modified time | relevance | path

Searched refs:CODE_SIZE (Results 1 – 21 of 21) sorted by relevance

/external/protobuf/src/google/protobuf/
Dunittest_optimize_for.proto35 // A proto file which uses optimize_for = CODE_SIZE.
42 option optimize_for = CODE_SIZE;
Dunittest_embed_optimize_for.proto35 // 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
Dunittest_no_arena.proto58 // of equivalent ones optimized for CODE_SIZE, so we should optimize all our
Dunittest_proto3.proto55 // of equivalent ones optimized for CODE_SIZE, so we should optimize all our
Dunittest.proto54 // of equivalent ones optimized for CODE_SIZE, so we should optimize all our
Ddescriptor.proto334 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
Dunittest_enormous_descriptor.proto45 option optimize_for = CODE_SIZE;
Ddescriptor.pb.h1894 static const OptimizeMode CODE_SIZE = variable
Ddescriptor.pb.cc7888 const FileOptions_OptimizeMode FileOptions::CODE_SIZE; member in google::protobuf::FileOptions
/external/protobuf/ruby/src/main/
Dsentinel.proto3 option optimize_for = CODE_SIZE;
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_check_utf8_size.proto40 option optimize_for = CODE_SIZE;
/external/protobuf/src/google/protobuf/compiler/java/
Djava_context.cc196 FileOptions::CODE_SIZE; in HasGeneratedMethods()
/external/protobuf/python/google/protobuf/pyext/
Dpython.proto41 // of equivalent ones optimized for CODE_SIZE, so we should optimize all our
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h197 return GetOptimizeFor(file, options) != FileOptions::CODE_SIZE; in HasGeneratedMethods()
/external/protobuf/benchmarks/
Dgoogle_size.proto6 option optimize_for = CODE_SIZE;
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto313 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto327 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto358 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto358 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto358 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
/external/protobuf/
DCHANGES.txt908 optimize_for = CODE_SIZE if code size is more important in your app.