HomeSort by relevance Sort by last modified time
    Searched defs:Cardinality (Results 1 - 3 of 3) sorted by null

  /external/chromium/testing/gmock/include/gmock/
gmock-cardinalities.h 48 // To implement a cardinality Foo, define:
51 // 2. a factory function that creates a Cardinality object from a
56 // management as Cardinality objects can now be copied like plain values.
58 // The implementation of a cardinality.
68 // Returns true iff call_count calls will satisfy this cardinality.
71 // Returns true iff call_count calls will saturate this cardinality.
78 // A Cardinality is a copyable and IMMUTABLE (except by assignment)
80 // be called. The implementation of Cardinality is just a linked_ptr
82 // Don't inherit from Cardinality!
83 class Cardinality {
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set.cc 223 enum Cardinality {
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.cc 200 enum Cardinality {
    [all...]

Completed in 385 milliseconds