Searched defs:and_ (Results 1 - 7 of 7) sorted by relevance

/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
H A Dtemplate_util.h121 // and_ is a template && operator.
122 // and_<A, B>::value evaluates "A::value && B::value".
124 struct and_ : public integral_constant<bool, (A::value && B::value)> { struct in namespace:google::protobuf::internal
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
H A Dtemplate_util.h121 // and_ is a template && operator.
122 // and_<A, B>::value evaluates "A::value && B::value".
124 struct and_ : public integral_constant<bool, (A::value && B::value)> { struct in namespace:google::protobuf::internal
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
H A Dtemplate_util.h121 // and_ is a template && operator.
122 // and_<A, B>::value evaluates "A::value && B::value".
124 struct and_ : public integral_constant<bool, (A::value && B::value)> { struct in namespace:google::protobuf::internal
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
H A Dtemplate_util.h121 // and_ is a template && operator.
122 // and_<A, B>::value evaluates "A::value && B::value".
124 struct and_ : public integral_constant<bool, (A::value && B::value)> { struct in namespace:google::protobuf::internal
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
H A Dtemplate_util.h121 // and_ is a template && operator.
122 // and_<A, B>::value evaluates "A::value && B::value".
124 struct and_ : public integral_constant<bool, (A::value && B::value)> { struct in namespace:google::protobuf::internal
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
H A DAppleScript_Suite.py282 def and_(self, _object, _attributes={}, **_arguments): member in class:AppleScript_Suite_Events
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
H A DAppleScript_Suite.py282 def and_(self, _object, _attributes={}, **_arguments): member in class:AppleScript_Suite_Events

Completed in 261 milliseconds