HomeSort by relevance Sort by last modified time
    Searched refs:Clear (Results 26 - 50 of 189) sorted by null

12 3 4 5 6 7 8

  /external/protobuf/src/google/protobuf/
message_lite.h 85 // Clear all fields of the message and set them to their default values.
86 // Clear() avoids freeing memory, assuming that any memory allocated
90 virtual void Clear() = 0;
150 // ParsefromCodedStream() is implemented as Clear() followed by
reflection_ops.cc 46 Clear(to);
123 void ReflectionOps::Clear(Message* message) {
132 reflection->MutableUnknownFields(message)->Clear();
177 reflection->MutableUnknownFields(message)->Clear();
descriptor.pb.cc     [all...]
unknown_field_set.h 69 inline void Clear();
185 inline void UnknownFieldSet::Clear() {
repeated_field.h 91 void Clear();
166 // static void Clear(Type*);
203 void Clear();
273 static void Clear(GenericType* value) { value->Clear(); }
299 static void Clear(string* value) { value->clear(); }
328 void Clear();
385 // When elements are removed by calls to RemoveLast() or Clear(), they
493 inline void RepeatedField<Element>::Clear() {
    [all...]
descriptor.pb.h 184 void Clear();
278 void Clear();
460 void Clear();
557 void Clear();
725 void Clear();
    [all...]
  /external/v8/src/
hashmap.h 83 void Clear();
hashmap.cc 112 // p is the candidate entry to clear. q is used to scan forwards.
141 // Clear the entry which is allowed to en emptied.
147 void HashMap::Clear() {
202 Clear();
list.h 111 INLINE(void Clear());
compilation-cache.cc 74 // Clear this sub-cache evicting all its content.
75 void Clear();
195 void CompilationSubCache::Clear() {
452 void CompilationCache::Clear() {
454 subcaches[i]->Clear();
480 Clear();
  /external/webkit/WebCore/bindings/v8/
V8NodeFilterCondition.cpp 58 m_filter.Clear();
ScriptState.cpp 54 m_context.Clear();
ScriptValue.h 79 clear();
130 void clear() function in class:WebCore::ScriptValue
139 m_value.Clear();
144 clear();
V8DOMWindowShell.cpp 156 m_context.Clear();
164 m_wrapperBoilerplates.Clear();
175 m_global.Clear();
197 // Clear the document wrapper cache before turning on access checks on
373 // if we already have a context, clear it before setting the new one.
376 m_context.Clear();
426 m_document.Clear();
440 // crashes. In this case we clear the cache and let the DOMWindow
449 // If instantiation of the document wrapper fails, clear the cache
  /external/webkit/WebCore/platform/wx/
PasteboardWx.cpp 108 void Pasteboard::clear() function in class:WebCore::Pasteboard
110 wxTheClipboard->Clear();
  /hardware/ril/mock-ril/src/cpp/
node_object_wrap.h 44 handle_.Clear();
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 217 void CodeGeneratorRequest::Clear() {
221 parameter_->clear();
225 file_to_generate_.Clear();
226 proto_file_.Clear();
228 mutable_unknown_fields()->Clear();
434 Clear();
440 Clear();
543 void CodeGeneratorResponse_File::Clear() {
547 name_->clear();
552 insertion_point_->clear();
    [all...]
plugin.pb.h 76 void Clear();
199 void Clear();
316 void Clear();
402 file_to_generate_.Clear();
447 parameter_->clear();
488 proto_file_.Clear();
518 name_->clear();
560 insertion_point_->clear();
602 content_->clear();
648 error_->clear();
    [all...]
  /hardware/ril/mock-ril/src/generated/cpp/
ril.pb.cpp     [all...]
ctrl.pb.h 122 void Clear();
211 void Clear();
300 void Clear();
393 void Clear();
490 void Clear();
579 void Clear();
693 phone_number_->clear();
795 phone_number_->clear();
  /external/chromium/net/tools/flip_server/
ring_buffer.cc 162 void RingBuffer::Clear() {
212 Clear();
  /external/proguard/src/proguard/gui/splash/
BufferedSprite.java 112 // Clear the background.
116 bufferGraphics2D.setComposite(AlphaComposite.Clear);
  /external/skia/src/effects/
SkPorterDuff.cpp 16 MAKE_PAIR(Clear),
  /external/v8/test/cctest/
test-ast.cc 54 list->Clear();
  /external/tinyxml/
xmltest.cpp 674 doc.Clear();
681 doc.Clear();
711 doc.Clear();
875 doc.Clear();
919 doc.Clear();
924 doc.Clear();
929 doc.Clear();
935 doc.Clear();
940 doc.Clear();
945 doc.Clear();
    [all...]

Completed in 484 milliseconds

12 3 4 5 6 7 8