Searched refs:input_type (Results 1 - 22 of 22) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
H A Drandom.h86 typedef typename _Distribution::input_type result_type;
158 typedef typename _Distribution::input_type result_type;
1576 typedef _IntType input_type;
1701 typedef int input_type;
1792 typedef _RealType input_type;
1878 typedef _RealType input_type;
1965 typedef _RealType input_type;
2073 typedef _RealType input_type;
2162 typedef _RealType input_type;
2245 typedef _RealType input_type;
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
H A Drandom.h86 typedef typename _Distribution::input_type result_type;
158 typedef typename _Distribution::input_type result_type;
1576 typedef _IntType input_type;
1701 typedef int input_type;
1792 typedef _RealType input_type;
1878 typedef _RealType input_type;
1965 typedef _RealType input_type;
2073 typedef _RealType input_type;
2162 typedef _RealType input_type;
2245 typedef _RealType input_type;
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/tr1/
H A Drandom.h86 typedef typename _Distribution::input_type result_type;
158 typedef typename _Distribution::input_type result_type;
1576 typedef _IntType input_type;
1701 typedef int input_type;
1792 typedef _RealType input_type;
1878 typedef _RealType input_type;
1965 typedef _RealType input_type;
2073 typedef _RealType input_type;
2162 typedef _RealType input_type;
2245 typedef _RealType input_type;
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
H A Drandom.h86 typedef typename _Distribution::input_type result_type;
158 typedef typename _Distribution::input_type result_type;
1576 typedef _IntType input_type;
1701 typedef int input_type;
1792 typedef _RealType input_type;
1878 typedef _RealType input_type;
1965 typedef _RealType input_type;
2073 typedef _RealType input_type;
2162 typedef _RealType input_type;
2245 typedef _RealType input_type;
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Drandom.h86 typedef typename _Distribution::input_type result_type;
158 typedef typename _Distribution::input_type result_type;
1576 typedef _IntType input_type;
1701 typedef int input_type;
1792 typedef _RealType input_type;
1878 typedef _RealType input_type;
1965 typedef _RealType input_type;
2073 typedef _RealType input_type;
2162 typedef _RealType input_type;
2245 typedef _RealType input_type;
[all...]
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Drandom.h86 typedef typename _Distribution::input_type result_type;
158 typedef typename _Distribution::input_type result_type;
1576 typedef _IntType input_type;
1701 typedef int input_type;
1792 typedef _RealType input_type;
1878 typedef _RealType input_type;
1965 typedef _RealType input_type;
2073 typedef _RealType input_type;
2162 typedef _RealType input_type;
2245 typedef _RealType input_type;
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Drandom.h86 typedef typename _Distribution::input_type result_type;
158 typedef typename _Distribution::input_type result_type;
1576 typedef _IntType input_type;
1701 typedef int input_type;
1792 typedef _RealType input_type;
1878 typedef _RealType input_type;
1965 typedef _RealType input_type;
2073 typedef _RealType input_type;
2162 typedef _RealType input_type;
2245 typedef _RealType input_type;
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Drandom.h86 typedef typename _Distribution::input_type result_type;
158 typedef typename _Distribution::input_type result_type;
1576 typedef _IntType input_type;
1701 typedef int input_type;
1792 typedef _RealType input_type;
1878 typedef _RealType input_type;
1965 typedef _RealType input_type;
2073 typedef _RealType input_type;
2162 typedef _RealType input_type;
2245 typedef _RealType input_type;
[all...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
H A Ddescriptor.h833 const Descriptor* input_type() const;
1397 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, input_type, const Descriptor*)
H A Ddescriptor.pb.h1358 // optional string input_type = 2;
1362 inline const ::std::string& input_type() const;
1368 inline void set_allocated_input_type(::std::string* input_type);
4364 // optional string input_type = 2;
4380 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
4421 inline void MethodDescriptorProto::set_allocated_input_type(::std::string* input_type) { argument
4425 if (input_type) {
4427 input_type_ = input_type;
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
H A Ddescriptor.h833 const Descriptor* input_type() const;
1397 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, input_type, const Descriptor*)
H A Ddescriptor.pb.h1358 // optional string input_type = 2;
1362 inline const ::std::string& input_type() const;
1368 inline void set_allocated_input_type(::std::string* input_type);
4364 // optional string input_type = 2;
4380 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
4421 inline void MethodDescriptorProto::set_allocated_input_type(::std::string* input_type) { argument
4425 if (input_type) {
4427 input_type_ = input_type;
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
H A Ddescriptor.h833 const Descriptor* input_type() const;
1397 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, input_type, const Descriptor*)
H A Ddescriptor.pb.h1358 // optional string input_type = 2;
1362 inline const ::std::string& input_type() const;
1368 inline void set_allocated_input_type(::std::string* input_type);
4364 // optional string input_type = 2;
4380 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
4421 inline void MethodDescriptorProto::set_allocated_input_type(::std::string* input_type) { argument
4425 if (input_type) {
4427 input_type_ = input_type;
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
H A Ddescriptor.h1086 const Descriptor* input_type() const;
1739 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, input_type, const Descriptor*)
H A Ddescriptor.pb.h1749 // optional string input_type = 2;
1753 const ::std::string& input_type() const;
1759 void set_allocated_input_type(::std::string* input_type);
5557 // optional string input_type = 2;
5571 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
5572 // @@protoc_insertion_point(field_get:google.protobuf.MethodDescriptorProto.input_type)
5578 // @@protoc_insertion_point(field_set:google.protobuf.MethodDescriptorProto.input_type)
5583 // @@protoc_insertion_point(field_set_char:google.protobuf.MethodDescriptorProto.input_type)
5589 // @@protoc_insertion_point(field_set_pointer:google.protobuf.MethodDescriptorProto.input_type)
5593 // @@protoc_insertion_point(field_mutable:google.protobuf.MethodDescriptorProto.input_type)
5601 set_allocated_input_type(::std::string* input_type) argument
5607 input_type_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), input_type); local
[all...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
H A Ddescriptor.h833 const Descriptor* input_type() const;
1397 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, input_type, const Descriptor*)
H A Ddescriptor.pb.h1358 // optional string input_type = 2;
1362 inline const ::std::string& input_type() const;
1368 inline void set_allocated_input_type(::std::string* input_type);
4364 // optional string input_type = 2;
4380 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
4421 inline void MethodDescriptorProto::set_allocated_input_type(::std::string* input_type) { argument
4425 if (input_type) {
4427 input_type_ = input_type;
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp1658 unsigned input_type = get_fundamental_type(vs, it_b->second.type_id); local
1661 if (attrib_type != FORMAT_TYPE_UNDEFINED && input_type != FORMAT_TYPE_UNDEFINED && attrib_type != input_type) {
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp1658 unsigned input_type = get_fundamental_type(vs, it_b->second.type_id); local
1661 if (attrib_type != FORMAT_TYPE_UNDEFINED && input_type != FORMAT_TYPE_UNDEFINED && attrib_type != input_type) {
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp1658 unsigned input_type = get_fundamental_type(vs, it_b->second.type_id); local
1661 if (attrib_type != FORMAT_TYPE_UNDEFINED && input_type != FORMAT_TYPE_UNDEFINED && attrib_type != input_type) {
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp1658 unsigned input_type = get_fundamental_type(vs, it_b->second.type_id); local
1661 if (attrib_type != FORMAT_TYPE_UNDEFINED && input_type != FORMAT_TYPE_UNDEFINED && attrib_type != input_type) {

Completed in 2416 milliseconds