HomeSort by relevance Sort by last modified time
    Searched defs:ContainerType (Results 1 - 25 of 31) sorted by null

1 2

  /external/libchrome/base/containers/
stack_container.h 136 // WATCH OUT: the ContainerType MUST use the proper StackAllocator for this
142 typedef TContainerType ContainerType;
143 typedef typename ContainerType::value_type ContainedType;
159 ContainerType& container() { return container_; }
160 const ContainerType& container() const { return container_; }
165 ContainerType* operator->() { return &container_; }
166 const ContainerType* operator->() const { return &container_; }
179 ContainerType container_;
  /external/protobuf/gtest/test/
gtest-param-test_test.cc 363 typedef ::std::vector<int> ContainerType;
364 ContainerType values;
376 typedef ::std::vector<int> ContainerType;
377 ContainerType values;
390 typedef ::std::vector<int> ContainerType;
391 ContainerType values;
402 typedef ::std::vector<int> ContainerType;
403 ContainerType values;
  /external/google-breakpad/src/testing/gtest/test/
gtest-param-test_test.cc 363 typedef ::std::vector<int> ContainerType;
364 ContainerType values;
376 typedef ::std::vector<int> ContainerType;
377 ContainerType values;
390 typedef ::std::vector<int> ContainerType;
391 ContainerType values;
402 typedef ::std::vector<int> ContainerType;
403 ContainerType values;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-param-test_test.cc 363 typedef ::std::vector<int> ContainerType;
364 ContainerType values;
376 typedef ::std::vector<int> ContainerType;
377 ContainerType values;
390 typedef ::std::vector<int> ContainerType;
391 ContainerType values;
402 typedef ::std::vector<int> ContainerType;
403 ContainerType values;
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest-param-test_test.cc 363 typedef ::std::vector<int> ContainerType;
364 ContainerType values;
376 typedef ::std::vector<int> ContainerType;
377 ContainerType values;
390 typedef ::std::vector<int> ContainerType;
391 ContainerType values;
402 typedef ::std::vector<int> ContainerType;
403 ContainerType values;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest-param-test_test.cc 363 typedef ::std::vector<int> ContainerType;
364 ContainerType values;
376 typedef ::std::vector<int> ContainerType;
377 ContainerType values;
390 typedef ::std::vector<int> ContainerType;
391 ContainerType values;
402 typedef ::std::vector<int> ContainerType;
403 ContainerType values;
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util.h 283 typedef typename ::std::vector<T> ContainerType;
288 typename ContainerType::const_iterator iterator)
333 typename ContainerType::const_iterator iterator_;
345 const ContainerType container_;
  /external/googletest/googletest/test/
gtest-param-test_test.cc 363 typedef ::std::vector<int> ContainerType;
364 ContainerType values;
376 typedef ::std::vector<int> ContainerType;
377 ContainerType values;
390 typedef ::std::vector<int> ContainerType;
391 ContainerType values;
402 typedef ::std::vector<int> ContainerType;
403 ContainerType values;
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 283 typedef typename ::std::vector<T> ContainerType;
288 typename ContainerType::const_iterator iterator)
333 typename ContainerType::const_iterator iterator_;
345 const ContainerType container_;
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 283 typedef typename ::std::vector<T> ContainerType;
288 typename ContainerType::const_iterator iterator)
333 typename ContainerType::const_iterator iterator_;
345 const ContainerType container_;
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 282 typedef typename ::std::vector<T> ContainerType;
287 typename ContainerType::const_iterator iterator)
332 typename ContainerType::const_iterator iterator_;
344 const ContainerType container_;
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
MessageReflection.java 229 enum ContainerType {
238 public ContainerType getContainerType();
435 public ContainerType getContainerType() {
436 return ContainerType.MESSAGE;
622 public ContainerType getContainerType() {
623 return ContainerType.EXTENSION_SET;
774 } else if (target.getContainerType() == MergeTarget.ContainerType.MESSAGE) {
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 283 typedef typename ::std::vector<T> ContainerType;
288 typename ContainerType::const_iterator iterator)
333 typename ContainerType::const_iterator iterator_;
345 const ContainerType container_;
  /external/v8/testing/gtest/test/
gtest-param-test_test.cc 363 typedef ::std::vector<int> ContainerType;
364 ContainerType values;
376 typedef ::std::vector<int> ContainerType;
377 ContainerType values;
390 typedef ::std::vector<int> ContainerType;
391 ContainerType values;
402 typedef ::std::vector<int> ContainerType;
403 ContainerType values;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 283 typedef typename ::std::vector<T> ContainerType;
288 typename ContainerType::const_iterator iterator)
333 typename ContainerType::const_iterator iterator_;
345 const ContainerType container_;
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 283 typedef typename ::std::vector<T> ContainerType;
288 typename ContainerType::const_iterator iterator)
333 typename ContainerType::const_iterator iterator_;
345 const ContainerType container_;
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 283 typedef typename ::std::vector<T> ContainerType;
288 typename ContainerType::const_iterator iterator)
333 typename ContainerType::const_iterator iterator_;
345 const ContainerType container_;
  /external/deqp/framework/qphelper/
qpTestLog.c 63 } ContainerType;
65 DE_INLINE deBool childContainersOk (ContainerType type)
78 ContainerType elements[MAX_CONTAINER_STACK_DEPTH];
91 DE_INLINE deBool ContainerStack_push (ContainerStack* stack, ContainerType type)
105 DE_INLINE ContainerType ContainerStack_pop (ContainerStack* stack)
112 DE_INLINE ContainerType ContainerStack_getTop (const ContainerStack* stack)
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-param-util.h 307 typedef typename ::std::vector<T> ContainerType;
312 typename ContainerType::const_iterator iterator)
357 typename ContainerType::const_iterator iterator_;
369 const ContainerType container_;
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-param-util.h 307 typedef typename ::std::vector<T> ContainerType;
312 typename ContainerType::const_iterator iterator)
357 typename ContainerType::const_iterator iterator_;
369 const ContainerType container_;
  /external/v8/testing/gtest/include/gtest/internal/
gtest-param-util.h 307 typedef typename ::std::vector<T> ContainerType;
312 typename ContainerType::const_iterator iterator)
357 typename ContainerType::const_iterator iterator_;
369 const ContainerType container_;
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 150 public @interface ContainerType{}
155 @ContainerType private final int mContainerType;
    [all...]
  /external/fmtlib/test/gtest/
gtest.h     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]

Completed in 1543 milliseconds

1 2