Home
last modified time | relevance | path

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

12

/external/protobuf/php/src/Google/Protobuf/Internal/FileOptions/
DOptimizeMode.php27 const CODE_SIZE = 2; define in Google\\Protobuf\\Internal\\FileOptions\\OptimizeMode
37 self::CODE_SIZE => 'CODE_SIZE',
/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_lazy_dependencies_custom_option.proto55 // of equivalent ones optimized for CODE_SIZE, so we should optimize all our
Dunittest_lazy_dependencies_enum.proto52 // of equivalent ones optimized for CODE_SIZE, so we should optimize all our
Dunittest_lazy_dependencies.proto54 // of equivalent ones optimized for CODE_SIZE, so we should optimize all our
Dunittest_no_arena.proto58 // of equivalent ones optimized for CODE_SIZE, so we should optimize all our
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_optimize_for.proto35 // A proto file which uses optimize_for = CODE_SIZE.
41 option optimize_for = CODE_SIZE;
Dunittest_embed_optimize_for.proto35 // A proto file which imports a proto file that uses optimize_for = CODE_SIZE.
46 // Test that embedding a message which has optimize_for = CODE_SIZE into
Dunittest.proto52 // of equivalent ones optimized for CODE_SIZE, so we should optimize all our
Ddescriptor.proto275 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_optimize_for.proto35 // A proto file which uses optimize_for = CODE_SIZE.
41 option optimize_for = CODE_SIZE;
Dunittest_embed_optimize_for.proto35 // A proto file which imports a proto file that uses optimize_for = CODE_SIZE.
46 // Test that embedding a message which has optimize_for = CODE_SIZE into
Dunittest.proto52 // of equivalent ones optimized for CODE_SIZE, so we should optimize all our
Ddescriptor.proto275 CODE_SIZE = 2; // Use ReflectionOps to implement these methods. enumerator
/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;
Dcached_field_size_test.proto39 option optimize_for = CODE_SIZE;
/external/protobuf/src/google/protobuf/compiler/java/
Djava_context.cc196 descriptor->file()->options().optimize_for() != FileOptions::CODE_SIZE; in HasGeneratedMethods()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
DBUILD190 optimize_for = "CODE_SIZE",
/external/protobuf/python/google/protobuf/pyext/
Dpython.proto41 // of equivalent ones optimized for CODE_SIZE, so we should optimize all our
/external/protobuf/benchmarks/
Dgoogle_size.proto6 option optimize_for = CODE_SIZE;
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_proto3.proto55 // of equivalent ones optimized for CODE_SIZE, so we should optimize all our
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h361 return GetOptimizeFor(file, options) != FileOptions::CODE_SIZE; in HasGeneratedMethods()
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto52 // of equivalent ones optimized for CODE_SIZE, so we should optimize all our

12