OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:const_cast
(Results
451 - 475
of
2527
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp
272
pointer_type p =
const_cast
<pointer_type>(m_a_p_children);
291
pointer_type p =
const_cast
<pointer_type>(m_a_p_children) + arr_size;
329
{ return
const_cast
<node_pointer>(get_child_node(b_it, e_it, p_traits)); }
387
node_pointer p =
const_cast
<node_pointer>(p_nd);
388
return
const_cast
<internal_node_pointer>(this)->get_join_child(p, p_traits);
519
return
const_cast
<internal_node_pointer>(this)->leftmost_descendant();
544
return
const_cast
<internal_node_pointer>(this)->rightmost_descendant();
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp
272
pointer_type p =
const_cast
<pointer_type>(m_a_p_children);
291
pointer_type p =
const_cast
<pointer_type>(m_a_p_children) + arr_size;
329
{ return
const_cast
<node_pointer>(get_child_node(b_it, e_it, p_traits)); }
387
node_pointer p =
const_cast
<node_pointer>(p_nd);
388
return
const_cast
<internal_node_pointer>(this)->get_join_child(p, p_traits);
519
return
const_cast
<internal_node_pointer>(this)->leftmost_descendant();
544
return
const_cast
<internal_node_pointer>(this)->rightmost_descendant();
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp
272
pointer_type p =
const_cast
<pointer_type>(m_a_p_children);
291
pointer_type p =
const_cast
<pointer_type>(m_a_p_children) + arr_size;
329
{ return
const_cast
<node_pointer>(get_child_node(b_it, e_it, p_traits)); }
387
node_pointer p =
const_cast
<node_pointer>(p_nd);
388
return
const_cast
<internal_node_pointer>(this)->get_join_child(p, p_traits);
519
return
const_cast
<internal_node_pointer>(this)->leftmost_descendant();
544
return
const_cast
<internal_node_pointer>(this)->rightmost_descendant();
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp
272
pointer_type p =
const_cast
<pointer_type>(m_a_p_children);
291
pointer_type p =
const_cast
<pointer_type>(m_a_p_children) + arr_size;
329
{ return
const_cast
<node_pointer>(get_child_node(b_it, e_it, p_traits)); }
387
node_pointer p =
const_cast
<node_pointer>(p_nd);
388
return
const_cast
<internal_node_pointer>(this)->get_join_child(p, p_traits);
519
return
const_cast
<internal_node_pointer>(this)->leftmost_descendant();
544
return
const_cast
<internal_node_pointer>(this)->rightmost_descendant();
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp
272
pointer_type p =
const_cast
<pointer_type>(m_a_p_children);
291
pointer_type p =
const_cast
<pointer_type>(m_a_p_children) + arr_size;
329
{ return
const_cast
<node_pointer>(get_child_node(b_it, e_it, p_traits)); }
387
node_pointer p =
const_cast
<node_pointer>(p_nd);
388
return
const_cast
<internal_node_pointer>(this)->get_join_child(p, p_traits);
519
return
const_cast
<internal_node_pointer>(this)->leftmost_descendant();
544
return
const_cast
<internal_node_pointer>(this)->rightmost_descendant();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp
272
pointer_type p =
const_cast
<pointer_type>(m_a_p_children);
291
pointer_type p =
const_cast
<pointer_type>(m_a_p_children) + arr_size;
329
{ return
const_cast
<node_pointer>(get_child_node(b_it, e_it, p_traits)); }
387
node_pointer p =
const_cast
<node_pointer>(p_nd);
388
return
const_cast
<internal_node_pointer>(this)->get_join_child(p, p_traits);
519
return
const_cast
<internal_node_pointer>(this)->leftmost_descendant();
544
return
const_cast
<internal_node_pointer>(this)->rightmost_descendant();
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h
529
return
const_cast
< TiXmlNode* > ((
const_cast
< const TiXmlNode* >(this))->FirstChild( _value ));
536
return
const_cast
< TiXmlNode* > ((
const_cast
< const TiXmlNode* >(this))->LastChild( _value ));
564
return
const_cast
< TiXmlNode* >( (
const_cast
< const TiXmlNode* >(this))->IterateChildren( previous ) );
570
return
const_cast
< TiXmlNode* >( (
const_cast
< const TiXmlNode* >(this))->IterateChildren( _value, previous ) );
620
return
const_cast
< TiXmlNode* >( (
const_cast
< const TiXmlNode* >(this))->PreviousSibling( _prev ) )
[
all
...]
/external/sfntly/cpp/src/test/tinyxml/
tinyxml.h
529
return
const_cast
< TiXmlNode* > ((
const_cast
< const TiXmlNode* >(this))->FirstChild( _value ));
536
return
const_cast
< TiXmlNode* > ((
const_cast
< const TiXmlNode* >(this))->LastChild( _value ));
564
return
const_cast
< TiXmlNode* >( (
const_cast
< const TiXmlNode* >(this))->IterateChildren( previous ) );
570
return
const_cast
< TiXmlNode* >( (
const_cast
< const TiXmlNode* >(this))->IterateChildren( _value, previous ) );
620
return
const_cast
< TiXmlNode* >( (
const_cast
< const TiXmlNode* >(this))->PreviousSibling( _prev ) )
[
all
...]
/external/chromium_org/net/http/
http_auth_gssapi_posix.cc
30
const_cast
<char*>("\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x01")
34
const_cast
<char*>("\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x02")
38
const_cast
<char*>("\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x03")
42
const_cast
<char*>("\x2b\x06\x01\x05\x06\x02")
46
const_cast
<char*>("\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x04")
50
const_cast
<char*>("\x2b\x06\01\x05\x06\x03")
54
const_cast
<char*>("\x2b\x06\x01\x05\x06\x04")
84
const_cast
<char*>("\x2b\x06\x01\x05\x05\x02")
725
const_cast
<char*>(decoded_server_auth_token_.data()) :
843
spn_buffer.value =
const_cast
<char*>(spn_principal.c_str())
[
all
...]
/frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp
282
mHandle, index,
const_cast
<void *>(params));
300
mHandle, index,
const_cast
<void *>(params));
316
OMX_STRING name =
const_cast
<OMX_STRING>(
356
OMX_STRING name =
const_cast
<OMX_STRING>(
399
OMX_STRING name =
const_cast
<OMX_STRING>(
431
OMX_STRING name =
const_cast
<OMX_STRING>(
519
OMX_U8* bufferHandle =
const_cast
<OMX_U8*>(
560
const_cast
<OMX_STRING>("OMX.google.android.index.useAndroidNativeBuffer2"),
565
OMX_STRING name =
const_cast
<OMX_STRING>(
839
mHandle,
const_cast
<char *>(parameterName), index)
[
all
...]
/external/chromium_org/v8/test/cctest/
test-profile-generator.cc
630
const_cast
<ProfileNode*>(current)->Print(0);
641
CHECK_NE(NULL,
const_cast
<ProfileNode*>(current));
643
CHECK_NE(NULL,
const_cast
<ProfileNode*>(current));
645
CHECK_NE(NULL,
const_cast
<ProfileNode*>(current));
647
CHECK_NE(NULL,
const_cast
<ProfileNode*>(current));
711
const_cast
<v8::CpuProfileNode*>(current))->Print(0);
721
CHECK_NE(NULL,
const_cast
<v8::CpuProfileNode*>(current));
724
CHECK_NE(NULL,
const_cast
<v8::CpuProfileNode*>(current));
728
CHECK_NE(NULL,
const_cast
<v8::CpuProfileNode*>(current));
819
const_cast
<v8::CpuProfileNode*>(current))->Print(0)
[
all
...]
/external/llvm/include/llvm/IR/
BasicBlock.h
132
return
const_cast
<BasicBlock*>(this)->getFirstNonPHI();
139
return
const_cast
<BasicBlock*>(this)->getFirstNonPHIOrDbg();
146
return
const_cast
<BasicBlock*>(this)->getFirstNonPHIOrDbgOrLifetime();
155
return
const_cast
<BasicBlock*>(this)->getFirstInsertionPt();
177
return
const_cast
<BasicBlock*>(this)->getSinglePredecessor();
187
return
const_cast
<BasicBlock*>(this)->getUniquePredecessor();
Value.h
269
return
const_cast
<Value*>(this)->stripPointerCasts();
278
return
const_cast
<Value*>(this)->stripPointerCastsNoFollowAliases();
287
return
const_cast
<Value*>(this)->stripInBoundsConstantOffsets();
296
return
const_cast
<Value*>(this)->stripInBoundsOffsets();
311
return
const_cast
<Value*>(this)->DoPHITranslation(CurBB, PredBB);
441
return reinterpret_cast<LLVMValueRef*>(
const_cast
<Value**>(Vals));
/external/chromium/chrome/browser/ui/gtk/
about_chrome_dialog.cc
220
const_cast
<char*>(GetChromiumUrl()));
223
const_cast
<char*>(chrome::kAboutCreditsURL));
272
const_cast
<char*>(chrome::kAboutTermsURL));
/external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.h
72
CSSValue* value() { return
const_cast
<CSSValue*>(propertyValue()); }
75
CSSProperty toCSSProperty() const { return CSSProperty(propertyMetadata(),
const_cast
<CSSValue*>(propertyValue())); }
168
return reinterpret_cast<const CSSValue**>(
const_cast
<const void**>(&(this->m_storage)));
/external/chromium_org/third_party/WebKit/Source/core/xml/
XPathNodeSet.cpp
144
const_cast
<bool&>(m_isSorted) = true;
176
const_cast
<Vector<RefPtr<Node> >&>(m_nodes).swap(sortedNodes);
229
const_cast
<Vector<RefPtr<Node> >&>(m_nodes).swap(sortedNodes);
/external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp
102
return
const_cast
<Document*>(constUnwrap<Document>())->openSearchDescriptionURL();
176
RefPtr<HTMLCollection> forms =
const_cast
<Document*>(constUnwrap<Document>())->forms();
240
if (FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(
const_cast
<WebDocument*>(this)->unwrap<Document>()))
/external/oprofile/include/
sstream
251
return
const_cast
<stringbuf*>(&sb);
289
return
const_cast
<stringbuf*>(&sb);
327
return
const_cast
<stringbuf*>(&sb);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp
121
ov_tree_node_const_it_(const_pointer p_nd = NULL, const_pointer p_begin_nd = NULL, const_pointer p_end_nd = NULL, const_metadata_pointer p_metadata = NULL) : m_p_value(
const_cast
<pointer>(p_nd)), m_p_begin_value(
const_cast
<pointer>(p_begin_nd)), m_p_end_value(
const_cast
<pointer>(p_end_nd)), m_p_metadata(p_metadata)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp
121
ov_tree_node_const_it_(const_pointer p_nd = 0, const_pointer p_begin_nd = 0, const_pointer p_end_nd = 0, const_metadata_pointer p_metadata = 0) : m_p_value(
const_cast
<pointer>(p_nd)), m_p_begin_value(
const_cast
<pointer>(p_begin_nd)), m_p_end_value(
const_cast
<pointer>(p_end_nd)), m_p_metadata(p_metadata)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp
121
ov_tree_node_const_it_(const_pointer p_nd = 0, const_pointer p_begin_nd = 0, const_pointer p_end_nd = 0, const_metadata_pointer p_metadata = 0) : m_p_value(
const_cast
<pointer>(p_nd)), m_p_begin_value(
const_cast
<pointer>(p_begin_nd)), m_p_end_value(
const_cast
<pointer>(p_end_nd)), m_p_metadata(p_metadata)
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp
121
ov_tree_node_const_it_(const_pointer p_nd = NULL, const_pointer p_begin_nd = NULL, const_pointer p_end_nd = NULL, const_metadata_pointer p_metadata = NULL) : m_p_value(
const_cast
<pointer>(p_nd)), m_p_begin_value(
const_cast
<pointer>(p_begin_nd)), m_p_end_value(
const_cast
<pointer>(p_end_nd)), m_p_metadata(p_metadata)
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp
121
ov_tree_node_const_it_(const_pointer p_nd = NULL, const_pointer p_begin_nd = NULL, const_pointer p_end_nd = NULL, const_metadata_pointer p_metadata = NULL) : m_p_value(
const_cast
<pointer>(p_nd)), m_p_begin_value(
const_cast
<pointer>(p_begin_nd)), m_p_end_value(
const_cast
<pointer>(p_end_nd)), m_p_metadata(p_metadata)
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp
121
ov_tree_node_const_it_(const_pointer p_nd = NULL, const_pointer p_begin_nd = NULL, const_pointer p_end_nd = NULL, const_metadata_pointer p_metadata = NULL) : m_p_value(
const_cast
<pointer>(p_nd)), m_p_begin_value(
const_cast
<pointer>(p_begin_nd)), m_p_end_value(
const_cast
<pointer>(p_end_nd)), m_p_metadata(p_metadata)
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp
121
ov_tree_node_const_it_(const_pointer p_nd = NULL, const_pointer p_begin_nd = NULL, const_pointer p_end_nd = NULL, const_metadata_pointer p_metadata = NULL) : m_p_value(
const_cast
<pointer>(p_nd)), m_p_begin_value(
const_cast
<pointer>(p_begin_nd)), m_p_end_value(
const_cast
<pointer>(p_end_nd)), m_p_metadata(p_metadata)
Completed in 2565 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>