HomeSort by relevance Sort by last modified time
    Searched full:protobufs (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/sync/util/
time.h 18 // Converts a time object to the format used in sync protobufs (ms
22 // Converts a time field from sync protobufs to a time object.
  /external/chromium_org/google_apis/gcm/base/
mcs_util.h 62 // Utility methods for building and identifying MCS protobufs.
67 // RMQ utility methods for extracting/setting common data from/to protobufs.
  /external/chromium_org/net/quic/crypto/
quic_crypto_server_config_test.cc 196 // SetConfigs constructs suitable config protobufs and calls SetConfigs on
202 // SetConfigs(NULL); // calls |config_.SetConfigs| with no protobufs.
204 // // Calls |config_.SetConfigs| with two protobufs: one for a Config with
218 vector<QuicServerConfigProtobuf*> protobufs; local
244 protobufs.push_back(protobuf);
247 ASSERT_EQ(!has_invalid, config_.SetConfigs(protobufs, clock_.WallNow()));
248 STLDeleteElements(&protobufs);
quic_crypto_server_config.h 127 // SetConfigs takes a vector of config protobufs and the current time.
131 // known, but are missing from the protobufs are deleted, unless they are
134 bool SetConfigs(const std::vector<QuicServerConfigProtobuf*>& protobufs,
quic_crypto_server_config.cc 349 const vector<QuicServerConfigProtobuf*>& protobufs,
354 for (vector<QuicServerConfigProtobuf*>::const_iterator i = protobufs.begin();
355 i != protobufs.end(); ++i) {
371 DCHECK_EQ(protobufs.size(), new_configs.size());
    [all...]
  /external/chromium_org/build/
protoc_java.py 6 """Generate java source files from protobufs
  /external/chromium_org/sync/protocol/
unique_position.proto 42 // repersentations to every protobuf during the transition period. Protobufs
47 // Protobufs written by this version or later are not be intelligible by
  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_store.h 27 // Validates protobufs for external policy data, validates the data itself, and
73 // Loads and validates all the currently cached protobufs and policy data.
112 // Helper for ValidatePolicy(), that's also used to validate protobufs
cloud_policy_client_unittest.cc 188 // Request protobufs used as expectations for the client requests.
194 // Protobufs used in successful responses.
component_cloud_policy_store.cc 123 // Load all cached policy protobufs for each domain.
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command.h 85 // Helper to extract the final name from the protobufs.
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.h 7 // and the data and render protobufs that the specifics protobuf contains.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common_unittest.cc 69 // kint32min was declared incorrectly in the first release of protobufs.
  /external/protobuf/src/google/protobuf/stubs/
common_unittest.cc 69 // kint32min was declared incorrectly in the first release of protobufs.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
printing.py 31 E.g., "StringPiece" or "protobufs".
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 31 E.g., "StringPiece" or "protobufs".
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
printing.py 31 E.g., "StringPiece" or "protobufs".
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 31 E.g., "StringPiece" or "protobufs".
  /frameworks/base/docs/html/training/articles/
memory.jd 30 <li><a href="#NanoProto">Use nano protobufs for serialized data</a></li>
410 <h3 id="NanoProto">Use nano protobufs for serialized data</h3>
415 protobufs for your data, you should always use nano protobufs in your client-side code. Regular
416 protobufs generate extremely verbose code, which will cause many kinds of problems in your app:
448 library may do things differently. For example, one library may use nano protobufs while another
449 uses micro protobufs. Now you have two different protobuf implementations in your app. This can and
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unknown_field_set.h 45 // TODO(jasonh): some people seem to rely on protobufs to include this for them!
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
printing.py 36 E.g., "StringPiece" or "protobufs".
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
printing.py 36 E.g., "StringPiece" or "protobufs".
  /external/chromium_org/components/policy/tools/
generate_policy_source.py 32 # - the name of one of the protobufs for shared policy types
494 #------------------ policy protobufs --------------------------------#
  /external/chromium_org/sync/internal_api/public/base/
unique_position_unittest.cc 39 // This function exploits internal knowledge of how the protobufs are serialized
661 // Test that deserialization failures of protobufs where we know none of its
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_browsertest.cc 386 // There are 2 protobufs that can be used for user cloud policy:

Completed in 1026 milliseconds

1 2