V                 199 base/memory/scoped_ptr.h   template <typename U, typename V>
V                 200 base/memory/scoped_ptr.h   scoped_ptr_impl(scoped_ptr_impl<U, V>* other)
V                 208 base/memory/scoped_ptr.h   template <typename U, typename V>
V                 209 base/memory/scoped_ptr.h   void TakeState(scoped_ptr_impl<U, V>* other) {
V                 272 base/memory/scoped_ptr.h   template <typename U, typename V> friend class scoped_ptr_impl;
V                 340 base/memory/scoped_ptr.h   template <typename U, typename V>
V                 341 base/memory/scoped_ptr.h   scoped_ptr(scoped_ptr<U, V> other) : impl_(&other.impl_) {
V                 358 base/memory/scoped_ptr.h   template <typename U, typename V>
V                 359 base/memory/scoped_ptr.h   scoped_ptr& operator=(scoped_ptr<U, V> rhs) {
V                 432 base/memory/scoped_ptr.h   template <typename U, typename V> friend class scoped_ptr;
V                 811 chrome/browser/search_engines/template_url_prepopulate_data.cc     DECLARE_COUNTRY(L, V)  // Latvia
V                 843 chrome/browser/search_engines/template_url_prepopulate_data.cc     DECLARE_COUNTRY(S, V)  // El Salvador
V                 854 chrome/browser/search_engines/template_url_prepopulate_data.cc     DECLARE_COUNTRY(V, E)  // Venezuela
V                 855 chrome/browser/search_engines/template_url_prepopulate_data.cc     DECLARE_COUNTRY(V, N)  // Vietnam
V                 922 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(V, A)  // Vatican
V                 935 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(B, V)  // Bouvet Island
V                 946 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(C, V)  // Cape Verde
V                 985 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(V, G)  // British Virgin Islands
V                 993 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(V, I)  // U.S. Virgin Islands
V                1034 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(M, V)  // Maldives
V                1049 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(T, V)  // Tuvalu
V                1051 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(V, C)  // Saint Vincent and the Grenadines
V                1052 chrome/browser/search_engines/template_url_prepopulate_data.cc     UNHANDLED_COUNTRY(V, U)  // Vanuatu
V                  58 chrome/installer/mac/third_party/bsdiff/goobsdiff.c static void split(off_t *I,off_t *V,off_t start,off_t len,off_t h)
V                  64 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 			j=1;x=V[I[k]+h];
V                  66 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 				if(V[I[k+i]+h]<x) {
V                  67 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 					x=V[I[k+i]+h];
V                  70 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 				if(V[I[k+i]+h]==x) {
V                  75 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 			for(i=0;i<j;i++) V[I[k+i]]=k+j-1;
V                  81 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 	x=V[I[start+len/2]+h];
V                  84 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 		if(V[I[i]+h]<x) jj++;
V                  85 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 		if(V[I[i]+h]==x) kk++;
V                  91 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 		if(V[I[i]+h]<x) {
V                  93 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 		} else if(V[I[i]+h]==x) {
V                 103 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 		if(V[I[jj+j]+h]==x) {
V                 111 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 	if(jj>start) split(I,V,start,jj-start,h);
V                 113 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 	for(i=0;i<kk-jj;i++) V[I[jj+i]]=kk-1;
V                 116 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 	if(start+len>kk) split(I,V,kk,start+len-kk,h);
V                 119 chrome/installer/mac/third_party/bsdiff/goobsdiff.c static void qsufsort(off_t *I,off_t *V,u_char *old,off_t oldsize)
V                 132 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 	for(i=0;i<oldsize;i++) V[i]=buckets[old[i]];
V                 133 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 	V[oldsize]=0;
V                 145 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 				len=V[I[i]]+1-i;
V                 146 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 				split(I,V,i,len,h);
V                 154 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 	for(i=0;i<oldsize+1;i++) I[V[i]]=i;
V                 337 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 	off_t *I,*V;
V                 361 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 		((V=malloc((oldsize+1)*sizeof(off_t)))==NULL)) err(1,NULL);
V                 363 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 	qsufsort(I,V,old,oldsize);
V                 365 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 	free(V);
V                  44 components/autofill/content/renderer/form_cache.cc template <class K, class V>
V                  45 components/autofill/content/renderer/form_cache.cc void RemoveOldElements(const WebFrame& frame, std::map<const K, V>* states) {
V                  47 components/autofill/content/renderer/form_cache.cc   for (typename std::map<const K, V>::const_iterator it = states->begin();
V                1190 content/common/gpu/client/gl_helper_unittest.cc     unsigned char* V = truth_frame->data(media::VideoFrame::kVPlane);
V                1196 content/common/gpu/client/gl_helper_unittest.cc     memset(V, 0x80, v_stride * output_ysize / 2);
V                1213 content/common/gpu/client/gl_helper_unittest.cc         V[(y + ymargin / 2) * v_stride + x + xmargin / 2] = float_to_byte(
V                1237 content/common/gpu/client/gl_helper_unittest.cc     ComparePlane(V,
V                  34 content/renderer/media/mock_media_stream_dependency_factory.cc template <class V>
V                  35 content/renderer/media/mock_media_stream_dependency_factory.cc static typename V::iterator FindTrack(V* vector,
V                  37 content/renderer/media/mock_media_stream_dependency_factory.cc   typename V::iterator it = vector->begin();
V                  44 courgette/encoded_program.cc template<typename V>
V                  45 courgette/encoded_program.cc CheckBool WriteVector(const V& items, SinkStream* buffer) {
V                  56 courgette/encoded_program.cc template<typename V>
V                  57 courgette/encoded_program.cc bool ReadVector(V* items, SourceStream* buffer) {
V                  69 courgette/encoded_program.cc       ok = items->push_back(static_cast<typename V::value_type>(item));
V                  76 courgette/encoded_program.cc template<typename V>
V                  77 courgette/encoded_program.cc CheckBool WriteU32Delta(const V& set, SinkStream* buffer) {
V                  90 courgette/encoded_program.cc template <typename V>
V                  91 courgette/encoded_program.cc static CheckBool ReadU32Delta(V* set, SourceStream* buffer) {
V                 121 courgette/encoded_program.cc template<typename V>
V                 122 courgette/encoded_program.cc CheckBool WriteVectorU8(const V& items, SinkStream* buffer) {
V                 126 courgette/encoded_program.cc     size_t byte_count = count * sizeof(typename V::value_type);
V                 132 courgette/encoded_program.cc template<typename V>
V                 133 courgette/encoded_program.cc bool ReadVectorU8(V* items, SourceStream* buffer) {
V                 141 courgette/encoded_program.cc     size_t byte_count = count * sizeof(typename V::value_type);
V                 401 courgette/encoded_program.cc template<typename V, typename T>
V                 402 courgette/encoded_program.cc bool VectorAt(const V& v, size_t index, T* output) {
V                  53 courgette/third_party/bsdiff_create.cc split(PagedArray<int>& I,PagedArray<int>& V,int start,int len,int h)
V                  59 courgette/third_party/bsdiff_create.cc       j=1;x=V[I[k]+h];
V                  61 courgette/third_party/bsdiff_create.cc         if(V[I[k+i]+h]<x) {
V                  62 courgette/third_party/bsdiff_create.cc           x=V[I[k+i]+h];
V                  65 courgette/third_party/bsdiff_create.cc         if(V[I[k+i]+h]==x) {
V                  70 courgette/third_party/bsdiff_create.cc       for(i=0;i<j;i++) V[I[k+i]]=k+j-1;
V                  76 courgette/third_party/bsdiff_create.cc   x=V[I[start+len/2]+h];
V                  79 courgette/third_party/bsdiff_create.cc     if(V[I[i]+h]<x) jj++;
V                  80 courgette/third_party/bsdiff_create.cc     if(V[I[i]+h]==x) kk++;
V                  86 courgette/third_party/bsdiff_create.cc     if(V[I[i]+h]<x) {
V                  88 courgette/third_party/bsdiff_create.cc     } else if(V[I[i]+h]==x) {
V                  98 courgette/third_party/bsdiff_create.cc     if(V[I[jj+j]+h]==x) {
V                 106 courgette/third_party/bsdiff_create.cc   if(jj>start) split(I,V,start,jj-start,h);
V                 108 courgette/third_party/bsdiff_create.cc   for(i=0;i<kk-jj;i++) V[I[jj+i]]=kk-1;
V                 111 courgette/third_party/bsdiff_create.cc   if(start+len>kk) split(I,V,kk,start+len-kk,h);
V                 115 courgette/third_party/bsdiff_create.cc qsufsort(PagedArray<int>& I, PagedArray<int>& V,const unsigned char *old,int oldsize)
V                 128 courgette/third_party/bsdiff_create.cc   for(i=0;i<oldsize;i++) V[i]=buckets[old[i]];
V                 129 courgette/third_party/bsdiff_create.cc   V[oldsize]=0;
V                 141 courgette/third_party/bsdiff_create.cc         len=V[I[i]]+1-i;
V                 142 courgette/third_party/bsdiff_create.cc         split(I,V,i,len,h);
V                 150 courgette/third_party/bsdiff_create.cc   for(i=0;i<oldsize+1;i++) I[V[i]]=i;
V                 224 courgette/third_party/bsdiff_create.cc   PagedArray<int> V;
V                 232 courgette/third_party/bsdiff_create.cc   if (!V.Allocate(oldsize + 1)) {
V                 239 courgette/third_party/bsdiff_create.cc   qsufsort(I, V, old, oldsize);
V                 242 courgette/third_party/bsdiff_create.cc   V.clear();
V                 366 ipc/ipc_message_utils.h template <class K, class V>
V                 367 ipc/ipc_message_utils.h struct ParamTraits<std::map<K, V> > {
V                 368 ipc/ipc_message_utils.h   typedef std::map<K, V> param_type;
V                 386 ipc/ipc_message_utils.h       V& value = (*r)[k];
V                 698 ipc/ipc_message_utils.h       V& value = (*r)[key];
V                 287 media/cast/rtcp/rtcp_utility.cc   parsed_header->V = data_begin[0] >> 6;
V                 299 media/cast/rtcp/rtcp_utility.cc   if (parsed_header->V != 2)
V                 235 media/cast/rtcp/rtcp_utility.h   uint8 V;   // Version.
V                  75 sync/protocol/proto_value_conversions.cc template <class T, class F, class V>
V                  76 sync/protocol/proto_value_conversions.cc base::ListValue* MakeRepeatedValue(const F& fields, V* (*converter_fn)(T)) {
V                  65 sync/syncable/entry_kernel.cc template <class T, class U, class V>
V                  69 sync/syncable/entry_kernel.cc                     V* (*enum_value_fn)(U),
V                  75 sync/syncable/entry_kernel.cc     V* value = enum_value_fn(kernel.ref(field));
V                  63 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_int_add(AI, V)	InterlockedExchangeAdd (&(AI), (V))
V                  79 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_int_add(AI, V)	(OSAtomicAdd32Barrier ((V), &(AI)) - (V))
V                  96 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_int_add(AI, V)	__sync_fetch_and_add (&(AI), (V))
V                 108 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_int_add(AI, V)	( ({__machine_rw_barrier ();}), atomic_add_int_nv (&(AI), (V)) - (V))
V                 118 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_int_add(AI, V)	(((AI) += (V)) - (V))
V                 127 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_int_add(AI, V)	(((AI) += (V)) - (V))
V                  78 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 0948 */  _(M,T),  _(M,R),  _(M,R),  _(M,R),  _(M,R),  _(V,B),  _(M,L),  _(M,R),
V                  97 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 09C8 */  _(M,L),  _(x,x),  _(x,x), _(M,LR), _(M,LR),  _(V,B), _(CD,x),  _(x,x),
V                 116 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 0A48 */  _(M,T),  _(x,x),  _(x,x),  _(M,T),  _(M,T),  _(V,B),  _(x,x),  _(x,x),
V                 135 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 0AC8 */  _(M,T), _(M,TR),  _(x,x),  _(M,R),  _(M,R),  _(V,B),  _(x,x),  _(x,x),
V                 154 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 0B48 */ _(M,TL),  _(x,x),  _(x,x), _(M,LR),_(M,TLR),  _(V,B),  _(x,x),  _(x,x),
V                 173 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 0BC8 */  _(M,L),  _(x,x), _(M,LR), _(M,LR), _(M,LR),  _(V,T),  _(x,x),  _(x,x),
V                 192 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 0C48 */ _(M,TB),  _(x,x),  _(M,T),  _(M,T),  _(M,T),  _(V,T),  _(x,x),  _(x,x),
V                 211 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 0CC8 */ _(M,TR),  _(x,x), _(M,TR), _(M,TR),  _(M,T),  _(V,T),  _(x,x),  _(x,x),
V                 230 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 0D48 */  _(M,L),  _(x,x), _(M,LR), _(M,LR), _(M,LR),  _(V,T), _(CR,x),  _(x,x),
V                 249 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 0DC8 */  _(x,x),  _(x,x),  _(V,T),  _(x,x),  _(x,x),  _(x,x),  _(x,x),  _(M,R),
V                 266 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 0E38 */  _(M,B),  _(M,B),  _(V,B),  _(x,x),  _(x,x),  _(x,x),  _(x,x),  _(x,x),
V                 268 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 0E48 */ _(TM,x), _(TM,x), _(TM,x), _(TM,x),  _(x,x), _(Bi,x),  _(V,T),  _(x,x),
V                 313 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 0F80 */  _(M,T), _(M,TB), _(Bi,x), _(Bi,x),  _(V,B),  _(A,x),  _(x,x),  _(x,x),
V                 339 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 1038 */ _(Vs,x),  _(V,I),  _(V,T), _(CM,x), _(CM,x), _(CM,x), _(CM,x),  _(C,x),
V                 360 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 1710 */  _(C,x),  _(C,x),  _(M,T),  _(M,B),  _(V,B),  _(x,x),  _(x,x),  _(x,x),
V                 367 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 1730 */  _(C,x),  _(C,x),  _(M,T),  _(M,B),  _(V,B),  _(x,x),  _(x,x),  _(x,x),
V                 396 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 17D0 */  _(x,x),  _(V,T),  _(V,I),  _(x,x),  _(x,x),  _(x,x),  _(x,x),  _(x,x),
V                 467 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 1A60 */  _(V,I),  _(M,R),  _(M,T),  _(M,R),  _(M,R),  _(M,T),  _(M,T),  _(M,T),
V                 491 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 1B40 */ _(M,LR), _(M,LR),  _(M,T), _(M,TR),  _(V,R),  _(C,x),  _(C,x),  _(C,x),
V                 507 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 1BA8 */  _(M,T),  _(M,T),  _(V,R),  _(V,x), _(CS,x), _(CS,x),  _(C,x),  _(C,x),
V                 519 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 1BF0 */ _(CF,x), _(CF,x),  _(V,R),  _(V,R),  _(x,x),  _(x,x),  _(x,x),  _(x,x),
V                 552 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* A800 */ _(VI,x), _(VI,x),  _(x,x), _(VI,x), _(VI,x), _(VI,x),  _(V,T),  _(C,x),
V                 585 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* A8C0 */  _(M,R),  _(M,R),  _(M,R),  _(M,R),  _(V,B),  _(x,x),  _(x,x),  _(x,x),
V                 612 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* A950 */ _(CF,x), _(CF,x), _(CF,x),  _(V,R),  _(x,x),  _(x,x),  _(x,x),  _(x,x),
V                 632 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* A9C0 */ _(V,BR),  _(x,x),  _(x,x),  _(x,x),  _(x,x),  _(x,x),  _(x,x),  _(x,x),
V                 685 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* AAF0 */  _(x,x),  _(x,x),  _(x,x),  _(x,x),  _(x,x), _(Vs,x),  _(V,I),  _(x,x),
V                 698 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* ABE8 */  _(M,B),  _(M,R),  _(M,R),  _(x,x), _(TM,x),  _(V,B),  _(x,x),  _(x,x),
V                 714 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 10A38 */  _(x,x),  _(x,x),  _(x,x),  _(x,x),  _(x,x),  _(x,x),  _(x,x),  _(V,I),
V                 733 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 11040 */  _(M,B),  _(M,B),  _(M,T),  _(M,T),  _(M,T),  _(M,T),  _(V,T),  _(x,x),
V                 751 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 110B8 */  _(M,R),  _(V,B),  _(N,x),  _(x,x),  _(x,x),  _(x,x),  _(x,x),  _(x,x),
V                 766 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 11130 */  _(M,T),  _(M,B),  _(M,B),  _(V,I),  _(V,T),  _(x,x),  _(x,x),  _(x,x),
V                 784 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 111C0 */  _(V,R),  _(A,x),  _(x,x),  _(x,x),  _(x,x),  _(x,x),  _(x,x),  _(x,x),
V                 800 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc   /* 116B0 */  _(M,B),  _(M,B),  _(M,T),  _(M,T),  _(M,T),  _(M,T),  _(V,T),  _(N,x),
V                 501 third_party/harfbuzz-ng/src/hb-private.hh   const uint8_t *V = (const uint8_t *) &v;
V                 502 third_party/harfbuzz-ng/src/hb-private.hh   return (V[0] << 8) | V[1];
V                 523 third_party/harfbuzz-ng/src/hb-private.hh #define hb_be_uint16_put(v,V)	HB_STMT_START { v[0] = (V>>8); v[1] = (V); } HB_STMT_END
V                 527 third_party/harfbuzz-ng/src/hb-private.hh #define hb_be_uint32_put(v,V)	HB_STMT_START { v[0] = (V>>24); v[1] = (V>>16); v[2] = (V>>8); v[3] = (V); } HB_STMT_END
V                 531 third_party/harfbuzz-ng/src/hb-private.hh #define hb_be_uint24_put(v,V)	HB_STMT_START { v[0] = (V>>16); v[1] = (V>>8); v[2] = (V); } HB_STMT_END
V                 210 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <typename U, typename V>
V                 211 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   scoped_ptr_impl(scoped_ptr_impl<U, V>* other)
V                 219 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <typename U, typename V>
V                 220 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   void TakeState(scoped_ptr_impl<U, V>* other) {
V                 283 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <typename U, typename V> friend class scoped_ptr_impl;
V                 352 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <typename U, typename V>
V                 353 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   scoped_ptr(scoped_ptr<U, V> other) : impl_(&other.impl_) {
V                 370 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <typename U, typename V>
V                 371 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   scoped_ptr& operator=(scoped_ptr<U, V> rhs) {
V                 445 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/scoped_ptr.h   template <typename U, typename V> friend class scoped_ptr;
V                 148 third_party/libjpeg/jdmarker.c #define INPUT_BYTE(cinfo,V,action)  \
V                 151 third_party/libjpeg/jdmarker.c 		  V = GETJOCTET(*next_input_byte++); )
V                 156 third_party/libjpeg/jdmarker.c #define INPUT_2BYTES(cinfo,V,action)  \
V                 159 third_party/libjpeg/jdmarker.c 		  V = ((unsigned int) GETJOCTET(*next_input_byte++)) << 8; \
V                 162 third_party/libjpeg/jdmarker.c 		  V += GETJOCTET(*next_input_byte++); )
V                  87 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java class SmallSortedMap<K extends Comparable<K>, V> extends AbstractMap<K, V> {
V                 132 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java   static <K extends Comparable<K>, V> SmallSortedMap<K, V> newInstanceForTest(
V                 134 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java     return new SmallSortedMap<K, V>(arraySize);
V                 142 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java   private Map<K, V> overflowEntries;
V                 167 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java           Collections.<K, V>emptyMap() :
V                 184 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java   public Map.Entry<K, V> getArrayEntryAt(int index) {
V                 194 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java   public Iterable<Map.Entry<K, V>> getOverflowEntries() {
V                 196 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java         EmptySet.<Map.Entry<K, V>>iterable() :
V                 225 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java   public V get(Object o) {
V                 236 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java   public V put(K key, V value) {
V                 278 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java   public V remove(Object o) {
V                 295 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java   private V removeArrayEntryAt(int index) {
V                 297 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java     final V removed = entryList.remove(index).getValue();
V                 301 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java       final Iterator<Map.Entry<K, V>> iterator =
V                 352 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java   public Set<Map.Entry<K, V>> entrySet() {
V                 376 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java   private SortedMap<K, V> getOverflowEntriesMutable() {
V                 379 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java       overflowEntries = new TreeMap<K, V>();
V                 381 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java     return (SortedMap<K, V>) overflowEntries;
V                 400 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java   private class Entry implements Map.Entry<K, V>, Comparable<Entry> {
V                 403 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java     private V value;
V                 405 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java     Entry(Map.Entry<K, V> copy) {
V                 409 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java     Entry(K key, V value) {
V                 420 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java     public V getValue() {
V                 430 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java     public V setValue(V newValue) {
V                 432 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java       final V oldValue = this.value;
V                 470 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java   private class EntrySet extends AbstractSet<Map.Entry<K, V>> {
V                 473 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java     public Iterator<Map.Entry<K, V>> iterator() {
V                 490 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java       final Map.Entry<K, V> entry = (Map.Entry<K, V>) o;
V                 491 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java       final V existing = get(entry.getKey());
V                 492 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java       final V value = entry.getValue();
V                 498 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java     public boolean add(Map.Entry<K, V> entry) {
V                 514 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java       final Map.Entry<K, V> entry = (Map.Entry<K, V>) o;
V                 532 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java   private class EntryIterator implements Iterator<Map.Entry<K, V>> {
V                 536 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java     private Iterator<Map.Entry<K, V>> lazyOverflowIterator;
V                 545 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java     public Map.Entry<K, V> next() {
V                 576 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java     private Iterator<Map.Entry<K, V>> getOverflowIterator() {
V                  50 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java   private static class SimpleEntry<K, V> implements Map.Entry<K, V> {
V                  52 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java     private V value;
V                  54 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java     SimpleEntry(K key, V value) {
V                  63 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java     public V getValue() {
V                  67 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java     public V setValue(V value) {
V                  68 third_party/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java       V oldValue = this.value;
V                34214 third_party/sqlite/amalgamation/sqlite3.c #define SETBIT(V,I)      V[I>>3] |= (1<<(I&7))
V                34215 third_party/sqlite/amalgamation/sqlite3.c #define CLEARBIT(V,I)    V[I>>3] &= ~(1<<(I&7))
V                34216 third_party/sqlite/amalgamation/sqlite3.c #define TESTBIT(V,I)     (V[I>>3]&(1<<(I&7)))!=0
V                 299 third_party/sqlite/src/src/bitvec.c #define SETBIT(V,I)      V[I>>3] |= (1<<(I&7))
V                 300 third_party/sqlite/src/src/bitvec.c #define CLEARBIT(V,I)    V[I>>3] &= ~(1<<(I&7))
V                 301 third_party/sqlite/src/src/bitvec.c #define TESTBIT(V,I)     (V[I>>3]&(1<<(I&7)))!=0
V                 149 third_party/tcmalloc/chromium/src/packed-cache-inl.h   explicit PackedCache(V initial_value) {
V                 151 third_party/tcmalloc/chromium/src/packed-cache-inl.h     COMPILE_ASSERT(kValuebits <= sizeof(V) * 8, value_size);
V                 158 third_party/tcmalloc/chromium/src/packed-cache-inl.h   void Put(K key, V value) {
V                 169 third_party/tcmalloc/chromium/src/packed-cache-inl.h   V GetOrDefault(K key, V default_value) const {
V                 179 third_party/tcmalloc/chromium/src/packed-cache-inl.h   void Clear(V value) {
V                 194 third_party/tcmalloc/chromium/src/packed-cache-inl.h   static V EntryToValue(T t) { return t & kValueMask; }
V                 231 third_party/tcmalloc/chromium/src/packed-cache-inl.h   static const V kValueMask = N_ONES_(V, kValuebits);
V                 392 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   const void *trace[] = { V(100), V(101), V(102), V(103), V(104) };
V                 505 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   const void *trace[] = { V(100), V(101), V(102), V(103), V(104) };
V                 530 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc     const void *trace[] = { V(100), V(201), V(302), V(403), V(504) };
V                 556 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc   const void *trace[] = { V(100), V(201), V(302), V(403), V(504) };
V                 147 third_party/tcmalloc/vendor/src/packed-cache-inl.h   explicit PackedCache(V initial_value) {
V                 149 third_party/tcmalloc/vendor/src/packed-cache-inl.h     COMPILE_ASSERT(kValuebits <= sizeof(V) * 8, value_size);
V                 156 third_party/tcmalloc/vendor/src/packed-cache-inl.h   void Put(K key, V value) {
V                 167 third_party/tcmalloc/vendor/src/packed-cache-inl.h   V GetOrDefault(K key, V default_value) const {
V                 177 third_party/tcmalloc/vendor/src/packed-cache-inl.h   void Clear(V value) {
V                 192 third_party/tcmalloc/vendor/src/packed-cache-inl.h   static V EntryToValue(T t) { return t & kValueMask; }
V                 229 third_party/tcmalloc/vendor/src/packed-cache-inl.h   static const V kValueMask = N_ONES_(V, kValuebits);
V                 392 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   const void *trace[] = { V(100), V(101), V(102), V(103), V(104) };
V                 505 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   const void *trace[] = { V(100), V(101), V(102), V(103), V(104) };
V                 530 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc     const void *trace[] = { V(100), V(201), V(302), V(403), V(504) };
V                 556 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc   const void *trace[] = { V(100), V(201), V(302), V(403), V(504) };
V                 913 third_party/wtl/include/atlwince.h 	template <class V>
V                 914 third_party/wtl/include/atlwince.h 	LONG Save(V& val, ATL::_U_STRINGorID sName)
V                 916 third_party/wtl/include/atlwince.h 		return ::RegSetValueEx(m_Key, sName.m_lpstr, 0, REG_BINARY, (LPBYTE)&val, sizeof(V));
V                 919 third_party/wtl/include/atlwince.h 	template <class V>
V                 920 third_party/wtl/include/atlwince.h 	LONG Save(int nb, V& val0, ATL::_U_STRINGorID sName)
V                 922 third_party/wtl/include/atlwince.h 		return ::RegSetValueEx(m_Key, sName.m_lpstr, 0, REG_BINARY, (LPBYTE)&val0, nb * sizeof(V));
V                 925 third_party/wtl/include/atlwince.h 	template <class V>
V                 926 third_party/wtl/include/atlwince.h 	LONG Restore(V& val, ATL::_U_STRINGorID sName)
V                 929 third_party/wtl/include/atlwince.h 		DWORD bufSize = sizeof(V);
V                 933 third_party/wtl/include/atlwince.h 	template <class V>
V                 934 third_party/wtl/include/atlwince.h 	LONG Restore(int nb, V& val0, ATL::_U_STRINGorID sName)
V                 937 third_party/wtl/include/atlwince.h 		DWORD bufSize = nb * sizeof(V);