HomeSort by relevance Sort by last modified time
    Searched defs:insertion_point (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 634 ACMatches::iterator insertion_point = local
638 if ((insertion_point - begin()) <= default_offset)
640 matches_.insert(insertion_point, match);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 231 // optional string insertion_point = 2;
235 inline const ::std::string& insertion_point() const;
554 // optional string insertion_point = 2;
564 inline const ::std::string& CodeGeneratorResponse_File::insertion_point() const { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
  /external/mesa3d/src/glsl/
linker.cpp 850 exec_node *insertion_point = local
858 insertion_point = move_non_declarations(shader_list[i]->ir,
859 insertion_point, true, linked);
    [all...]

Completed in 112 milliseconds