C 247 base/bind_helpers.h template <typename C> C 248 base/bind_helpers.h static No& Check(Helper<&C::AddRef>*); C 97 base/mac/scoped_nsobject.h template <class C> C 98 base/mac/scoped_nsobject.h void swap(scoped_nsprotocol<C>& p1, scoped_nsprotocol<C>& p2) { C 102 base/mac/scoped_nsobject.h template <class C> C 103 base/mac/scoped_nsobject.h bool operator==(C p1, const scoped_nsprotocol<C>& p2) { C 107 base/mac/scoped_nsobject.h template <class C> C 108 base/mac/scoped_nsobject.h bool operator!=(C p1, const scoped_nsprotocol<C>& p2) { C 65 base/memory/raw_scoped_refptr_mismatch_checker.h template <typename A, typename B, typename C> C 66 base/memory/raw_scoped_refptr_mismatch_checker.h struct ParamsUseScopedRefptrCorrectly<Tuple3<A, B, C> > { C 69 base/memory/raw_scoped_refptr_mismatch_checker.h NeedsScopedRefptrButGetsRawPtr<C>::value) }; C 72 base/memory/raw_scoped_refptr_mismatch_checker.h template <typename A, typename B, typename C, typename D> C 73 base/memory/raw_scoped_refptr_mismatch_checker.h struct ParamsUseScopedRefptrCorrectly<Tuple4<A, B, C, D> > { C 76 base/memory/raw_scoped_refptr_mismatch_checker.h NeedsScopedRefptrButGetsRawPtr<C>::value || C 80 base/memory/raw_scoped_refptr_mismatch_checker.h template <typename A, typename B, typename C, typename D, typename E> C 81 base/memory/raw_scoped_refptr_mismatch_checker.h struct ParamsUseScopedRefptrCorrectly<Tuple5<A, B, C, D, E> > { C 84 base/memory/raw_scoped_refptr_mismatch_checker.h NeedsScopedRefptrButGetsRawPtr<C>::value || C 89 base/memory/raw_scoped_refptr_mismatch_checker.h template <typename A, typename B, typename C, typename D, typename E, C 91 base/memory/raw_scoped_refptr_mismatch_checker.h struct ParamsUseScopedRefptrCorrectly<Tuple6<A, B, C, D, E, F> > { C 94 base/memory/raw_scoped_refptr_mismatch_checker.h NeedsScopedRefptrButGetsRawPtr<C>::value || C 100 base/memory/raw_scoped_refptr_mismatch_checker.h template <typename A, typename B, typename C, typename D, typename E, C 102 base/memory/raw_scoped_refptr_mismatch_checker.h struct ParamsUseScopedRefptrCorrectly<Tuple7<A, B, C, D, E, F, G> > { C 105 base/memory/raw_scoped_refptr_mismatch_checker.h NeedsScopedRefptrButGetsRawPtr<C>::value || C 112 base/memory/raw_scoped_refptr_mismatch_checker.h template <typename A, typename B, typename C, typename D, typename E, C 114 base/memory/raw_scoped_refptr_mismatch_checker.h struct ParamsUseScopedRefptrCorrectly<Tuple8<A, B, C, D, E, F, G, H> > { C 117 base/memory/raw_scoped_refptr_mismatch_checker.h NeedsScopedRefptrButGetsRawPtr<C>::value || C 189 base/observer_list_threadsafe.h template <class Method, class A, class B, class C> C 190 base/observer_list_threadsafe.h void Notify(Method m, const A& a, const B& b, const C& c) { C 191 base/observer_list_threadsafe.h UnboundMethod<ObserverType, Method, Tuple3<A, B, C> > method( C 193 base/observer_list_threadsafe.h Notify<Method, Tuple3<A, B, C> >(method); C 196 base/observer_list_threadsafe.h template <class Method, class A, class B, class C, class D> C 197 base/observer_list_threadsafe.h void Notify(Method m, const A& a, const B& b, const C& c, const D& d) { C 198 base/observer_list_threadsafe.h UnboundMethod<ObserverType, Method, Tuple4<A, B, C, D> > method( C 200 base/observer_list_threadsafe.h Notify<Method, Tuple4<A, B, C, D> >(method); C 53 base/sha1_portable.cc uint32 A, B, C, D, E; C 66 base/sha1_portable.cc static inline uint32 f(uint32 t, uint32 B, uint32 C, uint32 D) { C 68 base/sha1_portable.cc return (B & C) | ((~B) & D); C 70 base/sha1_portable.cc return B ^ C ^ D; C 72 base/sha1_portable.cc return (B & C) | (B & D) | (C & D); C 74 base/sha1_portable.cc return B ^ C ^ D; C 106 base/sha1_portable.cc C = 0; C 175 base/sha1_portable.cc C = H[2]; C 181 base/sha1_portable.cc uint32 TEMP = S(5, A) + f(t, B, C, D) + E + W[t] + K(t); C 183 base/sha1_portable.cc D = C; C 184 base/sha1_portable.cc C = S(30, B); C 192 base/sha1_portable.cc H[2] += C; C 51 base/template_util.h template <typename R, typename Z, typename A, typename B, typename C> C 52 base/template_util.h struct is_member_function_pointer<R(Z::*)(A, B, C)> : true_type {}; C 53 base/template_util.h template <typename R, typename Z, typename A, typename B, typename C> C 54 base/template_util.h struct is_member_function_pointer<R(Z::*)(A, B, C) const> : true_type {}; C 56 base/template_util.h template <typename R, typename Z, typename A, typename B, typename C, C 58 base/template_util.h struct is_member_function_pointer<R(Z::*)(A, B, C, D)> : true_type {}; C 59 base/template_util.h template <typename R, typename Z, typename A, typename B, typename C, C 61 base/template_util.h struct is_member_function_pointer<R(Z::*)(A, B, C, D) const> : true_type {}; C 114 base/template_util.h template <typename C> C 115 base/template_util.h static YesType Test(void(C::*)(void)); C 117 base/template_util.h template <typename C> C 106 base/tuple.h template <class A, class B, class C> C 111 base/tuple.h typedef C TypeC; C 116 base/tuple.h typename TupleTraits<C>::ParamType c) C 122 base/tuple.h C c; C 125 base/tuple.h template <class A, class B, class C, class D> C 130 base/tuple.h typedef C TypeC; C 136 base/tuple.h typename TupleTraits<C>::ParamType c, C 143 base/tuple.h C c; C 147 base/tuple.h template <class A, class B, class C, class D, class E> C 152 base/tuple.h typedef C TypeC; C 159 base/tuple.h typename TupleTraits<C>::ParamType c, C 167 base/tuple.h C c; C 172 base/tuple.h template <class A, class B, class C, class D, class E, class F> C 177 base/tuple.h typedef C TypeC; C 185 base/tuple.h typename TupleTraits<C>::ParamType c, C 194 base/tuple.h C c; C 200 base/tuple.h template <class A, class B, class C, class D, class E, class F, class G> C 205 base/tuple.h typedef C TypeC; C 214 base/tuple.h typename TupleTraits<C>::ParamType c, C 224 base/tuple.h C c; C 231 base/tuple.h template <class A, class B, class C, class D, class E, class F, class G, C 237 base/tuple.h typedef C TypeC; C 247 base/tuple.h typename TupleTraits<C>::ParamType c, C 258 base/tuple.h C c; C 295 base/tuple.h template <class A, class B, class C> C 296 base/tuple.h struct TupleTypes< Tuple3<A, B, C> > { C 299 base/tuple.h typename TupleTraits<C>::ValueType> ValueTuple; C 302 base/tuple.h typename TupleTraits<C>::RefType> RefTuple; C 305 base/tuple.h typename TupleTraits<C>::ParamType> ParamTuple; C 308 base/tuple.h template <class A, class B, class C, class D> C 309 base/tuple.h struct TupleTypes< Tuple4<A, B, C, D> > { C 312 base/tuple.h typename TupleTraits<C>::ValueType, C 316 base/tuple.h typename TupleTraits<C>::RefType, C 320 base/tuple.h typename TupleTraits<C>::ParamType, C 324 base/tuple.h template <class A, class B, class C, class D, class E> C 325 base/tuple.h struct TupleTypes< Tuple5<A, B, C, D, E> > { C 328 base/tuple.h typename TupleTraits<C>::ValueType, C 333 base/tuple.h typename TupleTraits<C>::RefType, C 338 base/tuple.h typename TupleTraits<C>::ParamType, C 343 base/tuple.h template <class A, class B, class C, class D, class E, class F> C 344 base/tuple.h struct TupleTypes< Tuple6<A, B, C, D, E, F> > { C 347 base/tuple.h typename TupleTraits<C>::ValueType, C 353 base/tuple.h typename TupleTraits<C>::RefType, C 359 base/tuple.h typename TupleTraits<C>::ParamType, C 365 base/tuple.h template <class A, class B, class C, class D, class E, class F, class G> C 366 base/tuple.h struct TupleTypes< Tuple7<A, B, C, D, E, F, G> > { C 369 base/tuple.h typename TupleTraits<C>::ValueType, C 376 base/tuple.h typename TupleTraits<C>::RefType, C 383 base/tuple.h typename TupleTraits<C>::ParamType, C 390 base/tuple.h template <class A, class B, class C, class D, class E, class F, class G, C 392 base/tuple.h struct TupleTypes< Tuple8<A, B, C, D, E, F, G, H> > { C 395 base/tuple.h typename TupleTraits<C>::ValueType, C 403 base/tuple.h typename TupleTraits<C>::RefType, C 411 base/tuple.h typename TupleTraits<C>::ParamType, C 438 base/tuple.h template <class A, class B, class C> C 439 base/tuple.h inline Tuple3<A, B, C> MakeTuple(const A& a, const B& b, const C& c) { C 440 base/tuple.h return Tuple3<A, B, C>(a, b, c); C 443 base/tuple.h template <class A, class B, class C, class D> C 444 base/tuple.h inline Tuple4<A, B, C, D> MakeTuple(const A& a, const B& b, const C& c, C 446 base/tuple.h return Tuple4<A, B, C, D>(a, b, c, d); C 449 base/tuple.h template <class A, class B, class C, class D, class E> C 450 base/tuple.h inline Tuple5<A, B, C, D, E> MakeTuple(const A& a, const B& b, const C& c, C 452 base/tuple.h return Tuple5<A, B, C, D, E>(a, b, c, d, e); C 455 base/tuple.h template <class A, class B, class C, class D, class E, class F> C 456 base/tuple.h inline Tuple6<A, B, C, D, E, F> MakeTuple(const A& a, const B& b, const C& c, C 458 base/tuple.h return Tuple6<A, B, C, D, E, F>(a, b, c, d, e, f); C 461 base/tuple.h template <class A, class B, class C, class D, class E, class F, class G> C 462 base/tuple.h inline Tuple7<A, B, C, D, E, F, G> MakeTuple(const A& a, const B& b, const C& c, C 465 base/tuple.h return Tuple7<A, B, C, D, E, F, G>(a, b, c, d, e, f, g); C 468 base/tuple.h template <class A, class B, class C, class D, class E, class F, class G, C 470 base/tuple.h inline Tuple8<A, B, C, D, E, F, G, H> MakeTuple(const A& a, const B& b, C 471 base/tuple.h const C& c, const D& d, C 474 base/tuple.h return Tuple8<A, B, C, D, E, F, G, H>(a, b, c, d, e, f, g, h); C 490 base/tuple.h template <class A, class B, class C> C 491 base/tuple.h inline Tuple3<A&, B&, C&> MakeRefTuple(A& a, B& b, C& c) { C 492 base/tuple.h return Tuple3<A&, B&, C&>(a, b, c); C 495 base/tuple.h template <class A, class B, class C, class D> C 496 base/tuple.h inline Tuple4<A&, B&, C&, D&> MakeRefTuple(A& a, B& b, C& c, D& d) { C 497 base/tuple.h return Tuple4<A&, B&, C&, D&>(a, b, c, d); C 500 base/tuple.h template <class A, class B, class C, class D, class E> C 501 base/tuple.h inline Tuple5<A&, B&, C&, D&, E&> MakeRefTuple(A& a, B& b, C& c, D& d, E& e) { C 502 base/tuple.h return Tuple5<A&, B&, C&, D&, E&>(a, b, c, d, e); C 505 base/tuple.h template <class A, class B, class C, class D, class E, class F> C 506 base/tuple.h inline Tuple6<A&, B&, C&, D&, E&, F&> MakeRefTuple(A& a, B& b, C& c, D& d, E& e, C 508 base/tuple.h return Tuple6<A&, B&, C&, D&, E&, F&>(a, b, c, d, e, f); C 511 base/tuple.h template <class A, class B, class C, class D, class E, class F, class G> C 512 base/tuple.h inline Tuple7<A&, B&, C&, D&, E&, F&, G&> MakeRefTuple(A& a, B& b, C& c, D& d, C 514 base/tuple.h return Tuple7<A&, B&, C&, D&, E&, F&, G&>(a, b, c, d, e, f, g); C 517 base/tuple.h template <class A, class B, class C, class D, class E, class F, class G, C 519 base/tuple.h inline Tuple8<A&, B&, C&, D&, E&, F&, G&, H&> MakeRefTuple(A& a, B& b, C& c, C 522 base/tuple.h return Tuple8<A&, B&, C&, D&, E&, F&, G&, H&>(a, b, c, d, e, f, g, h); C 559 base/tuple.h template<class ObjT, class Method, class A, class B, class C> C 561 base/tuple.h const Tuple3<A, B, C>& arg) { C 564 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c)); C 567 base/tuple.h template<class ObjT, class Method, class A, class B, class C, class D> C 569 base/tuple.h const Tuple4<A, B, C, D>& arg) { C 572 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), C 576 base/tuple.h template<class ObjT, class Method, class A, class B, class C, class D, class E> C 578 base/tuple.h const Tuple5<A, B, C, D, E>& arg) { C 581 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), C 586 base/tuple.h template<class ObjT, class Method, class A, class B, class C, class D, class E, C 589 base/tuple.h const Tuple6<A, B, C, D, E, F>& arg) { C 592 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), C 598 base/tuple.h template<class ObjT, class Method, class A, class B, class C, class D, class E, C 601 base/tuple.h const Tuple7<A, B, C, D, E, F, G>& arg) { C 604 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), C 611 base/tuple.h template<class ObjT, class Method, class A, class B, class C, class D, class E, C 614 base/tuple.h const Tuple8<A, B, C, D, E, F, G, H>& arg) { C 617 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), C 648 base/tuple.h template<class Function, class A, class B, class C> C 649 base/tuple.h inline void DispatchToFunction(Function function, const Tuple3<A, B, C>& arg) { C 652 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c)); C 655 base/tuple.h template<class Function, class A, class B, class C, class D> C 657 base/tuple.h const Tuple4<A, B, C, D>& arg) { C 660 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), C 664 base/tuple.h template<class Function, class A, class B, class C, class D, class E> C 666 base/tuple.h const Tuple5<A, B, C, D, E>& arg) { C 669 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), C 674 base/tuple.h template<class Function, class A, class B, class C, class D, class E, class F> C 676 base/tuple.h const Tuple6<A, B, C, D, E, F>& arg) { C 679 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), C 685 base/tuple.h template<class Function, class A, class B, class C, class D, class E, class F, C 688 base/tuple.h const Tuple7<A, B, C, D, E, F, G>& arg) { C 691 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), C 698 base/tuple.h template<class Function, class A, class B, class C, class D, class E, class F, C 701 base/tuple.h const Tuple8<A, B, C, D, E, F, G, H>& arg) { C 704 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), C 741 base/tuple.h template<class ObjT, class Method, class A, class B, class C> C 743 base/tuple.h const Tuple3<A, B, C>& arg, Tuple0*) { C 746 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c)); C 749 base/tuple.h template<class ObjT, class Method, class A, class B, class C, class D> C 751 base/tuple.h const Tuple4<A, B, C, D>& arg, Tuple0*) { C 754 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), C 758 base/tuple.h template<class ObjT, class Method, class A, class B, class C, class D, class E> C 760 base/tuple.h const Tuple5<A, B, C, D, E>& arg, Tuple0*) { C 763 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), C 768 base/tuple.h template<class ObjT, class Method, class A, class B, class C, class D, class E, C 771 base/tuple.h const Tuple6<A, B, C, D, E, F>& arg, Tuple0*) { C 774 base/tuple.h base::internal::UnwrapTraits<C>::Unwrap(arg.c), C 71 cc/test/layer_test_common.h template <typename T, typename A, typename B, typename C, typename D> C 72 cc/test/layer_test_common.h T* AddChildToRoot(const A& a, const B& b, const C& c, const D& d) { C 113 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc template <class C> C 115 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc MockDataReductionProxySettings<C>* settings = C 116 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc new MockDataReductionProxySettings<C>; C 135 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc template <class C> C 142 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc MockDataReductionProxySettings<C>* settings = C 143 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc static_cast<MockDataReductionProxySettings<C>*>(settings_.get()); C 23 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h template <class C> C 24 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h class MockDataReductionProxySettings : public C { C 40 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h C::SetProxyConfigs(enabled, restricted, at_startup); C 53 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h template <class C> void ResetSettings(); C 56 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h template <class C> void SetProbeResult( C 94 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h template <class C> C 98 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h typedef MockDataReductionProxySettings<C> MockSettings; C 100 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h return DataReductionProxySettingsTestBase::ResetSettings<C>(); C 108 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.h return DataReductionProxySettingsTestBase::SetProbeResult<C>( C 767 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(C, A) // Canada C 768 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(C, H) // Switzerland C 769 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(C, L) // Chile C 770 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(C, N) // China C 771 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(C, O) // Colombia C 772 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(C, R) // Costa Rica C 773 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(C, Z) // Czech Republic C 778 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(E, C) // Ecuador C 814 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(M, C) // Monaco C 861 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(C, C) // Cocos Islands C 862 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(C, X) // Christmas Island C 869 chrome/browser/search_engines/template_url_prepopulate_data.cc END_UNHANDLED_COUNTRIES(C, N) C 886 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(C, D) // Congo - Kinshasa C 887 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(C, F) // Central African Republic C 888 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(C, G) // Congo - Brazzaville C 889 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(C, I) // Ivory Coast C 890 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(C, M) // Cameroon C 903 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(N, C) // New Caledonia C 917 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(C, Y) // Cyprus C 940 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(C, K) // Cook Islands C 946 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(C, V) // Cape Verde C 984 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(T, C) // Turks and Caicos Islands C 1007 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(C, U) // Cuba C 1025 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(L, C) // Saint Lucia C 1043 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(S, C) // Seychelles C 1051 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(V, C) // Saint Vincent and the Grenadines C 19 chrome/renderer/net/renderer_predictor_unittest.cc const std::string A("a.com"), B("b.net"), C("www.other.uk"); C 31 chrome/renderer/net/renderer_predictor_unittest.cc EXPECT_FALSE(TESTNAME(C)); C 29 components/autofill/core/browser/autofill-inl.h template<typename C, typename T> C 30 components/autofill/core/browser/autofill-inl.h bool FindByContents(const C& container, const T& form_group) { C 52 components/autofill/core/browser/personal_data_manager.cc template<typename T, typename C> C 53 components/autofill/core/browser/personal_data_manager.cc typename C::const_iterator FindElementByGUID(const C& container, C 60 components/autofill/core/browser/personal_data_manager.cc template<typename T, typename C> C 61 components/autofill/core/browser/personal_data_manager.cc bool FindByGUID(const C& container, const std::string& guid) { C 28 crypto/third_party/nss/rsawrapr.c unsigned char C[4]; C 37 crypto/third_party/nss/rsawrapr.c C[0] = (unsigned char)((counter >> 24) & 0xff); C 38 crypto/third_party/nss/rsawrapr.c C[1] = (unsigned char)((counter >> 16) & 0xff); C 39 crypto/third_party/nss/rsawrapr.c C[2] = (unsigned char)((counter >> 8) & 0xff); C 40 crypto/third_party/nss/rsawrapr.c C[3] = (unsigned char)(counter & 0xff); C 46 crypto/third_party/nss/rsawrapr.c (*hash->update)(hashContext, C, sizeof C); C 565 ipc/ipc_message_utils.h template <class A, class B, class C> C 566 ipc/ipc_message_utils.h struct ParamTraits< Tuple3<A, B, C> > { C 567 ipc/ipc_message_utils.h typedef Tuple3<A, B, C> param_type; C 587 ipc/ipc_message_utils.h template <class A, class B, class C, class D> C 588 ipc/ipc_message_utils.h struct ParamTraits< Tuple4<A, B, C, D> > { C 613 ipc/ipc_message_utils.h template <class A, class B, class C, class D, class E> C 614 ipc/ipc_message_utils.h struct ParamTraits< Tuple5<A, B, C, D, E> > { C 635 net/cookies/cookie_monster_unittest.cc template<typename T, typename C> class MockCookieCallback { C 637 net/cookies/cookie_monster_unittest.cc C AsCallback() { C 115 net/http/md4.cc Uint32 A, B, C, D, X[16]; C 121 net/http/md4.cc C = state[2]; C 124 net/http/md4.cc RD1(A,B,C,D, 0,3); RD1(D,A,B,C, 1,7); RD1(C,D,A,B, 2,11); RD1(B,C,D,A, 3,19); C 125 net/http/md4.cc RD1(A,B,C,D, 4,3); RD1(D,A,B,C, 5,7); RD1(C,D,A,B, 6,11); RD1(B,C,D,A, 7,19); C 126 net/http/md4.cc RD1(A,B,C,D, 8,3); RD1(D,A,B,C, 9,7); RD1(C,D,A,B,10,11); RD1(B,C,D,A,11,19); C 127 net/http/md4.cc RD1(A,B,C,D,12,3); RD1(D,A,B,C,13,7); RD1(C,D,A,B,14,11); RD1(B,C,D,A,15,19); C 129 net/http/md4.cc RD2(A,B,C,D, 0,3); RD2(D,A,B,C, 4,5); RD2(C,D,A,B, 8, 9); RD2(B,C,D,A,12,13); C 130 net/http/md4.cc RD2(A,B,C,D, 1,3); RD2(D,A,B,C, 5,5); RD2(C,D,A,B, 9, 9); RD2(B,C,D,A,13,13); C 131 net/http/md4.cc RD2(A,B,C,D, 2,3); RD2(D,A,B,C, 6,5); RD2(C,D,A,B,10, 9); RD2(B,C,D,A,14,13); C 132 net/http/md4.cc RD2(A,B,C,D, 3,3); RD2(D,A,B,C, 7,5); RD2(C,D,A,B,11, 9); RD2(B,C,D,A,15,13); C 134 net/http/md4.cc RD3(A,B,C,D, 0,3); RD3(D,A,B,C, 8,9); RD3(C,D,A,B, 4,11); RD3(B,C,D,A,12,15); C 135 net/http/md4.cc RD3(A,B,C,D, 2,3); RD3(D,A,B,C,10,9); RD3(C,D,A,B, 6,11); RD3(B,C,D,A,14,15); C 136 net/http/md4.cc RD3(A,B,C,D, 1,3); RD3(D,A,B,C, 9,9); RD3(C,D,A,B, 5,11); RD3(B,C,D,A,13,15); C 137 net/http/md4.cc RD3(A,B,C,D, 3,3); RD3(D,A,B,C,11,9); RD3(C,D,A,B, 7,11); RD3(B,C,D,A,15,15); C 141 net/http/md4.cc state[2] += C; C 43 ppapi/host/dispatch_host_message.h template<class ObjT, class Method, class A, class B, class C> C 46 ppapi/host/dispatch_host_message.h Tuple3<A, B, C>& arg) { C 50 ppapi/host/dispatch_host_message.h template<class ObjT, class Method, class A, class B, class C, class D> C 53 ppapi/host/dispatch_host_message.h Tuple4<A, B, C, D>& arg) { C 57 ppapi/host/dispatch_host_message.h template<class ObjT, class Method, class A, class B, class C, class D, class E> C 60 ppapi/host/dispatch_host_message.h Tuple5<A, B, C, D, E>& arg) { C 44 ppapi/proxy/dispatch_reply_message.h template<class ObjT, class Method, class A, class B, class C> C 47 ppapi/proxy/dispatch_reply_message.h const Tuple3<A, B, C>& arg) { C 51 ppapi/proxy/dispatch_reply_message.h template<class ObjT, class Method, class A, class B, class C, class D> C 54 ppapi/proxy/dispatch_reply_message.h const Tuple4<A, B, C, D>& arg) { C 58 ppapi/proxy/dispatch_reply_message.h template<class ObjT, class Method, class A, class B, class C, class D, class E> C 61 ppapi/proxy/dispatch_reply_message.h const Tuple5<A, B, C, D, E>& arg) { C 156 ppapi/proxy/enter_proxy.h typename C> C 163 ppapi/proxy/enter_proxy.h const C& c) C 157 ppapi/proxy/nacl_message_scanner.cc template <class A, class B, class C> C 158 ppapi/proxy/nacl_message_scanner.cc void ScanTuple(const Tuple3<A, B, C>& t1, ScanningResults* results) { C 163 ppapi/proxy/nacl_message_scanner.cc template <class A, class B, class C, class D> C 164 ppapi/proxy/nacl_message_scanner.cc void ScanTuple(const Tuple4<A, B, C, D>& t1, ScanningResults* results) { C 139 ppapi/proxy/plugin_resource.h template <class ReplyMsgClass, class A, class B, class C> C 140 ppapi/proxy/plugin_resource.h int32_t SyncCall(Destination dest, const IPC::Message& msg, A* a, B* b, C* c); C 141 ppapi/proxy/plugin_resource.h template <class ReplyMsgClass, class A, class B, class C, class D> C 143 ppapi/proxy/plugin_resource.h Destination dest, const IPC::Message& msg, A* a, B* b, C* c, D* d); C 144 ppapi/proxy/plugin_resource.h template <class ReplyMsgClass, class A, class B, class C, class D, class E> C 146 ppapi/proxy/plugin_resource.h Destination dest, const IPC::Message& msg, A* a, B* b, C* c, D* d, E* e); C 249 ppapi/proxy/plugin_resource.h template <class ReplyMsgClass, class A, class B, class C> C 251 ppapi/proxy/plugin_resource.h Destination dest, const IPC::Message& msg, A* a, B* b, C* c) { C 261 ppapi/proxy/plugin_resource.h template <class ReplyMsgClass, class A, class B, class C, class D> C 263 ppapi/proxy/plugin_resource.h Destination dest, const IPC::Message& msg, A* a, B* b, C* c, D* d) { C 273 ppapi/proxy/plugin_resource.h template <class ReplyMsgClass, class A, class B, class C, class D, class E> C 275 ppapi/proxy/plugin_resource.h Destination dest, const IPC::Message& msg, A* a, B* b, C* c, D* d, E* e) { C 39 ppapi/proxy/ppapi_message_utils.h template <class TupleType, class A, class B, class C> C 43 ppapi/proxy/ppapi_message_utils.h template <class A, class B, class C> C 44 ppapi/proxy/ppapi_message_utils.h struct TupleTypeMatch3<Tuple3<A, B, C>, A, B, C> { C 48 ppapi/proxy/ppapi_message_utils.h template <class TupleType, class A, class B, class C, class D> C 52 ppapi/proxy/ppapi_message_utils.h template <class A, class B, class C, class D> C 53 ppapi/proxy/ppapi_message_utils.h struct TupleTypeMatch4<Tuple4<A, B, C, D>, A, B, C, D> { C 57 ppapi/proxy/ppapi_message_utils.h template <class TupleType, class A, class B, class C, class D, class E> C 61 ppapi/proxy/ppapi_message_utils.h template <class A, class B, class C, class D, class E> C 62 ppapi/proxy/ppapi_message_utils.h struct TupleTypeMatch5<Tuple5<A, B, C, D, E>, A, B, C, D, E> { C 88 ppapi/proxy/ppapi_message_utils.h template <class MsgClass, class A, class B, class C> C 89 ppapi/proxy/ppapi_message_utils.h bool UnpackMessage(const IPC::Message& msg, A* a, B* b, C* c) { C 91 ppapi/proxy/ppapi_message_utils.h (internal::TupleTypeMatch3<typename MsgClass::Param, A, B, C>::kValue), C 100 ppapi/proxy/ppapi_message_utils.h template <class MsgClass, class A, class B, class C, class D> C 101 ppapi/proxy/ppapi_message_utils.h bool UnpackMessage(const IPC::Message& msg, A* a, B* b, C* c, D* d) { C 103 ppapi/proxy/ppapi_message_utils.h (internal::TupleTypeMatch4<typename MsgClass::Param, A, B, C, D>::kValue), C 113 ppapi/proxy/ppapi_message_utils.h template <class MsgClass, class A, class B, class C, class D, class E> C 114 ppapi/proxy/ppapi_message_utils.h bool UnpackMessage(const IPC::Message& msg, A* a, B* b, C* c, D* d, E* e) { C 117 ppapi/proxy/ppapi_message_utils.h typename MsgClass::Param, A, B, C, D, E>::kValue), C 539 ppapi/utility/completion_callback_factory.h template <typename Method, typename A, typename B, typename C> C 541 ppapi/utility/completion_callback_factory.h const C& c) { C 542 ppapi/utility/completion_callback_factory.h return NewCallbackHelper(new Dispatcher3<Method, A, B, C>(method, a, b, c)); C 568 ppapi/utility/completion_callback_factory.h template <typename Method, typename A, typename B, typename C> C 570 ppapi/utility/completion_callback_factory.h const B& b, const C& c) { C 594 ppapi/utility/completion_callback_factory.h template <typename Output, typename A, typename B, typename C> C 597 ppapi/utility/completion_callback_factory.h NewCallbackWithOutput(void (T::*method)(int32_t, Output, A, B, C), C 600 ppapi/utility/completion_callback_factory.h const C& c) { C 607 ppapi/utility/completion_callback_factory.h void (T::*)(int32_t, Output, A, B, C), C 610 ppapi/utility/completion_callback_factory.h typename internal::TypeUnwrapper<C>::StorageType> DispatcherType; C 617 ppapi/utility/completion_callback_factory.h template <typename Output, typename A, typename B, typename C> C 620 ppapi/utility/completion_callback_factory.h NewExtCallbackWithOutput(void (T::*method)(int32_t, Output, A, B, C), C 623 ppapi/utility/completion_callback_factory.h const C& c) { C 631 ppapi/utility/completion_callback_factory.h void (T::*)(int32_t, Output, A, B, C), C 634 ppapi/utility/completion_callback_factory.h typename internal::TypeUnwrapper<C>::StorageType> DispatcherType; C 875 ppapi/utility/completion_callback_factory.h template <typename Method, typename A, typename B, typename C> C 884 ppapi/utility/completion_callback_factory.h Dispatcher3(Method method, const A& a, const B& b, const C& c) C 898 ppapi/utility/completion_callback_factory.h C c_; C 906 ppapi/utility/completion_callback_factory.h typename C> C 919 ppapi/utility/completion_callback_factory.h DispatcherWithOutput3(Method method, const A& a, const B& b, const C& c) C 944 ppapi/utility/completion_callback_factory.h C c_; C 646 sync/engine/syncer_unittest.cc MutableEntry C(&wtrans, GET_BY_ID, ids_.FromNumber(3)); C 647 sync/engine/syncer_unittest.cc ASSERT_TRUE(C.good()); C 648 sync/engine/syncer_unittest.cc C.PutIsUnsynced(true); C 649 sync/engine/syncer_unittest.cc C.PutNonUniqueName(kEncryptedString); C 689 sync/engine/syncer_unittest.cc MutableEntry C(&wtrans, GET_BY_ID, ids_.FromNumber(3)); C 690 sync/engine/syncer_unittest.cc ASSERT_TRUE(C.good()); C 691 sync/engine/syncer_unittest.cc C.PutSpecifics(encrypted_bookmark); C 692 sync/engine/syncer_unittest.cc C.PutNonUniqueName(kEncryptedString); C 857 sync/engine/syncer_unittest.cc MutableEntry C(&wtrans, GET_BY_ID, ids_.FromNumber(3)); C 858 sync/engine/syncer_unittest.cc ASSERT_TRUE(C.good()); C 859 sync/engine/syncer_unittest.cc C.PutSpecifics(modified_bookmark); C 860 sync/engine/syncer_unittest.cc C.PutNonUniqueName(kEncryptedString); C 861 sync/engine/syncer_unittest.cc C.PutIsUnsynced(true); C 191 sync/internal_api/public/util/immutable_unittest.cc template <typename C, typename ImmutableC> C 196 sync/internal_api/public/util/immutable_unittest.cc C c(tokens, tokens + token_count); C 199 sync/internal_api/public/util/immutable_unittest.cc for (typename C::const_iterator it = c.begin(); it != c.end(); ++it) { C 209 sync/internal_api/public/util/immutable_unittest.cc for (typename C::const_iterator it = c.begin(); it != c.end(); ++it) { C 28 third_party/cld/base/scoped_ptr.h template <class C> class scoped_ptr; C 29 third_party/cld/base/scoped_ptr.h template <class C, class Free> class scoped_ptr_malloc; C 30 third_party/cld/base/scoped_ptr.h template <class C> class scoped_array; C 32 third_party/cld/base/scoped_ptr.h template <class C> C 33 third_party/cld/base/scoped_ptr.h scoped_ptr<C> make_scoped_ptr(C *); C 44 third_party/cld/base/scoped_ptr.h template <class C> C 49 third_party/cld/base/scoped_ptr.h typedef C element_type; C 54 third_party/cld/base/scoped_ptr.h explicit scoped_ptr(C* p = NULL) : ptr_(p) { } C 59 third_party/cld/base/scoped_ptr.h enum { type_must_be_complete = sizeof(C) }; C 66 third_party/cld/base/scoped_ptr.h void reset(C* p = NULL) { C 68 third_party/cld/base/scoped_ptr.h enum { type_must_be_complete = sizeof(C) }; C 76 third_party/cld/base/scoped_ptr.h C& operator*() const { C 80 third_party/cld/base/scoped_ptr.h C* operator->() const { C 84 third_party/cld/base/scoped_ptr.h C* get() const { return ptr_; } C 89 third_party/cld/base/scoped_ptr.h bool operator==(const C* p) const { return ptr_ == p; } C 90 third_party/cld/base/scoped_ptr.h bool operator!=(const C* p) const { return ptr_ != p; } C 94 third_party/cld/base/scoped_ptr.h C* tmp = ptr_; C 104 third_party/cld/base/scoped_ptr.h C* release() { C 105 third_party/cld/base/scoped_ptr.h C* retVal = ptr_; C 111 third_party/cld/base/scoped_ptr.h C* ptr_; C 115 third_party/cld/base/scoped_ptr.h friend scoped_ptr<C> make_scoped_ptr<C>(C *p); C 129 third_party/cld/base/scoped_ptr.h template <class C> C 130 third_party/cld/base/scoped_ptr.h inline void swap(scoped_ptr<C>& p1, scoped_ptr<C>& p2) { C 134 third_party/cld/base/scoped_ptr.h template <class C> C 135 third_party/cld/base/scoped_ptr.h inline bool operator==(const C* p1, const scoped_ptr<C>& p2) { C 139 third_party/cld/base/scoped_ptr.h template <class C> C 140 third_party/cld/base/scoped_ptr.h inline bool operator==(const C* p1, const scoped_ptr<const C>& p2) { C 144 third_party/cld/base/scoped_ptr.h template <class C> C 145 third_party/cld/base/scoped_ptr.h inline bool operator!=(const C* p1, const scoped_ptr<C>& p2) { C 149 third_party/cld/base/scoped_ptr.h template <class C> C 150 third_party/cld/base/scoped_ptr.h inline bool operator!=(const C* p1, const scoped_ptr<const C>& p2) { C 154 third_party/cld/base/scoped_ptr.h template <class C> C 155 third_party/cld/base/scoped_ptr.h scoped_ptr<C> make_scoped_ptr(C *p) { C 165 third_party/cld/base/scoped_ptr.h return scoped_ptr<C>(p); C 177 third_party/cld/base/scoped_ptr.h template <class C> C 182 third_party/cld/base/scoped_ptr.h typedef C element_type; C 187 third_party/cld/base/scoped_ptr.h explicit scoped_array(C* p = NULL) : array_(p) { } C 192 third_party/cld/base/scoped_ptr.h enum { type_must_be_complete = sizeof(C) }; C 199 third_party/cld/base/scoped_ptr.h void reset(C* p = NULL) { C 201 third_party/cld/base/scoped_ptr.h enum { type_must_be_complete = sizeof(C) }; C 209 third_party/cld/base/scoped_ptr.h C& operator[](std::ptrdiff_t i) const { C 217 third_party/cld/base/scoped_ptr.h C* get() const { C 224 third_party/cld/base/scoped_ptr.h bool operator==(const C* p) const { return array_ == p; } C 225 third_party/cld/base/scoped_ptr.h bool operator!=(const C* p) const { return array_ != p; } C 229 third_party/cld/base/scoped_ptr.h C* tmp = array_; C 239 third_party/cld/base/scoped_ptr.h C* release() { C 240 third_party/cld/base/scoped_ptr.h C* retVal = array_; C 246 third_party/cld/base/scoped_ptr.h C* array_; C 258 third_party/cld/base/scoped_ptr.h template <class C> C 259 third_party/cld/base/scoped_ptr.h inline void swap(scoped_array<C>& p1, scoped_array<C>& p2) { C 263 third_party/cld/base/scoped_ptr.h template <class C> C 264 third_party/cld/base/scoped_ptr.h inline bool operator==(const C* p1, const scoped_array<C>& p2) { C 268 third_party/cld/base/scoped_ptr.h template <class C> C 269 third_party/cld/base/scoped_ptr.h inline bool operator==(const C* p1, const scoped_array<const C>& p2) { C 273 third_party/cld/base/scoped_ptr.h template <class C> C 274 third_party/cld/base/scoped_ptr.h inline bool operator!=(const C* p1, const scoped_array<C>& p2) { C 278 third_party/cld/base/scoped_ptr.h template <class C> C 279 third_party/cld/base/scoped_ptr.h inline bool operator!=(const C* p1, const scoped_array<const C>& p2) { C 295 third_party/cld/base/scoped_ptr.h template<class C, class FreeProc = ScopedPtrMallocFree> C 300 third_party/cld/base/scoped_ptr.h typedef C element_type; C 314 third_party/cld/base/scoped_ptr.h explicit scoped_ptr_malloc(void *p): ptr_(static_cast<C*>(p)) { } C 324 third_party/cld/base/scoped_ptr.h void reset(C* p = NULL) { C 338 third_party/cld/base/scoped_ptr.h C* new_ptr = static_cast<C*>(realloc(ptr_, new_size)); C 349 third_party/cld/base/scoped_ptr.h C& operator*() const { C 354 third_party/cld/base/scoped_ptr.h C* operator->() const { C 359 third_party/cld/base/scoped_ptr.h C* get() const { C 368 third_party/cld/base/scoped_ptr.h bool operator==(C* p) const { C 372 third_party/cld/base/scoped_ptr.h bool operator!=(C* p) const { C 378 third_party/cld/base/scoped_ptr.h C* tmp = b.ptr_; C 388 third_party/cld/base/scoped_ptr.h C* release() { C 389 third_party/cld/base/scoped_ptr.h C* tmp = ptr_; C 395 third_party/cld/base/scoped_ptr.h C* ptr_; C 410 third_party/cld/base/scoped_ptr.h template<class C, class FP> C 411 third_party/cld/base/scoped_ptr.h FP const scoped_ptr_malloc<C, FP>::free_ = FP(); C 413 third_party/cld/base/scoped_ptr.h template<class C, class FP> inline C 414 third_party/cld/base/scoped_ptr.h void swap(scoped_ptr_malloc<C, FP>& a, scoped_ptr_malloc<C, FP>& b) { C 418 third_party/cld/base/scoped_ptr.h template<class C, class FP> inline C 419 third_party/cld/base/scoped_ptr.h bool operator==(C* p, const scoped_ptr_malloc<C, FP>& b) { C 423 third_party/cld/base/scoped_ptr.h template<class C, class FP> inline C 424 third_party/cld/base/scoped_ptr.h bool operator!=(C* p, const scoped_ptr_malloc<C, FP>& b) { C 71 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0910 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), C 72 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0918 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 73 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0920 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 74 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0928 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 75 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0930 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 76 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0938 */ _(C,x), _(C,x), _(M,T), _(M,R), _(N,x), _(A,x), _(M,R), _(M,L), C 80 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0958 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 84 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0978 */ _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 90 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0990 */ _(VI,x), _(x,x), _(x,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), C 91 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0998 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 92 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09A0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 93 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09A8 */ _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 94 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09B0 */ _(C,x), _(x,x), _(C,x), _(x,x), _(x,x), _(x,x), _(C,x), _(C,x), C 95 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09B8 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(A,x), _(M,R), _(M,L), C 99 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09D8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(C,x), _(C,x), _(x,x), _(C,x), C 102 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09F0 */ _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), C 109 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A10 */ _(VI,x), _(x,x), _(x,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), C 110 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A18 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 111 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 112 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A28 */ _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 113 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A30 */ _(C,x), _(x,x), _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), _(x,x), C 114 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A38 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(x,x), _(M,R), _(M,L), C 118 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A58 */ _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(C,x), _(x,x), C 128 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A90 */ _(VI,x), _(VI,x), _(x,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), C 129 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A98 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 130 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AA0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 131 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AA8 */ _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 132 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AB0 */ _(C,x), _(x,x), _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), C 133 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AB8 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(A,x), _(M,R), _(M,L), C 147 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B10 */ _(VI,x), _(x,x), _(x,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), C 148 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B18 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 149 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 150 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B28 */ _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 151 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B30 */ _(C,x), _(x,x), _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), C 152 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B38 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(A,x), _(M,R), _(M,T), C 156 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B58 */ _(x,x), _(x,x), _(x,x), _(x,x), _(C,x), _(C,x), _(x,x), _(C,x), C 159 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B70 */ _(x,x), _(C,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), C 166 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B90 */ _(VI,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), _(C,x), _(x,x), _(x,x), C 167 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B98 */ _(x,x), _(C,x), _(C,x), _(x,x), _(C,x), _(x,x), _(C,x), _(C,x), C 168 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0BA0 */ _(x,x), _(x,x), _(x,x), _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), C 169 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0BA8 */ _(C,x), _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), _(C,x), _(C,x), C 170 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0BB0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 171 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0BB8 */ _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), _(x,x), _(M,R), _(M,R), C 185 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C10 */ _(VI,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), C 186 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C18 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 187 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 188 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C28 */ _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 189 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C30 */ _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), C 190 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C38 */ _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), _(A,x), _(M,T), _(M,T), C 194 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C58 */ _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), C 204 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C90 */ _(VI,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), C 205 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C98 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 206 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CA0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 207 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CA8 */ _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 208 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CB0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), C 209 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CB8 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(A,x), _(M,R), _(M,T), C 213 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CD8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(C,x), _(x,x), C 223 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D10 */ _(VI,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), C 224 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D18 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 225 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 226 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D28 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 227 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D30 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 228 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D38 */ _(C,x), _(C,x), _(C,x), _(x,x), _(x,x), _(A,x), _(M,R), _(M,R), C 243 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D98 */ _(x,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 244 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DA0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 245 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DA8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 246 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DB0 */ _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 247 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DB8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(C,x), _(x,x), _(x,x), C 248 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DC0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), C 259 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E00 */ _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 260 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E08 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 261 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E10 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 262 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E18 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 263 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 264 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E28 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), C 278 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E80 */ _(x,x), _(C,x), _(C,x), _(x,x), _(C,x), _(x,x), _(x,x), _(C,x), C 279 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E88 */ _(C,x), _(x,x), _(C,x), _(x,x), _(x,x), _(C,x), _(x,x), _(x,x), C 280 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E90 */ _(x,x), _(x,x), _(x,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), C 281 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E98 */ _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 282 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0EA0 */ _(x,x), _(C,x), _(C,x), _(C,x), _(x,x), _(C,x), _(x,x), _(C,x), C 283 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0EA8 */ _(x,x), _(x,x), _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), _(x,x), C 289 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0ED8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(C,x), _(C,x), _(x,x), _(x,x), C 305 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F40 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 306 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F48 */ _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 307 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F50 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 308 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F58 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 309 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F60 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 310 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F68 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), C 332 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1000 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 333 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1008 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 334 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1010 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 335 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1018 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 336 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1020 */ _(C,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), C 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), C 342 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1050 */ _(C,x), _(C,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(M,R), _(M,R), C 343 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1058 */ _(M,B), _(M,B), _(C,x), _(C,x), _(C,x), _(C,x), _(CM,x), _(CM,x), C 344 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1060 */ _(CM,x), _(C,x), _(M,R), _(TM,x), _(TM,x), _(C,x), _(C,x), _(M,R), C 345 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1068 */ _(M,R), _(TM,x), _(TM,x), _(TM,x), _(TM,x), _(TM,x), _(C,x), _(C,x), C 346 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1070 */ _(C,x), _(M,T), _(M,T), _(M,T), _(M,T), _(C,x), _(C,x), _(C,x), C 347 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1078 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 348 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1080 */ _(C,x), _(C,x), _(CM,x), _(M,R), _(M,L), _(M,T), _(M,T), _(TM,x), C 349 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1088 */ _(TM,x), _(TM,x), _(TM,x), _(TM,x), _(TM,x), _(TM,x), _(C,x), _(TM,x), C 358 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1700 */ _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 359 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1708 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), C 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), C 365 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1720 */ _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 366 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1728 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 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), C 372 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1740 */ _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 373 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1748 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 374 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1750 */ _(C,x), _(C,x), _(M,T), _(M,B), _(x,x), _(x,x), _(x,x), _(x,x), C 379 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1760 */ _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 380 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1768 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), C 381 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1770 */ _(C,x), _(x,x), _(M,T), _(M,B), _(x,x), _(x,x), _(x,x), _(x,x), C 386 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1780 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 387 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1788 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 388 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1790 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 389 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1798 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 390 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 17A0 */ _(C,x), _(C,x), _(C,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), C 408 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1900 */ _(CP,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 409 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1908 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 410 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1910 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 411 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1918 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), C 421 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1950 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 422 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1958 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 423 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1960 */ _(C,x), _(C,x), _(C,x), _(Vo,x), _(Vo,x), _(Vo,x), _(Vo,x), _(Vo,x), C 430 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1980 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 431 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1988 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 432 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1990 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 433 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1998 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 434 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 19A0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 435 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 19A8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), _(x,x), C 452 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A00 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 453 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A08 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 454 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A10 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(M,T), C 459 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 460 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A28 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 461 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A30 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 462 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A38 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 463 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A40 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 464 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A48 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(VI,x), _(VI,x), _(VI,x), C 465 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A50 */ _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(CM,x), _(CM,x), _(CF,x), C 485 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B10 */ _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 486 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B18 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 487 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 488 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B28 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 489 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B30 */ _(C,x), _(C,x), _(C,x), _(C,x), _(N,x), _(M,R), _(M,T), _(M,T), C 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), C 492 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B48 */ _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), _(x,x), C 503 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B88 */ _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 504 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B90 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 505 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B98 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 506 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BA0 */ _(C,x), _(CS,x), _(CS,x), _(CS,x), _(M,T), _(M,B), _(M,L), _(M,R), C 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), C 509 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BB8 */ _(x,x), _(x,x), _(A,x), _(C,x), _(C,x), _(C,x), _(CF,x), _(CF,x), C 513 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BC0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 514 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BC8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 515 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BD0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 516 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BD8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 517 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BE0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(VI,x), _(VI,x), _(N,x), _(M,x), C 524 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1C00 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 525 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1C08 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 526 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1C10 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 527 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1C18 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 528 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1C20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(CS,x), _(CS,x), _(M,R), _(M,L), C 533 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1C48 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(C,x), _(C,x), _(C,x), C 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), C 553 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A808 */ _(C,x), _(C,x), _(C,x), _(Bi,x), _(C,x), _(C,x), _(C,x), _(C,x), C 554 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A810 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 555 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A818 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 556 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A820 */ _(C,x), _(C,x), _(C,x), _(M,R), _(M,R), _(M,B), _(M,T), _(M,R), C 566 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A840 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 567 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A848 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 568 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A850 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 569 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A858 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(Vo,x), _(Vo,x), C 570 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A860 */ _(Vo,x), _(Vo,x), _(C,x), _(C,x), _(C,x), _(C,x), _(Vo,x), _(CS,x), C 571 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A868 */ _(CS,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 572 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A870 */ _(C,x), _(CS,x), _(C,x), _(Bi,x), _(x,x), _(x,x), _(x,x), _(x,x), C 579 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A890 */ _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 580 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A898 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 581 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A8A0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 582 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A8A8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 583 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A8B0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(CF,x), _(M,R), _(M,R), _(M,R), C 600 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A908 */ _(x,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 601 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A910 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 602 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A918 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 603 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A920 */ _(C,x), _(C,x), _(Vo,x), _(Vo,x), _(Vo,x), _(Vo,x), _(Vo,x), _(Vo,x), C 608 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A930 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 609 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A938 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 610 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A940 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(M,B), C 625 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A988 */ _(VI,x), _(C,x), _(C,x), _(C,x), _(VI,x), _(VI,x), _(VI,x), _(C,x), C 626 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A990 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 627 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A998 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 628 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A9A0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 629 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A9A8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 630 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A9B0 */ _(C,x), _(C,x), _(C,x), _(N,x), _(M,R), _(M,R), _(M,T), _(M,T), C 646 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA00 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), C 647 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA08 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 648 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA10 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 649 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA18 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 650 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 651 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA28 */ _(C,x), _(M,T), _(M,T), _(M,T), _(M,T), _(M,B), _(M,T), _(M,L), C 661 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA60 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 662 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA68 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 663 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA70 */ _(x,x), _(C,x), _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), _(x,x), C 664 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA78 */ _(x,x), _(x,x), _(C,x), _(TM,x), _(x,x), _(x,x), _(x,x), _(x,x), C 668 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA80 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 669 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA88 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 670 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA90 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 671 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA98 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 672 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AAA0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 673 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AAA8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 683 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AAE0 */ _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 684 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AAE8 */ _(C,x), _(C,x), _(C,x), _(M,L), _(M,B), _(M,T), _(M,L), _(M,R), C 693 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* ABC0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 694 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* ABC8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(VI,x), _(VI,x), C 695 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* ABD0 */ _(C,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 696 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* ABD8 */ _(C,x), _(C,x), _(C,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), C 707 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 10A00 */ _(C,x), _(M,O), _(M,B), _(M,B), _(x,x), _(M,T), _(M,O), _(x,x), C 709 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 10A10 */ _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), C 710 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 10A18 */ _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 711 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 10A20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 712 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 10A28 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 713 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 10A30 */ _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), _(x,x), C 727 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11010 */ _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 728 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11018 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 729 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11020 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 730 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11028 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 731 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11030 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 745 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11088 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), C 746 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11090 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 747 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11098 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 748 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 110A0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 749 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 110A8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 760 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11100 */ _(Bi,x), _(Bi,x), _(Vs,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(C,x), C 761 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11108 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 762 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11110 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 763 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11118 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 764 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11120 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(M,T), C 778 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11190 */ _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 779 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11198 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 780 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 111A0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 781 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 111A8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 782 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 111B0 */ _(C,x), _(C,x), _(C,x), _(M,R), _(M,L), _(M,R), _(M,B), _(M,B), C 795 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11688 */ _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 796 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11690 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 797 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11698 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 798 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 116A0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), C 799 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 116A8 */ _(C,x), _(C,x), _(C,x), _(Bi,x), _(Vs,x), _(M,T), _(M,L), _(M,R), C 77 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/template_util.h template <typename C> C 78 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/template_util.h static YesType Test(void(C::*)(void)); C 80 third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/internal/template_util.h template <typename C> C 73 third_party/libwebp/dsp/dec.c int C[4 * 4], *tmp; C 75 third_party/libwebp/dsp/dec.c tmp = C; C 95 third_party/libwebp/dsp/dec.c tmp = C; C 290 third_party/libwebp/dsp/dec.c const int C = dst[-1 + BPS]; C 293 third_party/libwebp/dsp/dec.c *(uint32_t*)(dst + 0 * BPS) = 0x01010101U * AVG3(A, B, C); C 294 third_party/libwebp/dsp/dec.c *(uint32_t*)(dst + 1 * BPS) = 0x01010101U * AVG3(B, C, D); C 295 third_party/libwebp/dsp/dec.c *(uint32_t*)(dst + 2 * BPS) = 0x01010101U * AVG3(C, D, E); C 315 third_party/libwebp/dsp/dec.c const int C = dst[2 - BPS]; C 322 third_party/libwebp/dsp/dec.c DST(2, 0) = DST(3, 1) = AVG3(C, B, A); C 323 third_party/libwebp/dsp/dec.c DST(3, 0) = AVG3(D, C, B); C 329 third_party/libwebp/dsp/dec.c const int C = dst[2 - BPS]; C 335 third_party/libwebp/dsp/dec.c DST(0, 0) = AVG3(A, B, C); C 336 third_party/libwebp/dsp/dec.c DST(1, 0) = DST(0, 1) = AVG3(B, C, D); C 337 third_party/libwebp/dsp/dec.c DST(2, 0) = DST(1, 1) = DST(0, 2) = AVG3(C, D, E); C 351 third_party/libwebp/dsp/dec.c const int C = dst[2 - BPS]; C 355 third_party/libwebp/dsp/dec.c DST(2, 0) = DST(3, 2) = AVG2(B, C); C 356 third_party/libwebp/dsp/dec.c DST(3, 0) = AVG2(C, D); C 362 third_party/libwebp/dsp/dec.c DST(2, 1) = DST(3, 3) = AVG3(A, B, C); C 363 third_party/libwebp/dsp/dec.c DST(3, 1) = AVG3(B, C, D); C 369 third_party/libwebp/dsp/dec.c const int C = dst[2 - BPS]; C 376 third_party/libwebp/dsp/dec.c DST(1, 0) = DST(0, 2) = AVG2(B, C); C 377 third_party/libwebp/dsp/dec.c DST(2, 0) = DST(1, 2) = AVG2(C, D); C 380 third_party/libwebp/dsp/dec.c DST(0, 1) = AVG3(A, B, C); C 381 third_party/libwebp/dsp/dec.c DST(1, 1) = DST(0, 3) = AVG3(B, C, D); C 382 third_party/libwebp/dsp/dec.c DST(2, 1) = DST(1, 3) = AVG3(C, D, E); C 411 third_party/libwebp/dsp/dec.c const int C = dst[2 - BPS]; C 418 third_party/libwebp/dsp/dec.c DST(3, 0) = AVG3(A, B, C); C 94 third_party/libwebp/dsp/enc.c int C[4 * 4], *tmp; C 96 third_party/libwebp/dsp/enc.c tmp = C; C 110 third_party/libwebp/dsp/enc.c tmp = C; C 386 third_party/libwebp/dsp/enc.c const int C = top[2]; C 393 third_party/libwebp/dsp/enc.c DST(2, 0) = DST(3, 1) = AVG3(C, B, A); C 394 third_party/libwebp/dsp/enc.c DST(3, 0) = AVG3(D, C, B); C 400 third_party/libwebp/dsp/enc.c const int C = top[2]; C 406 third_party/libwebp/dsp/enc.c DST(0, 0) = AVG3(A, B, C); C 407 third_party/libwebp/dsp/enc.c DST(1, 0) = DST(0, 1) = AVG3(B, C, D); C 408 third_party/libwebp/dsp/enc.c DST(2, 0) = DST(1, 1) = DST(0, 2) = AVG3(C, D, E); C 422 third_party/libwebp/dsp/enc.c const int C = top[2]; C 426 third_party/libwebp/dsp/enc.c DST(2, 0) = DST(3, 2) = AVG2(B, C); C 427 third_party/libwebp/dsp/enc.c DST(3, 0) = AVG2(C, D); C 433 third_party/libwebp/dsp/enc.c DST(2, 1) = DST(3, 3) = AVG3(A, B, C); C 434 third_party/libwebp/dsp/enc.c DST(3, 1) = AVG3(B, C, D); C 440 third_party/libwebp/dsp/enc.c const int C = top[2]; C 447 third_party/libwebp/dsp/enc.c DST(1, 0) = DST(0, 2) = AVG2(B, C); C 448 third_party/libwebp/dsp/enc.c DST(2, 0) = DST(1, 2) = AVG2(C, D); C 451 third_party/libwebp/dsp/enc.c DST(0, 1) = AVG3(A, B, C); C 452 third_party/libwebp/dsp/enc.c DST(1, 1) = DST(0, 3) = AVG3(B, C, D); C 453 third_party/libwebp/dsp/enc.c DST(2, 1) = DST(1, 3) = AVG3(C, D, E); C 482 third_party/libwebp/dsp/enc.c const int C = top[2]; C 489 third_party/libwebp/dsp/enc.c DST(3, 0) = AVG3(A, B, C); C 200 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc { C(#name), (PyCFunction)CMessage_##name, args, C(doc) } C 266 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc { C("full_name"), T_STRING, offsetof(CMessage, full_name), 0, "Full name" }, C 277 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc C("google.protobuf.internal." C 298 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc C("A ProtocolMessage"), // tp_doc C 1095 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyArg_ParseTuple(args, C("s|O!:ClearField"), &field_name, C 1133 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyArg_ParseTuple(args, C("O!O:GetRepeatedScalar"), C 1145 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyArg_ParseTuple(args, C("O!O:AssignRepeatedScalar"), C 1172 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyArg_ParseTuple(args, C("O!O:DeleteRepeatedField"), C 1245 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyArg_ParseTuple(args, C("O!O:SetScalar"), C 1257 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyArg_ParseTuple(args, C("O!O:AddRepeatedScalar"), C 1394 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyArg_ParseTuple(args, C("O!ii:SwapRepeatedFieldElements"), C 1439 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc if (!PyArg_ParseTuple(args, C("O!O:GetRepeatedMessage"), C 1621 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc { C("NewCMessage"), (PyCFunction)Python_NewCMessage, C 1623 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc C("Creates a new C++ protocol message, given its full name.") }, C 1624 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc { C("NewCDescriptorPool"), (PyCFunction)Python_NewCDescriptorPool, C 1626 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc C("Creates a new C++ descriptor pool.") }, C 1627 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc { C("BuildFile"), (PyCFunction)Python_BuildFile, C 1629 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc C("Registers a new protocol buffer file in the global C++ descriptor " C 1693 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc m = Py_InitModule3(C("_net_proto2___python"), methods, C(module_docstring)); C 82 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc { C("full_name"), C 84 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc { C("name"), C 86 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc { C("cpp_type"), C 88 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc { C("label"), C 90 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc { C("id"), C 98 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc C("google.protobuf.internal." C 119 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc C("A Field Descriptor"), // tp_doc C 216 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc { C("FindFieldByName"), C 219 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc C("Searches for a field descriptor by full name.") }, C 220 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc { C("FindExtensionByName"), C 223 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc C("Searches for extension descriptor by full name.") }, C 230 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc C("google.protobuf.internal." C 251 third_party/protobuf/python/google/protobuf/pyext/python_descriptor.cc C("A Descriptor Pool"), // tp_doc C 450 third_party/protobuf/src/google/protobuf/stubs/common.h template <class C> class scoped_ptr; C 451 third_party/protobuf/src/google/protobuf/stubs/common.h template <class C> class scoped_array; C 460 third_party/protobuf/src/google/protobuf/stubs/common.h template <class C> C 465 third_party/protobuf/src/google/protobuf/stubs/common.h typedef C element_type; C 470 third_party/protobuf/src/google/protobuf/stubs/common.h explicit scoped_ptr(C* p = NULL) : ptr_(p) { } C 475 third_party/protobuf/src/google/protobuf/stubs/common.h enum { type_must_be_complete = sizeof(C) }; C 482 third_party/protobuf/src/google/protobuf/stubs/common.h void reset(C* p = NULL) { C 484 third_party/protobuf/src/google/protobuf/stubs/common.h enum { type_must_be_complete = sizeof(C) }; C 492 third_party/protobuf/src/google/protobuf/stubs/common.h C& operator*() const { C 496 third_party/protobuf/src/google/protobuf/stubs/common.h C* operator->() const { C 500 third_party/protobuf/src/google/protobuf/stubs/common.h C* get() const { return ptr_; } C 505 third_party/protobuf/src/google/protobuf/stubs/common.h bool operator==(C* p) const { return ptr_ == p; } C 506 third_party/protobuf/src/google/protobuf/stubs/common.h bool operator!=(C* p) const { return ptr_ != p; } C 510 third_party/protobuf/src/google/protobuf/stubs/common.h C* tmp = ptr_; C 520 third_party/protobuf/src/google/protobuf/stubs/common.h C* release() { C 521 third_party/protobuf/src/google/protobuf/stubs/common.h C* retVal = ptr_; C 527 third_party/protobuf/src/google/protobuf/stubs/common.h C* ptr_; C 547 third_party/protobuf/src/google/protobuf/stubs/common.h template <class C> C 552 third_party/protobuf/src/google/protobuf/stubs/common.h typedef C element_type; C 557 third_party/protobuf/src/google/protobuf/stubs/common.h explicit scoped_array(C* p = NULL) : array_(p) { } C 562 third_party/protobuf/src/google/protobuf/stubs/common.h enum { type_must_be_complete = sizeof(C) }; C 569 third_party/protobuf/src/google/protobuf/stubs/common.h void reset(C* p = NULL) { C 571 third_party/protobuf/src/google/protobuf/stubs/common.h enum { type_must_be_complete = sizeof(C) }; C 579 third_party/protobuf/src/google/protobuf/stubs/common.h C& operator[](std::ptrdiff_t i) const { C 587 third_party/protobuf/src/google/protobuf/stubs/common.h C* get() const { C 594 third_party/protobuf/src/google/protobuf/stubs/common.h bool operator==(C* p) const { return array_ == p; } C 595 third_party/protobuf/src/google/protobuf/stubs/common.h bool operator!=(C* p) const { return array_ != p; } C 599 third_party/protobuf/src/google/protobuf/stubs/common.h C* tmp = array_; C 609 third_party/protobuf/src/google/protobuf/stubs/common.h C* release() { C 610 third_party/protobuf/src/google/protobuf/stubs/common.h C* retVal = array_; C 616 third_party/protobuf/src/google/protobuf/stubs/common.h C* array_; C 84 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc template<> struct has_trivial_copy<C> : true_type { }; C 344 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc EXPECT_TRUE(is_pod<C**>::value); C 361 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc EXPECT_FALSE(is_pod<C>::value); C 386 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc EXPECT_TRUE(has_trivial_constructor<C**>::value); C 429 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc EXPECT_TRUE(has_trivial_copy<C**>::value); C 449 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc EXPECT_TRUE(has_trivial_copy<C>::value); C 472 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc EXPECT_TRUE(has_trivial_assign<C**>::value); C 514 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc EXPECT_TRUE(has_trivial_destructor<C**>::value); C 8407 third_party/sqlite/amalgamation/sqlite3.c #define sqlite3PagerGet(A,B,C) sqlite3PagerAcquire(A,B,C,0) C 11192 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3TriggersExist(B,C,D,E,F) 0 C 11195 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3UnlinkAndDeleteTrigger(A,B,C) C 11196 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3CodeRowTrigger(A,B,C,D,E,F,G,H,I) C 11197 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3CodeRowTriggerDirect(A,B,C,D,E,F) C 11200 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3TriggerColmask(A,B,C,D,E,F,G) 0 C 13206 third_party/sqlite/amalgamation/sqlite3.c int Z, A, B, C, D, E, X1; C 13217 third_party/sqlite/amalgamation/sqlite3.c C = (int)((B - 122.1)/365.25); C 13218 third_party/sqlite/amalgamation/sqlite3.c D = (36525*C)/100; C 13223 third_party/sqlite/amalgamation/sqlite3.c p->Y = p->M>2 ? C - 4716 : C - 4715; C 14617 third_party/sqlite/amalgamation/sqlite3.c # define backtrace_symbols_fd(A,B,C) C 82208 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Utf8Read(A,C) (*(A++)) C 84800 third_party/sqlite/amalgamation/sqlite3.c # define autoIncBegin(A,B,C) (0) C 84801 third_party/sqlite/amalgamation/sqlite3.c # define autoIncStep(A,B,C) C 99442 third_party/sqlite/amalgamation/sqlite3.c # define bestAutomaticIndex(A,B,C,D,E) /* no-op */ C 106428 third_party/sqlite/amalgamation/sqlite3.c #define IdChar(C) ((sqlite3CtypeMap[(unsigned char)C]&0x46)!=0) C 106446 third_party/sqlite/amalgamation/sqlite3.c #define IdChar(C) (((c=C)>=0x42 && sqlite3IsEbcdicIdChar[c-0x40])) C 106899 third_party/sqlite/amalgamation/sqlite3.c #define IdChar(C) ((sqlite3CtypeMap[(unsigned char)C]&0x46)!=0) C 106903 third_party/sqlite/amalgamation/sqlite3.c #define IdChar(C) (((c=C)>=0x42 && sqlite3IsEbcdicIdChar[c-0x40])) C 119112 third_party/sqlite/amalgamation/sqlite3.c #define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !porterIdChar[ch-0x30])) C 1559 third_party/sqlite/src/ext/fts1/fts1.c #define IdChar(C) (((c=C)&0x80)!=0 || (c>0x1f && isIdChar[c-0x20])) C 571 third_party/sqlite/src/ext/fts1/fts1_porter.c #define idChar(C) (((ch=C)&0x80)!=0 || (ch>0x2f && isIdChar[ch-0x30])) C 572 third_party/sqlite/src/ext/fts1/fts1_porter.c #define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !isIdChar[ch-0x30])) C 2604 third_party/sqlite/src/ext/fts2/fts2.c #define IdChar(C) (((c=C)&0x80)!=0 || (c>0x1f && isIdChar[c-0x20])) C 570 third_party/sqlite/src/ext/fts2/fts2_porter.c #define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !porterIdChar[ch-0x30])) C 573 third_party/sqlite/src/ext/fts3/fts3_porter.c #define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !porterIdChar[ch-0x30])) C 27 third_party/sqlite/src/src/complete.c #define IdChar(C) ((sqlite3CtypeMap[(unsigned char)C]&0x46)!=0) C 31 third_party/sqlite/src/src/complete.c #define IdChar(C) (((c=C)>=0x42 && sqlite3IsEbcdicIdChar[c-0x40])) C 357 third_party/sqlite/src/src/date.c int Z, A, B, C, D, E, X1; C 368 third_party/sqlite/src/src/date.c C = (int)((B - 122.1)/365.25); C 369 third_party/sqlite/src/src/date.c D = (36525*C)/100; C 374 third_party/sqlite/src/src/date.c p->Y = p->M>2 ? C - 4716 : C - 4715; C 509 third_party/sqlite/src/src/func.c # define sqlite3Utf8Read(A,C) (*(A++)) C 317 third_party/sqlite/src/src/insert.c # define autoIncBegin(A,B,C) (0) C 318 third_party/sqlite/src/src/insert.c # define autoIncStep(A,B,C) C 38 third_party/sqlite/src/src/mem2.c # define backtrace_symbols_fd(A,B,C) C 116 third_party/sqlite/src/src/pager.h #define sqlite3PagerGet(A,B,C) sqlite3PagerAcquire(A,B,C,0) C 302 third_party/sqlite/src/src/parse.y ccons ::= COLLATE ids(C). {sqlite3AddCollateType(pParse, &C);} C 542 third_party/sqlite/src/src/parse.y joinop(X) ::= JOIN_KW(A) nm(B) nm(C) JOIN. C 543 third_party/sqlite/src/src/parse.y { X = sqlite3JoinType(pParse,&A,&B,&C); } C 782 third_party/sqlite/src/src/parse.y expr(A) ::= expr(E) COLLATE ids(C). { C 783 third_party/sqlite/src/src/parse.y A.pExpr = sqlite3ExprSetCollByToken(pParse, E.pExpr, &C); C 785 third_party/sqlite/src/src/parse.y A.zEnd = &C.z[C.n]; C 1044 third_party/sqlite/src/src/parse.y expr(A) ::= CASE(C) case_operand(X) case_exprlist(Y) case_else(Z) END(E). { C 1052 third_party/sqlite/src/src/parse.y A.zStart = C.z; C 1107 third_party/sqlite/src/src/parse.y idxlist(A) ::= idxlist(X) COMMA nm(Y) collate(C) sortorder(Z). { C 1109 third_party/sqlite/src/src/parse.y if( C.n>0 ){ C 1111 third_party/sqlite/src/src/parse.y sqlite3ExprSetCollByToken(pParse, p, &C); C 1118 third_party/sqlite/src/src/parse.y idxlist(A) ::= nm(Y) collate(C) sortorder(Z). { C 1120 third_party/sqlite/src/src/parse.y if( C.n>0 ){ C 1122 third_party/sqlite/src/src/parse.y sqlite3ExprSetCollByToken(pParse, p, &C); C 1131 third_party/sqlite/src/src/parse.y collate(C) ::= . {C.z = 0; C.n = 0;} C 1132 third_party/sqlite/src/src/parse.y collate(C) ::= COLLATE ids(X). {C = X;} C 1183 third_party/sqlite/src/src/parse.y trigger_time(C) trigger_event(D) C 1185 third_party/sqlite/src/src/parse.y sqlite3BeginTrigger(pParse, &B, &Z, C, D.a, D.b, E, G, T, NOERR); C 2847 third_party/sqlite/src/src/sqliteInt.h # define sqlite3TriggersExist(B,C,D,E,F) 0 C 2850 third_party/sqlite/src/src/sqliteInt.h # define sqlite3UnlinkAndDeleteTrigger(A,B,C) C 2851 third_party/sqlite/src/src/sqliteInt.h # define sqlite3CodeRowTrigger(A,B,C,D,E,F,G,H,I) C 2852 third_party/sqlite/src/src/sqliteInt.h # define sqlite3CodeRowTriggerDirect(A,B,C,D,E,F) C 2855 third_party/sqlite/src/src/sqliteInt.h # define sqlite3TriggerColmask(A,B,C,D,E,F,G) 0 C 85 third_party/sqlite/src/src/tokenize.c #define IdChar(C) ((sqlite3CtypeMap[(unsigned char)C]&0x46)!=0) C 103 third_party/sqlite/src/src/tokenize.c #define IdChar(C) (((c=C)>=0x42 && sqlite3IsEbcdicIdChar[c-0x40])) C 1788 third_party/sqlite/src/src/where.c # define bestAutomaticIndex(A,B,C,D,E) /* no-op */ C 1098 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc template<class C> C 1102 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc mutable C val; C 1103 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc mutable C* ptr; C 1172 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc virtual void C() = 0; C 1098 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc template<class C> C 1102 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc mutable C val; C 1103 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc mutable C* ptr; C 1172 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc virtual void C() = 0; C 11 tools/clang/blink_gc_plugin/tests/base_requires_tracing.cpp void C::trace(Visitor* visitor) { C 18 tools/clang/blink_gc_plugin/tests/base_requires_tracing.cpp C::trace(visitor); C 21 tools/clang/blink_gc_plugin/tests/base_requires_tracing.h class C : public B { C 28 tools/clang/blink_gc_plugin/tests/base_requires_tracing.h class D : public C { C 25 tools/clang/blink_gc_plugin/tests/class_requires_finalization_field.h class C { C 35 tools/clang/blink_gc_plugin/tests/class_requires_finalization_field.h struct VectorTraits<WebCore::C> { C 75 tools/clang/blink_gc_plugin/tests/class_requires_finalization_field.h HeapVector<C, 10> m_cs; C 13 tools/clang/blink_gc_plugin/tests/cycle_ptrs.h class C; C 34 tools/clang/blink_gc_plugin/tests/cycle_ptrs.h RefPtr<C> m_c; C 37 tools/clang/blink_gc_plugin/tests/cycle_ptrs.h class C : public RefCounted<C> { C 12 tools/clang/blink_gc_plugin/tests/cycle_sub.h class C; C 26 tools/clang/blink_gc_plugin/tests/cycle_sub.h RefPtr<C> m_c; C 29 tools/clang/blink_gc_plugin/tests/cycle_sub.h class C : public RefCounted<C> { C 17 tools/clang/blink_gc_plugin/tests/cycle_super.cpp void C::trace(Visitor* visitor) { C 29 tools/clang/blink_gc_plugin/tests/cycle_super.h class C : public B { C 34 tools/clang/blink_gc_plugin/tests/cycle_super.h class D : public RefCounted<C> { C 36 tools/clang/blink_gc_plugin/tests/cycle_super.h Persistent<C> m_c; C 12 tools/clang/blink_gc_plugin/tests/cycle_super_neg.h class C; C 30 tools/clang/blink_gc_plugin/tests/cycle_super_neg.h class C : public RefCounted<C> { C 39 tools/clang/blink_gc_plugin/tests/cycle_super_neg.h RefPtr<C> m_c; C 18 tools/clang/blink_gc_plugin/tests/finalize_after_dispatch.cpp static_cast<C*>(this)->traceAfterDispatch(visitor); C 37 tools/clang/blink_gc_plugin/tests/finalize_after_dispatch.cpp static_cast<C*>(this)->~C(); C 51 tools/clang/blink_gc_plugin/tests/finalize_after_dispatch.cpp void C::traceAfterDispatch(Visitor* visitor) C 54 tools/clang/blink_gc_plugin/tests/finalize_after_dispatch.h class C : public A { C 56 tools/clang/blink_gc_plugin/tests/finalize_after_dispatch.h C() : A(TC) { } C 14 tools/clang/blink_gc_plugin/tests/ignore_class.cpp void C::trace(Visitor* visitor) C 31 tools/clang/blink_gc_plugin/tests/ignore_class.h class C : public B { C 9 tools/clang/blink_gc_plugin/tests/ignore_fields.cpp void C::trace(Visitor* visitor) C 32 tools/clang/blink_gc_plugin/tests/ignore_fields.h class C : public GarbageCollected<C> { C 13 tools/clang/blink_gc_plugin/tests/non_virtual_trace.cpp void C::trace(Visitor* visitor) C 20 tools/clang/blink_gc_plugin/tests/non_virtual_trace.h class C : public B { C 9 tools/clang/blink_gc_plugin/tests/pure_virtual_trace.cpp void C::trace(Visitor* visitor) { C 22 tools/clang/blink_gc_plugin/tests/pure_virtual_trace.h class C : public B { C 18 tools/clang/blink_gc_plugin/tests/trace_after_dispatch.cpp static_cast<C*>(this)->traceAfterDispatch(visitor); C 36 tools/clang/blink_gc_plugin/tests/trace_after_dispatch.cpp void C::traceAfterDispatch(Visitor* visitor) C 31 tools/clang/blink_gc_plugin/tests/trace_after_dispatch.h class C : public A { C 33 tools/clang/blink_gc_plugin/tests/trace_after_dispatch.h C() : A(TC) { } C 6 tools/clang/plugins/tests/inline_copy_ctor.h C(); C 7 tools/clang/plugins/tests/inline_copy_ctor.h ~C(); C 9 tools/clang/plugins/tests/inline_copy_ctor.h static C foo() { return C(); } C 332 tools/ipc_fuzzer/mutate/generate.cc template <class A, class B, class C> C 333 tools/ipc_fuzzer/mutate/generate.cc struct GenerateTraits<Tuple3<A, B, C> > { C 334 tools/ipc_fuzzer/mutate/generate.cc static bool Generate(Tuple3<A, B, C>* p, Generator* generator) { C 342 tools/ipc_fuzzer/mutate/generate.cc template <class A, class B, class C, class D> C 343 tools/ipc_fuzzer/mutate/generate.cc struct GenerateTraits<Tuple4<A, B, C, D> > { C 344 tools/ipc_fuzzer/mutate/generate.cc static bool Generate(Tuple4<A, B, C, D>* p, Generator* generator) { C 353 tools/ipc_fuzzer/mutate/generate.cc template <class A, class B, class C, class D, class E> C 354 tools/ipc_fuzzer/mutate/generate.cc struct GenerateTraits<Tuple5<A, B, C, D, E> > { C 355 tools/ipc_fuzzer/mutate/generate.cc static bool Generate(Tuple5<A, B, C, D, E>* p, Generator* generator) { C 347 tools/ipc_fuzzer/mutate/mutate.cc template <class A, class B, class C> C 348 tools/ipc_fuzzer/mutate/mutate.cc struct FuzzTraits<Tuple3<A, B, C> > { C 349 tools/ipc_fuzzer/mutate/mutate.cc static void Fuzz(Tuple3<A, B, C>* p, Fuzzer* fuzzer) { C 356 tools/ipc_fuzzer/mutate/mutate.cc template <class A, class B, class C, class D> C 357 tools/ipc_fuzzer/mutate/mutate.cc struct FuzzTraits<Tuple4<A, B, C, D> > { C 358 tools/ipc_fuzzer/mutate/mutate.cc static void Fuzz(Tuple4<A, B, C, D>* p, Fuzzer* fuzzer) { C 366 tools/ipc_fuzzer/mutate/mutate.cc template <class A, class B, class C, class D, class E> C 367 tools/ipc_fuzzer/mutate/mutate.cc struct FuzzTraits<Tuple5<A, B, C, D, E> > { C 368 tools/ipc_fuzzer/mutate/mutate.cc static void Fuzz(Tuple5<A, B, C, D, E>* p, Fuzzer* fuzzer) { C 1520 ui/gfx/transform_unittest.cc Transform C; C 1521 ui/gfx/transform_unittest.cc InitializeTestMatrix2(&C); C 1522 ui/gfx/transform_unittest.cc C = B = A; C 1530 ui/gfx/transform_unittest.cc EXPECT_ROW1_EQ(10.0f, 14.0f, 18.0f, 22.0f, C); C 1531 ui/gfx/transform_unittest.cc EXPECT_ROW2_EQ(11.0f, 15.0f, 19.0f, 23.0f, C); C 1532 ui/gfx/transform_unittest.cc EXPECT_ROW3_EQ(12.0f, 16.0f, 20.0f, 24.0f, C); C 1533 ui/gfx/transform_unittest.cc EXPECT_ROW4_EQ(13.0f, 17.0f, 21.0f, 25.0f, C); C 1545 ui/gfx/transform_unittest.cc Transform C; C 1546 ui/gfx/transform_unittest.cc InitializeTestMatrix2(&C); C 1547 ui/gfx/transform_unittest.cc EXPECT_FALSE(A == C); C 1624 ui/gfx/transform_unittest.cc Transform C = A * B; C 1625 ui/gfx/transform_unittest.cc EXPECT_ROW1_EQ(2036.0f, 2292.0f, 2548.0f, 2804.0f, C); C 1626 ui/gfx/transform_unittest.cc EXPECT_ROW2_EQ(2162.0f, 2434.0f, 2706.0f, 2978.0f, C); C 1627 ui/gfx/transform_unittest.cc EXPECT_ROW3_EQ(2288.0f, 2576.0f, 2864.0f, 3152.0f, C); C 1628 ui/gfx/transform_unittest.cc EXPECT_ROW4_EQ(2414.0f, 2718.0f, 3022.0f, 3326.0f, C); C 1648 ui/gfx/transform_unittest.cc Transform C = A; C 1649 ui/gfx/transform_unittest.cc C *= B; C 1652 ui/gfx/transform_unittest.cc EXPECT_FALSE(C == D);