HomeSort by relevance Sort by last modified time
    Searched refs:action_count (Results 1 - 7 of 7) sorted by null

  /external/gmock/src/
gmock-spec-builders.cc 192 const int action_count = static_cast<int>(untyped_actions_.size()); local
197 if (action_count > upper_bound ||
198 (action_count == upper_bound && repeated_action_specified_)) {
200 } else if (0 < action_count && action_count < lower_bound &&
214 << action_count << " WillOnce()"
215 << (action_count == 1 ? "" : "s");
  /external/google-breakpad/src/testing/src/
gmock-spec-builders.cc 192 const int action_count = static_cast<int>(untyped_actions_.size()); local
197 if (action_count > upper_bound ||
198 (action_count == upper_bound && repeated_action_specified_)) {
200 } else if (0 < action_count && action_count < lower_bound &&
214 << action_count << " WillOnce()"
215 << (action_count == 1 ? "" : "s");
  /external/gmock/include/gmock/
gmock-spec-builders.h     [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-spec-builders.h     [all...]
  /external/e2fsprogs/ext2ed/
dir_com.c 152 The client function is action_count, which just tell search_dir_entries to continue.
159 return (search_dir_entries (&action_count,&status).dir_entry_num);
162 int action_count (struct struct_file_info *info) function
ext2ed.h 375 int action_count (struct struct_file_info *info);
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c 6230 unsigned action_count; member in struct:ebb_constraint_struct
    [all...]

Completed in 409 milliseconds