/external/protobuf/python/google/protobuf/internal/ |
reflection_test.py | 124 # Constructor with only repeated scalar types should succeed. 137 # Constructor with only repeated composite types should succeed. 221 # composite_field_name should be the name of a non-repeated 323 # Test nesting when we add an element to a repeated field in a submessage. 330 # Do the same test, but with a repeated composite field within the 483 # It's illegal to assign values directly to repeated fields 486 # Repeated fields. 493 # Assignment to a repeated nested message field without specifying 497 # Assignment to an attribute of a repeated field. [all...] |
/external/chromium_org/third_party/protobuf/ |
CHANGES.txt | 138 * Added an extend() method to repeated composite fields. 144 * Parsers for repeated numeric fields now always accept both packed and 206 interface for repeated elements. 227 * Fix bug with parsing packed repeated fields in embedded messages. 234 * Repeated fields of primitive types (types other that string, group, and 255 * It is now an error to define a default value for a repeated field. 355 * Added slicing support for repeated scalar fields. Added slice retrieval and 356 removal of repeated composite fields. 463 * Adding a property to an object representing a repeated field now
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
decoder.py | 45 buffer position. A decoder for a repeated field may proactively decode all of 65 is_repeated: Is the field a repeated field? (bool) 72 (This is called for repeated fields and sub-messages, when an 219 # Predict that the next tag is another copy of the same repeated 398 # Predict that the next tag is another copy of the same repeated field. 435 # Predict that the next tag is another copy of the same repeated field. 478 # Predict that the next tag is another copy of the same repeated field. 527 # Predict that the next tag is another copy of the same repeated field. 563 repeated group Item = 1 {
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
message.py | 99 the corresponding fields in the current message. Repeated fields are 154 - If it's a "repeated" field, we append to the end of our list. 226 if HasField() would return true, and a repeated field is non-empty if
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
plugin.pb.cc | 244 // repeated string file_to_generate = 1; 280 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; 313 // repeated string file_to_generate = 1; 331 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; 345 // repeated string file_to_generate = 1; 364 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; 390 // repeated string file_to_generate = 1; 397 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; [all...] |
/external/protobuf/python/google/protobuf/ |
message.py | 85 the corresponding fields in the current message. Repeated fields are 140 - If it's a "repeated" field, we append to the end of our list. 212 if HasField() would return true, and a repeated field is non-empty if
|
/external/protobuf/src/google/protobuf/compiler/ |
plugin.pb.cc | 237 // repeated string file_to_generate = 1; 272 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; 305 // repeated string file_to_generate = 1; 323 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; 337 // repeated string file_to_generate = 1; 356 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; 382 // repeated string file_to_generate = 1; 389 // repeated .google.protobuf.FileDescriptorProto proto_file = 15; [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.pb.cc | [all...] |
/external/ceres-solver/internal/ceres/ |
dense_sparse_matrix.h | 50 // m. This assumes that m does not have any repeated entries.
|
/external/chromium/chrome/browser/sync/protocol/ |
autofill_specifics.proto | 81 repeated int64 usage_timestamp = 3;
|
/external/chromium/testing/gmock/include/gmock/ |
gmock.h | 56 // where all clauses are optional and WillOnce() can be repeated.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
sigslotrepeater.h | 35 // to the originating signal using the 'repeat' method. When the repeated
|
/external/chromium_org/ash/accelerators/ |
accelerator_dispatcher.cc | 126 // was the previous accelerator or if the current accelerator is repeated.
|
/external/chromium_org/chrome/browser/chromeos/ |
language_preferences.h | 30 // An interval between the repeated keys.
|
/external/chromium_org/chrome/browser/content_settings/ |
content_settings_usages_state.cc | 67 // Build a set of repeated formatted hosts
|
/external/chromium_org/chrome/common/metrics/proto/ |
system_profile.proto | 219 repeated PairedDevice paired_device = 3; 326 repeated Plugin plugin = 7; 422 repeated PluginStability plugin_stability = 22; 439 repeated FieldTrial field_trial = 9;
|
/external/chromium_org/chrome_frame/ |
find_dialog.cc | 41 // Repeated searches for the same string should move to the next instance.
|
/external/chromium_org/content/browser/renderer_host/ |
text_input_client_mac.mm | 95 // Lookup.framework calls this method repeatedly and expects that repeated
|
/external/chromium_org/sync/protocol/ |
search_engine_specifics.proto | 64 repeated string alternate_urls = 19;
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
Pattern.cpp | 69 // image to have a line of transparent pixels on the "repeated" edge(s),
|
/external/chromium_org/third_party/angle/src/compiler/ |
VersionGLSL.cpp | 24 // non-dereferenced arrays, function names, swizzles with repeated fields,
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
mediaconstraintsinterface.cc | 57 // Note: Because this uses FindFirst, repeated optional constraints whose
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
sigslotrepeater.h | 35 // to the originating signal using the 'repeat' method. When the repeated
|
/external/chromium_org/third_party/libphonenumber/src/resources/ |
phonemetadata.proto | 59 repeated string leading_digits_pattern = 3; 219 repeated NumberFormat number_format = 19; 246 repeated NumberFormat intl_number_format = 20; 281 repeated PhoneMetadata metadata = 1;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/ |
cso_cache.h | 40 * Those semantics mean that the driver doesn't do the repeated translations
|